Searched refs:addContentsVisualOverflow (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderOverflowTest.cpp147 m_overflow.addContentsVisualOverflow(LayoutRect(0, 0, 10, 10));
153 m_overflow.addContentsVisualOverflow(LayoutRect(0, 0, 10, 10));
154 m_overflow.addContentsVisualOverflow(LayoutRect(80, 80, 10, 10));
160 m_overflow.addContentsVisualOverflow(LayoutRect(0, 0, 10, 10));
161 m_overflow.addContentsVisualOverflow(LayoutRect(2, 2, 5, 5));
168 // it changes. It would also be reasonable for addContentsVisualOverflow to
170 m_overflow.addContentsVisualOverflow(LayoutRect(0, 0, 10, 10));
171 m_overflow.addContentsVisualOverflow(LayoutRect(20, 20, 0, 0));
189 m_overflow.addContentsVisualOverflow(LayoutRect(0, 0, 10, 10));
H A DRenderOverflow.h57 void addContentsVisualOverflow(const LayoutRect& rect) { m_contentsVisualOverflow.unite(rect); } function in class:blink::RenderOverflow
H A DRenderListItem.cpp420 toRenderBlock(o)->addContentsVisualOverflow(markerRect);
H A DRenderBox.h227 void addContentsVisualOverflow(const LayoutRect&);
H A DRenderBox.cpp4049 addContentsVisualOverflow(childVisualOverflowRect);
4107 void RenderBox::addContentsVisualOverflow(const LayoutRect& rect) function in class:blink::RenderBox
4116 m_overflow->addContentsVisualOverflow(rect);
H A DRenderBlockLineLayout.cpp1899 addContentsVisualOverflow(visualOverflow);
H A DRenderBlock.cpp1451 addContentsVisualOverflow(lastRect);

Completed in 141 milliseconds