Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.h64 bool canShareStyleWithControl(Element& candidate) const;
DSharedStyleFinder.cpp57 bool SharedStyleFinder::canShareStyleWithControl(Element& candidate) const in canShareStyleWithControl() function in WebCore::SharedStyleFinder
210 if (isControl && !canShareStyleWithControl(candidate)) in canShareStyleWithElement()