Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp274 if (element->supportsStyleSharing() && canShareStyleWithElement(*element)) in documentContainsValidCandidate()
310 if (!element().supportsStyleSharing()) in findSharedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h312 bool supportsStyleSharing() const;
DContainerNode.cpp1231 else if (element->supportsStyleSharing()) in recalcChildStyle()
DElement.cpp3188 bool Element::supportsStyleSharing() const in supportsStyleSharing() function in blink::Element