Searched defs:scrollSize (Results 1 – 6 of 6) sorted by relevance
94 int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const in scrollSize() function in blink::ScrollbarGroup
123 virtual int scrollSize(ScrollbarOrientation) const OVERRIDE { return 100; } in scrollSize() function in __anon759da6710111::FakeScrollableArea
250 int ScrollView::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::ScrollView256 IntSize scrollSize = m_contentsSize - visibleContentRect().size(); in scrollSize() local
630 int RenderListBox::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::RenderListBox
313 int RenderLayerScrollableArea::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::RenderLayerScrollableArea
781 IntSize scrollSize(renderBox->scrollWidth(), renderBox->scrollHeight()); in updateGraphicsLayerGeometry() local