Home | History | Annotate | Download | only in tests

Lines Matching refs:maximumScrollPosition

62     MOCK_CONST_METHOD0(maximumScrollPosition, IntPoint());
119 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000)));
153 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000)));