scrollbarsCanBeActive 2520 Source/core/frame/FrameView.cpp if (!scrollableArea->scrollbarsCanBeActive()) scrollbarsCanBeActive 254 Source/core/frame/FrameView.h virtual bool scrollbarsCanBeActive() const OVERRIDE; scrollbarsCanBeActive 86 Source/core/frame/PinchViewport.h virtual bool scrollbarsCanBeActive() const OVERRIDE { return false; } scrollbarsCanBeActive 725 Source/core/page/FocusController.cpp ASSERT(scrollableArea->scrollbarsCanBeActive()); scrollbarsCanBeActive 496 Source/core/rendering/RenderLayerScrollableArea.cpp return view->frameView()->scrollbarsCanBeActive(); scrollbarsCanBeActive 106 Source/core/rendering/RenderLayerScrollableArea.h virtual bool scrollbarsCanBeActive() const OVERRIDE; scrollbarsCanBeActive 865 Source/core/rendering/RenderListBox.cpp return view->frameView()->scrollbarsCanBeActive(); scrollbarsCanBeActive 123 Source/core/rendering/RenderListBox.h virtual bool scrollbarsCanBeActive() const OVERRIDE; scrollbarsCanBeActive 72 Source/platform/scroll/FramelessScrollView.h virtual bool scrollbarsCanBeActive() const OVERRIDE; scrollbarsCanBeActive 165 Source/platform/scroll/ScrollableArea.h virtual bool scrollbarsCanBeActive() const = 0; scrollbarsCanBeActive 73 Source/web/ScrollbarGroup.h virtual bool scrollbarsCanBeActive() const OVERRIDE; scrollbarsCanBeActive 67 Source/web/tests/ScrollAnimatorNoneTest.cpp MOCK_CONST_METHOD0(scrollbarsCanBeActive, bool());