Home
last modified time | relevance | path

Searched refs:GetScreenPoint (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc170 gfx::Point CefBrowserPlatformDelegateOsr::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateOsr
175 if (handler->GetScreenPoint(browser_, view.x(), view.y(), screenX, in GetScreenPoint()
314 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDragEnter()
345 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDragOver()
412 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDrop()
516 const gfx::Point& screen_loc = GetScreenPoint(client_loc); in DragSourceEndedAt()
594 return GetScreenPoint(view); in GetParentScreenPoint()
Dbrowser_platform_delegate_osr.h46 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc84 gfx::Point CefBrowserPlatformDelegateBackground::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateBackground
128 return GetScreenPoint(view); in GetParentScreenPoint()
Dbrowser_platform_delegate_background.h37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc72 gfx::Point CefBrowserPlatformDelegateChrome::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateChrome
101 return GetScreenPoint(view); in GetParentScreenPoint()
Dbrowser_platform_delegate_chrome.h37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc114 GetScreenPoint(gfx::Point(mouse_event.x, mouse_event.y))); in TranslateUiClickEvent()
146 GetScreenPoint(gfx::Point(mouse_event.x, mouse_event.y))); in TranslateUiMoveEvent()
168 GetScreenPoint(gfx::Point(mouse_event.x, mouse_event.y))); in TranslateUiWheelEvent()
Dmenu_runner_win.cc27 browser->GetScreenPoint(gfx::Point(params.x, params.y)); in RunContextMenu()
Dmenu_runner_linux.cc23 browser->GetScreenPoint(gfx::Point(params.x, params.y)); in RunContextMenu()
Dbrowser_platform_delegate_native_linux.h32 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
Dbrowser_platform_delegate_native_win.h28 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
Dbrowser_platform_delegate_native_mac.h37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
Dmenu_runner_mac.mm53 browser->GetScreenPoint(gfx::Point(params.x, params.y));
Dbrowser_platform_delegate_native_linux.cc193 gfx::Point CefBrowserPlatformDelegateNativeLinux::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateNativeLinux
/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.h31 virtual bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
99 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
Dclient_handler_osr.cc65 bool ClientHandlerOsr::GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function in client::ClientHandlerOsr
73 return osr_delegate_->GetScreenPoint(browser, viewX, viewY, screenX, screenY); in GetScreenPoint()
Dbrowser_window_osr_mac.h59 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
Dosr_window_win.h115 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
Dbrowser_window_osr_gtk.h62 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc234 gfx::Point CefBrowserPlatformDelegateViews::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateViews
302 return GetScreenPoint(view); in GetParentScreenPoint()
Dbrowser_platform_delegate_views.h57 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
/third_party/cef/include/
Dcef_render_handler.h92 virtual bool GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function
/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.h41 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
Drender_handler_ctocpp.cc87 bool CefRenderHandlerCToCpp::GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function in CefRenderHandlerCToCpp
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h249 virtual gfx::Point GetScreenPoint(const gfx::Point& view) const;

12