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 40 bool hasAppearance;
47 : hasAppearance(true)
51 ASSERT(style->hasAppearance());
RenderStyle.h 410 bool hasAppearance() const { return appearance() != NoControlPart; }
    [all...]

Completed in 249 milliseconds