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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h 195 bool hasRestyleFlag(DynamicRestyleFlags mask) const { return hasRareData() && hasRestyleFlagInternal(mask); }
198 bool hasRestyleFlagInternal(DynamicRestyleFlags) const;
ContainerNode.cpp     [all...]

Completed in 56 milliseconds