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 102 bool hasRestyleFlags() const { return m_restyleFlags; }
ContainerNode.h 153 bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
240 bool hasRestyleFlags() const { return hasRareData() && hasRestyleFlagsInternal(); }

Completed in 38 milliseconds