Searched defs:hasAppearance (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxDecorationData.h24 bool hasAppearance; member in class:blink::BoxDecorationData
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h40 bool hasAppearance; member in class:blink::CachedUAStyle
47 : hasAppearance(true)
52 ASSERT(style->hasAppearance());
H A DRenderStyle.h394 bool hasAppearance() const { return appearance() != NoControlPart; } function in class:blink::RenderStyle
1538 bool hasBoxDecorations() const { return hasBorder() || hasBorderRadius() || hasOutline() || hasAppearance() || boxShadow() || hasFilter(); }

Completed in 145 milliseconds