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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h43 enum DynamicRestyleFlags { enum in namespace:blink
239 bool hasRestyleFlag(DynamicRestyleFlags mask) const { return hasRareData() && hasRestyleFlagInternal(mask); }
241 void setRestyleFlag(DynamicRestyleFlags);
242 bool hasRestyleFlagInternal(DynamicRestyleFlags) const;

Completed in 124 milliseconds