Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp160 bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const in canShareStyleWithElement() function in WebCore::SharedStyleFinder
244 if (element->supportsStyleSharing() && canShareStyleWithElement(*element)) in documentContainsValidCandidate()
255 if (!canShareStyleWithElement(candidate)) in findElementForStyleSharing()
DSharedStyleFinder.h63 bool canShareStyleWithElement(Element& candidate) const;