Searched defs:layoutPending (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.cpp784 return onlyDuringLayout && layoutPending() ? 0 : m_layoutRoot;
1788 if (layoutPending() || !m_layoutSchedulingEnabled) {
1816 bool FrameView::layoutPending() const function in class:WebCore::FrameView
1829 return layoutPending()
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1500 bool layoutPending = view()->layoutPending() || renderer()->needsLayout(); local
1502 if (!layoutPending)
1580 if (v && renderer() && (v->layoutPending() || renderer()->needsLayout()))
2209 if (!view() || !view()->layoutPending())

Completed in 42 milliseconds