Searched refs:canShareStyleWithControl (Results 1 – 2 of 2) sorted by relevance
64 bool canShareStyleWithControl(Element& candidate) const;
57 bool SharedStyleFinder::canShareStyleWithControl(Element& candidate) const in canShareStyleWithControl() function in WebCore::SharedStyleFinder210 if (isControl && !canShareStyleWithControl(candidate)) in canShareStyleWithElement()