Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.h56 Element* findElementForStyleSharing() const;
DSharedStyleFinder.cpp250 inline Element* SharedStyleFinder::findElementForStyleSharing() const in findElementForStyleSharing() function in WebCore::SharedStyleFinder
286 Element* shareElement = findElementForStyleSharing(); in findSharedStyle()