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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp90 if (state == InPreLayout)
99 if (m_state == InPreLayout) {
104 if (state == InPreLayout)
111 return state == InPreLayout;
118 if (state == InPreLayout)
147 if (state == InPreLayout)
H A DDocumentLifecycle.h53 InPreLayout, enumerator in enum:blink::DocumentLifecycle::State
149 // FIXME: We should not allow mutations in InPreLayout or AfterPerformLayout either,
166 || m_state == InPreLayout
H A DDocument.cpp1593 // InPreLayout will recalc style itself. There's no reason to schedule another recalc.
1594 if (m_lifecycle.state() == DocumentLifecycle::InPreLayout)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp692 lifecycle().advanceTo(DocumentLifecycle::InPreLayout);

Completed in 69 milliseconds