Searched refs:layoutPending (Results 1 – 13 of 13) sorted by relevance
86 ASSERT(!childFrameView->layoutPending()); in layoutWithFlattening()
144 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()
187 if (view && view->layoutPending()) in getInnerText()210 if (view && view->layoutPending()) in dumpRenderTree()
92 bool layoutPending() const;
784 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::FrameView1829 return layoutPending() in needsLayout()
670 if (d->frame->view() && d->frame->view()->layoutPending()) in toPlainText()685 if (d->frame->view() && d->frame->view()->layoutPending()) in renderTreeDump()
1500 bool layoutPending = view()->layoutPending() || renderer()->needsLayout(); in recalcStyle() local1502 if (!layoutPending) in recalcStyle()1580 if (v && renderer() && (v->layoutPending() || renderer()->needsLayout())) in updateLayout()2209 if (!view() || !view()->layoutPending()) in isLayoutTimerActive()
46738 …Fix for <rdar://problem/5086797>, layoutPending is now reporting incorrect results, which will lead46746 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
25889 (WebCore::FrameView::layoutPending): Ditto.
46987 (WebCore::FrameView::layoutPending): Made const.
30680 (KHTMLView::layoutPending):
10026 (WebCore::FrameView::layoutPending):
53481 (WebCore::FrameView::layoutPending):