Home | History | Annotate | Download | only in tests

Lines Matching refs:maximumScrollPosition

64     MOCK_CONST_METHOD0(maximumScrollPosition, IntPoint());
122 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000)));
156 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000)));