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

  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleInvalidator.cpp 55 if (node.isElementNode() && node.needsStyleInvalidation())
106 if (element.needsStyleInvalidation()) {
121 if (!recursionData.treeBoundaryCrossing() && !root->childNeedsStyleInvalidation() && !root->needsStyleInvalidation())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 369 bool needsStyleInvalidation() const { return getFlag(NeedsStyleInvalidationFlag); }
    [all...]
Element.h 778 ASSERT(!needsStyleInvalidation());
    [all...]
Document.cpp     [all...]

Completed in 473 milliseconds