Searched refs:hasSameStyles (Results 1 – 3 of 3) sorted by relevance
55 bool hasSameStyles(const ElementShadow*) const;
216 bool ElementShadow::hasSameStyles(const ElementShadow* other) const in hasSameStyles() function in blink::ElementShadow
179 return elementShadow->hasSameStyles(candidateShadow); in sharingCandidateCanShareHostStyles()