HomeSort by relevance Sort by last modified time
    Searched refs:canShareStyleWithElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.h 64 bool canShareStyleWithElement(Element& candidate) const;
SharedStyleFinder.cpp 197 bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const
273 if (element->supportsStyleSharing() && canShareStyleWithElement(*element))
284 if (!canShareStyleWithElement(candidate))

Completed in 61 milliseconds