Home
last modified time | relevance | path

Searched refs:layoutPending (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFrameBase.cpp86 ASSERT(!childFrameView->layoutPending()); in layoutWithFlattening()
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp144 if (m_impl->frame->view() && m_impl->frame->view()->layoutPending()) in GetPageSource()
175 if (m_impl->frame->view() && m_impl->frame->view()->layoutPending()) in GetInnerText()
192 if (m_impl->frame->view() && m_impl->frame->view()->layoutPending()) in GetExternalRepresentation()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp187 if (view && view->layoutPending()) in getInnerText()
210 if (view && view->layoutPending()) in dumpRenderTree()
/external/webkit/Source/WebCore/page/
DFrameView.h92 bool layoutPending() const;
DFrameView.cpp784 return onlyDuringLayout && layoutPending() ? 0 : m_layoutRoot; in layoutRoot()
1788 if (layoutPending() || !m_layoutSchedulingEnabled) { in scheduleRelayoutOfSubtree()
1816 bool FrameView::layoutPending() const in layoutPending() function in WebCore::FrameView
1829 return layoutPending() in needsLayout()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp670 if (d->frame->view() && d->frame->view()->layoutPending()) in toPlainText()
685 if (d->frame->view() && d->frame->view()->layoutPending()) in renderTreeDump()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1500 bool layoutPending = view()->layoutPending() || renderer()->needsLayout(); in recalcStyle() local
1502 if (!layoutPending) in recalcStyle()
1580 if (v && renderer() && (v->layoutPending() || renderer()->needsLayout())) in updateLayout()
2209 if (!view() || !view()->layoutPending()) in isLayoutTimerActive()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1446738 …Fix for <rdar://problem/5086797>, layoutPending is now reporting incorrect results, which will lead
46746 Moved the root->needsLayout() check from layoutPending() to needsLayout()
46750 (WebCore::FrameView::layoutPending):
47104 (WebCore::FrameView::layoutPending): It is not enough to ask if the
DChangeLog-2006-05-1025889 (WebCore::FrameView::layoutPending): Ditto.
DChangeLog-2006-12-3146987 (WebCore::FrameView::layoutPending): Made const.
DChangeLog-2005-08-2330680 (KHTMLView::layoutPending):
DChangeLog-2008-08-1010026 (WebCore::FrameView::layoutPending):
DChangeLog-2009-06-1653481 (WebCore::FrameView::layoutPending):