Home
last modified time | relevance | path

Searched refs:hasPendingStyleRecalc (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h1099 …bool hasPendingStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle::VisualUpdate… in hasPendingStyleRecalc() function
1428 if (hasPendingStyleRecalc()) in scheduleRenderTreeUpdateIfNeeded()
DDocument.cpp1648 ASSERT(!hasPendingStyleRecalc()); in scheduleRenderTreeUpdate()
1663 return hasPendingStyleRecalc() && !inStyleRecalc() && styleChangeType() >= SubtreeStyleChange; in hasPendingForcedStyleRecalc()