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 63 bool canShareStyleWithElement(Element& candidate) const;
SharedStyleFinder.cpp 196 bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const
274 if (element->supportsStyleSharing() && canShareStyleWithElement(*element))
285 if (!canShareStyleWithElement(candidate))

Completed in 186 milliseconds