Home
last modified time | relevance | path

Searched refs:supportsStyleSharing (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp244 if (element->supportsStyleSharing() && canShareStyleWithElement(*element)) in documentContainsValidCandidate()
280 if (!element().supportsStyleSharing()) in findSharedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h307 bool supportsStyleSharing() const;
DElement.cpp1649 } else if (element->supportsStyleSharing()) { in recalcChildStyle()
3589 bool Element::supportsStyleSharing() const in supportsStyleSharing() function in WebCore::Element