/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.cc | 170 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()
|
D | browser_platform_delegate_osr.h | 46 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_platform_delegate_background.cc | 84 gfx::Point CefBrowserPlatformDelegateBackground::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateBackground 128 return GetScreenPoint(view); in GetParentScreenPoint()
|
D | browser_platform_delegate_background.h | 37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 72 gfx::Point CefBrowserPlatformDelegateChrome::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateChrome 101 return GetScreenPoint(view); in GetParentScreenPoint()
|
D | browser_platform_delegate_chrome.h | 37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_aura.cc | 114 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()
|
D | menu_runner_win.cc | 27 browser->GetScreenPoint(gfx::Point(params.x, params.y)); in RunContextMenu()
|
D | menu_runner_linux.cc | 23 browser->GetScreenPoint(gfx::Point(params.x, params.y)); in RunContextMenu()
|
D | browser_platform_delegate_native_linux.h | 32 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
D | browser_platform_delegate_native_win.h | 28 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
D | browser_platform_delegate_native_mac.h | 37 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
D | menu_runner_mac.mm | 53 browser->GetScreenPoint(gfx::Point(params.x, params.y));
|
D | browser_platform_delegate_native_linux.cc | 193 gfx::Point CefBrowserPlatformDelegateNativeLinux::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateNativeLinux
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 31 virtual bool GetScreenPoint(CefRefPtr<CefBrowser> browser, 99 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
|
D | client_handler_osr.cc | 65 bool ClientHandlerOsr::GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function in client::ClientHandlerOsr 73 return osr_delegate_->GetScreenPoint(browser, viewX, viewY, screenX, screenY); in GetScreenPoint()
|
D | browser_window_osr_mac.h | 59 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
|
D | osr_window_win.h | 115 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
|
D | browser_window_osr_gtk.h | 62 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 234 gfx::Point CefBrowserPlatformDelegateViews::GetScreenPoint( in GetScreenPoint() function in CefBrowserPlatformDelegateViews 302 return GetScreenPoint(view); in GetParentScreenPoint()
|
D | browser_platform_delegate_views.h | 57 gfx::Point GetScreenPoint(const gfx::Point& view) const override;
|
/third_party/cef/include/ |
D | cef_render_handler.h | 92 virtual bool GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 41 bool GetScreenPoint(CefRefPtr<CefBrowser> browser,
|
D | render_handler_ctocpp.cc | 87 bool CefRenderHandlerCToCpp::GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint() function in CefRenderHandlerCToCpp
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 249 virtual gfx::Point GetScreenPoint(const gfx::Point& view) const;
|