Home
last modified time | relevance | path

Searched refs:childrenSupportStyleSharing (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp264 if (!parent->childrenSupportStyleSharing()) in canShareStyleWithElement()
337 if (!element().parentElementOrShadowRoot()->childrenSupportStyleSharing()) { in findSharedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h153 bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); } in childrenSupportStyleSharing() function
DElement.cpp3205 if (!parentOrShadowHostElement()->childrenSupportStyleSharing()) in supportsStyleSharing()