HomeSort by relevance Sort by last modified time
    Searched defs:hasRestyleFlags (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h 303 bool hasRestyleFlags() const { return m_restyleFlags; }
ContainerNode.h 155 bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
196 bool hasRestyleFlags() const { return hasRareData() && hasRestyleFlagsInternal(); }

Completed in 30 milliseconds