Home
last modified time | relevance | path

Searched refs:screenToWindow (Results 1 – 25 of 38) sorted by relevance

12

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

12