Home
last modified time | relevance | path

Searched refs:hasPendingForcedStyleRecalc (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleSheetCollection.cpp214 if (document()->hasPendingForcedStyleRecalc()) in analyzeStyleSheetChange()
DDocument.h633 bool hasPendingForcedStyleRecalc() const;
DDocument.cpp1526 bool Document::hasPendingForcedStyleRecalc() const in hasPendingForcedStyleRecalc() function in WebCore::Document
1745 if (!hasPendingForcedStyleRecalc() && !childNeedsStyleRecalc() && !needsStyleRecalc()) in updateStyleForNodeIfNeeded()
1748 bool needsStyleRecalc = hasPendingForcedStyleRecalc(); in updateStyleForNodeIfNeeded()
DElement.cpp1826 …if (!inActiveDocument() || document().hasPendingForcedStyleRecalc() || styleChangeType() >= Subtre… in checkForSiblingStyleChanges()