Home
last modified time | relevance | path

Searched defs:scrollSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.cpp94 int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const in scrollSize() function in blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp123 virtual int scrollSize(ScrollbarOrientation) const OVERRIDE { return 100; } in scrollSize() function in __anon759da6710111::FakeScrollableArea
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp250 int ScrollView::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::ScrollView
256 IntSize scrollSize = m_contentsSize - visibleContentRect().size(); in scrollSize() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp630 int RenderListBox::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::RenderListBox
DRenderLayerScrollableArea.cpp313 int RenderLayerScrollableArea::scrollSize(ScrollbarOrientation orientation) const in scrollSize() function in WebCore::RenderLayerScrollableArea
DCompositedLayerMapping.cpp781 IntSize scrollSize(renderBox->scrollWidth(), renderBox->scrollHeight()); in updateGraphicsLayerGeometry() local