Home | History | Annotate | Download | only in tests

Lines Matching refs:scrollSize

52     MOCK_CONST_METHOD1(scrollSize, int(ScrollbarOrientation));
117 EXPECT_CALL(scrollableArea, scrollSize(_)).Times(AtLeast(1)).WillRepeatedly(Return(1000));