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

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollAnimatorMac.mm271 if (!_scrollableArea->scrollbarsCanBeActive())
768 if (!scrollableArea()->scrollbarsCanBeActive())
776 if (!scrollableArea()->scrollbarsCanBeActive())
784 if (!scrollableArea()->scrollbarsCanBeActive())
792 if (!scrollableArea()->scrollbarsCanBeActive())
804 if (!scrollableArea()->scrollbarsCanBeActive())
821 if (!scrollableArea()->scrollbarsCanBeActive())
834 if (!scrollableArea()->scrollbarsCanBeActive())
842 if (!scrollableArea()->scrollbarsCanBeActive())
850 if (!scrollableArea()->scrollbarsCanBeActive())
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.h107 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DPopupMenuWin.cpp762 bool PopupMenuWin::scrollbarsCanBeActive() const function in class:WebCore::PopupMenuWin
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.h123 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DWebScrollBar.cpp303 bool WebScrollBar::scrollbarsCanBeActive() const function in class:WebScrollBar
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.h124 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DRenderListBox.cpp840 bool RenderListBox::scrollbarsCanBeActive() const function in class:WebCore::RenderListBox
845 return view->frameView()->scrollbarsCanBeActive();
H A DRenderLayer.h1040 virtual bool scrollbarsCanBeActive() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollableArea.h160 virtual bool scrollbarsCanBeActive() const = 0;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DSimplePDFPlugin.h170 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DSimplePDFPlugin.mm935 bool SimplePDFPlugin::scrollbarsCanBeActive() const
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.h351 virtual bool scrollbarsCanBeActive() const OVERRIDE;
H A DFocusController.cpp700 ASSERT(scrollableArea->scrollbarsCanBeActive() || m_page->shouldSuppressScrollbarAnimations());
H A DPage.cpp856 ASSERT(scrollableArea->scrollbarsCanBeActive());
H A DFrameView.cpp3121 bool FrameView::scrollbarsCanBeActive() const function in class:WebCore::FrameView
3232 ASSERT(scrollableArea->scrollbarsCanBeActive());
3251 if (!scrollableArea->scrollbarsCanBeActive())
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp3798 if (!scrollableArea->scrollbarsCanBeActive())

Completed in 173 milliseconds