Searched refs:hasPendingStyleRecalc (Results 1 – 2 of 2) sorted by relevance
1073 …bool hasPendingStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::VisualUpdate… in hasPendingStyleRecalc() function1388 if (hasPendingStyleRecalc()) in scheduleRenderTreeUpdateIfNeeded()
1603 ASSERT(!hasPendingStyleRecalc()); in scheduleRenderTreeUpdate()1618 return hasPendingStyleRecalc() && !inStyleRecalc() && styleChangeType() >= SubtreeStyleChange; in hasPendingForcedStyleRecalc()