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

/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSet.h65 bool wholeSubtreeInvalid() const { return m_allDescendantsMightBeInvalid; } function in class:blink::FINAL
H A DStyleInvalidator.h41 bool hasInvalidationSets() const { return !wholeSubtreeInvalid() && m_invalidationSets.size(); }
43 bool wholeSubtreeInvalid() const { return m_wholeSubtreeInvalid; } function in struct:blink::StyleInvalidator::RecursionData

Completed in 415 milliseconds