Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.h65 bool sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) const;
DSharedStyleFinder.cpp115 bool SharedStyleFinder::sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) co… in sharingCandidateHasIdenticalStyleAffectingAttributes() function in WebCore::SharedStyleFinder
194 if (!sharingCandidateHasIdenticalStyleAffectingAttributes(candidate)) in canShareStyleWithElement()