Searched refs:hasPendingForcedStyleRecalc (Results 1 – 4 of 4) sorted by relevance
214 if (document()->hasPendingForcedStyleRecalc()) in analyzeStyleSheetChange()
633 bool hasPendingForcedStyleRecalc() const;
1526 bool Document::hasPendingForcedStyleRecalc() const in hasPendingForcedStyleRecalc() function in WebCore::Document1745 if (!hasPendingForcedStyleRecalc() && !childNeedsStyleRecalc() && !needsStyleRecalc()) in updateStyleForNodeIfNeeded()1748 bool needsStyleRecalc = hasPendingForcedStyleRecalc(); in updateStyleForNodeIfNeeded()
1826 …if (!inActiveDocument() || document().hasPendingForcedStyleRecalc() || styleChangeType() >= Subtre… in checkForSiblingStyleChanges()