/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.cc | 168 void CefWebContentsViewOSR::UpdateDragCursor( in UpdateDragCursor() function in CefWebContentsViewOSR 172 browser->UpdateDragCursor(operation); in UpdateDragCursor()
|
D | web_contents_view_osr.h | 75 void UpdateDragCursor(ui::mojom::DragOperation operation) override;
|
D | browser_platform_delegate_osr.h | 84 void UpdateDragCursor(ui::mojom::DragOperation operation) override;
|
D | browser_platform_delegate_osr.cc | 492 void CefBrowserPlatformDelegateOsr::UpdateDragCursor( in UpdateDragCursor() function in CefBrowserPlatformDelegateOsr 497 handler->UpdateDragCursor( in UpdateDragCursor()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 57 virtual void UpdateDragCursor( 123 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
D | client_handler_osr.cc | 134 void ClientHandlerOsr::UpdateDragCursor( in UpdateDragCursor() function in client::ClientHandlerOsr 140 osr_delegate_->UpdateDragCursor(browser, operation); in UpdateDragCursor()
|
D | browser_window_osr_mac.h | 83 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
D | browser_window_osr_gtk.h | 86 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
D | osr_window_win.h | 143 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
D | browser_window_osr_mac.mm | 1332 void UpdateDragCursor(CefRefPtr<CefBrowser> browser, 1696 void BrowserWindowOsrMacImpl::UpdateDragCursor( 1893 void BrowserWindowOsrMac::UpdateDragCursor( 1896 impl_->UpdateDragCursor(browser, operation);
|
D | osr_window_win.cc | 1076 void OsrWindowWin::UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in client::OsrWindowWin
|
D | browser_window_osr_gtk.cc | 1326 void BrowserWindowOsrGtk::UpdateDragCursor( in UpdateDragCursor() function in client::BrowserWindowOsrGtk
|
/third_party/cef/include/ |
D | cef_render_handler.h | 194 virtual void UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 65 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
D | render_handler_ctocpp.cc | 301 void CefRenderHandlerCToCpp::UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in CefRenderHandlerCToCpp
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 336 virtual void UpdateDragCursor(ui::mojom::DragOperation operation);
|
D | browser_platform_delegate.cc | 321 void CefBrowserPlatformDelegate::UpdateDragCursor( in UpdateDragCursor() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 376 CefRenderHandlerCppToC::Get(self)->UpdateDragCursor( in render_handler_update_drag_cursor()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 176 void UpdateDragCursor(ui::mojom::DragOperation operation);
|
D | alloy_browser_host_impl.cc | 1652 void AlloyBrowserHostImpl::UpdateDragCursor( in UpdateDragCursor() function in AlloyBrowserHostImpl 1655 platform_delegate_->UpdateDragCursor(operation); in UpdateDragCursor()
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1232 void UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in __anon05df0fc20111::OSRTestHandler
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 4456 void AlloyBrowserHostImpl::UpdateDragCursor( 7005 void CefBrowserPlatformDelegateOsr::UpdateDragCursor( 7247 @@ -172,6 +174,27 @@ void CefWebContentsViewOSR::UpdateDragCursor( 7248 browser->UpdateDragCursor(operation);
|