HomeSort by relevance Sort by last modified time
    Searched defs:hasAppearance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 36 : hasAppearance(false)
41 : hasAppearance(style->hasAppearance())
46 // so we cheat and don't bother to copy them when !hasAppearance.
47 if (!hasAppearance)
54 bool hasAppearance;
RenderStyle.h 372 bool hasAppearance() const { return appearance() != NoControlPart; }
    [all...]

Completed in 356 milliseconds