Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentLifecycle.cpp90 if (state == InPreLayout) in canAdvanceTo()
99 if (m_state == InPreLayout) { in canAdvanceTo()
104 if (state == InPreLayout) in canAdvanceTo()
111 return state == InPreLayout; in canAdvanceTo()
118 if (state == InPreLayout) in canAdvanceTo()
147 if (state == InPreLayout) in canAdvanceTo()
DDocumentLifecycle.h53 InPreLayout, enumerator
166 || m_state == InPreLayout in stateAllowsDetach()
DDocument.cpp1594 if (m_lifecycle.state() == DocumentLifecycle::InPreLayout) in shouldScheduleRenderTreeUpdate()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp692 lifecycle().advanceTo(DocumentLifecycle::InPreLayout); in performPreLayoutTasks()