Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h485 void markContainingBlocksForLayout(bool scheduleRelayout = true, RenderObject* newRoot = 0);
936 markContainingBlocksForLayout(); in setNeedsLayout()
956 markContainingBlocksForLayout(); in setChildNeedsLayout()
971 markContainingBlocksForLayout(); in setNeedsPositionedMovementLayout()
983 markContainingBlocksForLayout(); in setNeedsSimplifiedNormalFlowLayout()
1002 inline void RenderObject::markContainingBlocksForLayout(bool scheduleRelayout, RenderObject* newRoo… in markContainingBlocksForLayout() function
DRenderObject.cpp1778 markContainingBlocksForLayout(); in styleDidChange()
DRenderBox.cpp273 markContainingBlocksForLayout(); in styleWillChange()
/external/webkit/Source/WebCore/page/
DFrameView.cpp828 m_layoutRoot->markContainingBlocksForLayout(false); in layout()
1731 m_layoutRoot->markContainingBlocksForLayout(false); in scheduleRelayout()
1784 relayoutRoot->markContainingBlocksForLayout(false); in scheduleRelayoutOfSubtree()
1792 relayoutRoot->markContainingBlocksForLayout(false, m_layoutRoot); in scheduleRelayoutOfSubtree()
1796 m_layoutRoot->markContainingBlocksForLayout(false, relayoutRoot); in scheduleRelayoutOfSubtree()
1802 m_layoutRoot->markContainingBlocksForLayout(false); in scheduleRelayoutOfSubtree()
1804 relayoutRoot->markContainingBlocksForLayout(false); in scheduleRelayoutOfSubtree()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3112801 (WebCore::RenderObject::markContainingBlocksForLayout):
14971 …* rendering/RenderObject.cpp: (WebCore::RenderObject::markContainingBlocksForLayout): Make subtree…
21334 * rendering/RenderObject.cpp: (WebCore::RenderObject::markContainingBlocksForLayout):
23209 * rendering/RenderObject.cpp: (WebCore::RenderObject::markContainingBlocksForLayout):
51194 (WebCore::RenderObject::markContainingBlocksForLayout): Added scheduleRelayout
DChangeLog-2008-08-1039615 (WebCore::RenderObject::markContainingBlocksForLayout): Avoid calling
67748 (WebCore::RenderObject::markContainingBlocksForLayout): Changed the call
67750 separate call to markContainingBlocksForLayout() that will not schedule
69550 to markContainingBlocksForLayout(). Otherwise,
69551 markContainingBlocksForLayout() could mark past the new root, if it had
69560 (WebCore::RenderObject::markContainingBlocksForLayout): Added the
72078 markContainingBlocksForLayout() on the other.
DChangeLog3116 (WebCore::RenderObject::markContainingBlocksForLayout):
37289 (WebCore::RenderObject::markContainingBlocksForLayout):
38986 (WebCore::RenderObject::markContainingBlocksForLayout):
39104 (WebCore::RenderObject::markContainingBlocksForLayout):
59244 (WebCore::RenderObject::markContainingBlocksForLayout):
DChangeLog-2003-10-252270 (RenderObject::markContainingBlocksForLayout):
DChangeLog-2009-06-1628549 (WebCore::RenderObject::markContainingBlocksForLayout):
42263 (WebCore::RenderObject::markContainingBlocksForLayout):
43485 (WebCore::RenderObject::markContainingBlocksForLayout):
45481 (WebCore::RenderObject::markContainingBlocksForLayout):
DChangeLog-2007-10-141039 (WebCore::RenderObject::markContainingBlocksForLayout):
60877 (WebCore::RenderObject::markContainingBlocksForLayout): For positioned objects
DChangeLog-2006-05-1020284 (WebCore::RenderObject::markContainingBlocksForLayout):
DChangeLog-2010-05-2450696 (WebCore::RenderObject::styleDidChange): Call markContainingBlocksForLayout in
DChangeLog-2005-08-2352467 (RenderObject::markContainingBlocksForLayout):