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.cpp234 if (!parent->childrenSupportStyleSharing()) in canShareStyleWithElement()
307 if (!element().parentElement()->childrenSupportStyleSharing()) { in findSharedStyle()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h338 bool childrenSupportStyleSharing() const;
DElement.cpp2556 bool Element::childrenSupportStyleSharing() const in childrenSupportStyleSharing() function in WebCore::Element
3609 if (!parentElement()->childrenSupportStyleSharing()) in supportsStyleSharing()