Searched refs:scrollableAreaBoundingBox (Results 1 – 14 of 14) sorted by relevance
70 IntRect FramelessScrollView::scrollableAreaBoundingBox() const in scrollableAreaBoundingBox() function in WebCore::FramelessScrollView
74 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
158 virtual IntRect scrollableAreaBoundingBox() const = 0;
75 virtual WebCore::IntRect scrollableAreaBoundingBox() const OVERRIDE;
139 IntRect ScrollbarGroup::scrollableAreaBoundingBox() const in scrollableAreaBoundingBox() function in blink::ScrollbarGroup
131 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE { return IntRect(); } in scrollableAreaBoundingBox() function in __anon759da6710111::FakeScrollableArea
68 MOCK_CONST_METHOD0(scrollableAreaBoundingBox, IntRect());
134 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
108 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
885 IntRect RenderListBox::scrollableAreaBoundingBox() const in scrollableAreaBoundingBox() function in WebCore::RenderListBox
462 IntRect RenderLayerScrollableArea::scrollableAreaBoundingBox() const in scrollableAreaBoundingBox() function in WebCore::RenderLayerScrollableArea
412 virtual IntRect scrollableAreaBoundingBox() const OVERRIDE;
2619 IntRect FrameView::scrollableAreaBoundingBox() const in scrollableAreaBoundingBox() function in WebCore::FrameView
658 IntRect box = scrollableArea->scrollableAreaBoundingBox(); in computeShouldHandleScrollGestureOnMainThreadRegion()