Searched refs:screenToWindow (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
H A DHostWindow.h59 virtual IntPoint screenToWindow(const IntPoint&) const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.h115 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
H A DChromeClientImpl.h118 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
H A DWebPopupMenuImpl.cpp311 IntPoint WebPopupMenuImpl::screenToWindow(const IntPoint& point) const function in class:WebKit::WebPopupMenuImpl
H A DChromeClientImpl.cpp566 IntPoint ChromeClientImpl::screenToWindow(const IntPoint&) const function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebCore/page/
H A DChrome.h76 virtual IntPoint screenToWindow(const IntPoint&) const;
H A DChrome.cpp97 IntPoint Chrome::screenToWindow(const IntPoint& point) const function in class:WebCore::Chrome
99 return m_client->screenToWindow(point);
H A DChromeClient.h151 virtual IntPoint screenToWindow(const IntPoint&) const = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h99 virtual IntPoint screenToWindow(const IntPoint&) const;
H A DChromeClientEfl.cpp339 IntPoint ChromeClientEfl::screenToWindow(const IntPoint& point) const function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h112 virtual IntPoint screenToWindow(const IntPoint&) const;
H A DChromeClientHaiku.cpp286 IntPoint ChromeClientHaiku::screenToWindow(const IntPoint&) const function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h101 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
H A DChromeClientWinCE.cpp263 IntPoint ChromeClientWinCE::screenToWindow(const IntPoint& point) const function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h112 virtual IntPoint screenToWindow(const IntPoint&) const;
H A DChromeClientWx.cpp377 IntPoint ChromeClientWx::screenToWindow(const IntPoint& point) const function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h119 virtual IntPoint screenToWindow(const IntPoint&) const;
H A DChromeClientAndroid.cpp331 IntPoint ChromeClientAndroid::screenToWindow(const IntPoint&) const { function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h103 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
H A DChromeClientGtk.cpp478 IntPoint ChromeClient::screenToWindow(const IntPoint& point) const function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h98 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h124 virtual IntPoint screenToWindow(const IntPoint&) const;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h104 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint& p) const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h120 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h171 virtual IntPoint screenToWindow(const IntPoint& p) const { return p; } function in class:WebCore::EmptyChromeClient

Completed in 302 milliseconds

12