Searched defs:delegatedScrollRequested (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChrome.cpp91 void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint) function in class:WebCore::Chrome
93 m_client->delegatedScrollRequested(scrollPoint);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp444 void ChromeClientQt::delegatedScrollRequested(const IntPoint& point) function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp376 void WebChromeClient::delegatedScrollRequested(const IntPoint& scrollOffset) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h165 virtual void delegatedScrollRequested(const IntPoint&) { } function in class:WebCore::EmptyChromeClient

Completed in 4119 milliseconds