HomeSort by relevance Sort by last modified time
    Searched refs:hasRestyleFlags (Results 1 - 3 of 3) 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(); }
ContainerNode.cpp     [all...]

Completed in 128 milliseconds