HomeSort by relevance Sort by last modified time
    Searched refs:contentsVisualOverflowRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflowTest.cpp 76 EXPECT_TRUE(m_overflow.contentsVisualOverflowRect().isEmpty());
109 EXPECT_TRUE(m_overflow.contentsVisualOverflowRect().isEmpty());
142 EXPECT_TRUE(m_overflow.contentsVisualOverflowRect().isEmpty());
148 EXPECT_EQ(LayoutRect(0, 0, 10, 10), m_overflow.contentsVisualOverflowRect());
155 EXPECT_EQ(LayoutRect(0, 0, 90, 90), m_overflow.contentsVisualOverflowRect());
162 EXPECT_EQ(LayoutRect(0, 0, 10, 10), m_overflow.contentsVisualOverflowRect());
172 EXPECT_EQ(LayoutRect(0, 0, 10, 10), m_overflow.contentsVisualOverflowRect());
191 EXPECT_EQ(LayoutRect(500, 100, 10, 10), m_overflow.contentsVisualOverflowRect());
RenderOverflow.h 51 LayoutRect contentsVisualOverflowRect() const { return m_contentsVisualOverflow; }
RenderBox.h 221 LayoutRect contentsVisualOverflowRect() const { return m_overflow ? m_overflow->contentsVisualOverflowRect() : LayoutRect(); }
    [all...]
RenderBox.cpp     [all...]

Completed in 52 milliseconds