Searched refs:delegatedScrollRequested (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DHostWindow.h55 virtual void delegatedScrollRequested(const IntPoint& scrollPoint) = 0;
H A DScrollView.cpp388 hostWindow()->delegatedScrollRequested(IntPoint(newOffset));
418 hostWindow()->delegatedScrollRequested(scrollPoint);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.h78 virtual void delegatedScrollRequested(const IntPoint& scrollPoint) OVERRIDE;
H A DChrome.cpp104 void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint) function in class:WebCore::Chrome
106 m_client->delegatedScrollRequested(scrollPoint);
H A DChromeClient.h153 virtual void delegatedScrollRequested(const IntPoint&) = 0;
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.h186 virtual void delegatedScrollRequested(const IntPoint& scrollPoint);
H A DChromeClientEfl.cpp669 void ChromeClientEfl::delegatedScrollRequested(const IntPoint&) function in class:WebCore::ChromeClientEfl
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.h125 virtual void delegatedScrollRequested(const IntPoint& scrollPoint);
H A DChromeClientQt.cpp463 void ChromeClientQt::delegatedScrollRequested(const IntPoint& point) function in class:WebCore::ChromeClientQt
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h116 virtual void delegatedScrollRequested(const WebCore::IntPoint& scrollOffset) OVERRIDE;
H A DWebChromeClient.cpp445 void WebChromeClient::delegatedScrollRequested(const IntPoint& scrollOffset) function in class:WebKit::WebChromeClient
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h132 virtual void delegatedScrollRequested(const IntPoint&) { } function in class:WebCore::EmptyChromeClient

Completed in 280 milliseconds