Home
last modified time | relevance | path

Searched refs:hasCurrentColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.cpp158 if (style->hasCurrentColor()) in isCacheable()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1535 bool hasCurrentColor() const { return noninherited_flags.currentColor; } in hasCurrentColor() function