Searched refs:scrollbarsCanBeActive (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm265 if (!_scrollableArea->scrollbarsCanBeActive())
814 if (!scrollableArea()->scrollbarsCanBeActive())
822 if (!scrollableArea()->scrollbarsCanBeActive())
830 if (!scrollableArea()->scrollbarsCanBeActive())
838 if (!scrollableArea()->scrollbarsCanBeActive())
850 if (!scrollableArea()->scrollbarsCanBeActive())
867 if (!scrollableArea()->scrollbarsCanBeActive())
880 if (!scrollableArea()->scrollbarsCanBeActive())
888 if (!scrollableArea()->scrollbarsCanBeActive())
896 if (!scrollableArea()->scrollbarsCanBeActive())
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h70 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DPopupListBox.h106 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DScrollbarGroup.cpp247 bool ScrollbarGroup::scrollbarsCanBeActive() const function in class:blink::ScrollbarGroup
H A DPopupListBox.cpp881 bool PopupListBox::scrollbarsCanBeActive() const function in class:blink::PopupListBox
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h126 virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; }
H A DFrameView.h266 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DFrameView.cpp2237 bool FrameView::scrollbarsCanBeActive() const function in class:blink::FrameView
2332 if (!scrollableArea->scrollbarsCanBeActive())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp135 virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h104 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DRenderLayerScrollableArea.cpp480 bool RenderLayerScrollableArea::scrollbarsCanBeActive() const function in class:blink::RenderLayerScrollableArea
485 return view->frameView()->scrollbarsCanBeActive();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h177 virtual bool scrollbarsCanBeActive() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp66 MOCK_CONST_METHOD0(scrollbarsCanBeActive, bool());

Completed in 2117 milliseconds