Searched defs:hasRestyleFlags (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h155 bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
196 bool hasRestyleFlags() const { return hasRareData() && hasRestyleFlagsInternal(); } function in class:WebCore::ContainerNode
H A DNodeRareData.h303 bool hasRestyleFlags() const { return m_restyleFlags; } function in class:WebCore::NodeRareData

Completed in 285 milliseconds