Home
last modified time | relevance | path

Searched refs:scrollbarsCanBeActive (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.mm264 if (!_scrollableArea->scrollbarsCanBeActive())
734 if (!scrollableArea()->scrollbarsCanBeActive())
742 if (!scrollableArea()->scrollbarsCanBeActive())
750 if (!scrollableArea()->scrollbarsCanBeActive())
758 if (!scrollableArea()->scrollbarsCanBeActive())
770 if (!scrollableArea()->scrollbarsCanBeActive())
787 if (!scrollableArea()->scrollbarsCanBeActive())
800 if (!scrollableArea()->scrollbarsCanBeActive())
808 if (!scrollableArea()->scrollbarsCanBeActive())
816 if (!scrollableArea()->scrollbarsCanBeActive())
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DFramelessScrollView.cpp65 bool FramelessScrollView::scrollbarsCanBeActive() const in scrollbarsCanBeActive() function in WebCore::FramelessScrollView
DFramelessScrollView.h73 virtual bool scrollbarsCanBeActive() const OVERRIDE;
DScrollableArea.h152 virtual bool scrollbarsCanBeActive() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.h74 virtual bool scrollbarsCanBeActive() const OVERRIDE;
DScrollbarGroup.cpp258 bool ScrollbarGroup::scrollbarsCanBeActive() const in scrollbarsCanBeActive() function in blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsLayerTest.cpp129 virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; } in scrollbarsCanBeActive() function in __anon759da6710111::FakeScrollableArea
DScrollAnimatorNoneTest.cpp67 MOCK_CONST_METHOD0(scrollbarsCanBeActive, bool());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.h123 virtual bool scrollbarsCanBeActive() const OVERRIDE;
DRenderLayerScrollableArea.h107 virtual bool scrollbarsCanBeActive() const OVERRIDE;
DRenderListBox.cpp836 bool RenderListBox::scrollbarsCanBeActive() const in scrollbarsCanBeActive() function in WebCore::RenderListBox
841 return view->frameView()->scrollbarsCanBeActive(); in scrollbarsCanBeActive()
DRenderLayerScrollableArea.cpp454 bool RenderLayerScrollableArea::scrollbarsCanBeActive() const in scrollbarsCanBeActive() function in WebCore::RenderLayerScrollableArea
459 return view->frameView()->scrollbarsCanBeActive(); in scrollbarsCanBeActive()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h275 virtual bool scrollbarsCanBeActive() const OVERRIDE;
DFrameView.cpp2605 bool FrameView::scrollbarsCanBeActive() const in scrollbarsCanBeActive() function in WebCore::FrameView
2701 ASSERT(scrollableArea->scrollbarsCanBeActive()); in setAnimatorsAreActive()
2720 if (!scrollableArea->scrollbarsCanBeActive()) in notifyPageThatContentAreaWillPaint()
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp714 ASSERT(scrollableArea->scrollbarsCanBeActive()); in setContainingWindowIsVisible()