Searched refs:delegatesScrolling (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp212 void ScrollView::setDelegatesScrolling(bool delegatesScrolling) argument
214 if (m_delegatesScrolling == delegatesScrolling)
217 m_delegatesScrolling = delegatesScrolling;
387 if (delegatesScrolling()) {
417 if (delegatesScrolling()) {
749 if (delegatesScrolling())
758 if (delegatesScrolling())
767 if (delegatesScrolling())
777 if (delegatesScrolling())
H A DScrollView.h122 bool delegatesScrolling() const { return m_delegatesScrolling; } function in class:WebCore::ScrollView
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp1255 if (useFixedLayout() && !fixedLayoutSize().isEmpty() && delegatesScrolling())
2812 if (useFixedLayout() && !fixedLayoutSize().isEmpty() && delegatesScrolling())
3859 if (!delegatesScrolling())
3870 if (!delegatesScrolling())
3884 if (!delegatesScrolling())
3894 if (!delegatesScrolling())
4118 if (delegatesScrolling()) {
H A DPage.cpp769 if (view && (view->scrollPosition() != origin || view->delegatesScrolling())) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.cpp345 if (!mainView->delegatesScrolling()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp490 if (frameView && !frameView->delegatesScrolling()) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerCompositor.cpp2330 if (m_renderView->frameView()->delegatesScrolling())
H A DRenderObject.cpp133 if (frameView->delegatesScrolling())
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2200 if (m_mainFrame->coreFrame()->view()->delegatesScrolling())

Completed in 357 milliseconds