Home
last modified time | relevance | path

Searched refs:UpdateDragCursor (Results 1 – 22 of 22) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.cc168 void CefWebContentsViewOSR::UpdateDragCursor( in UpdateDragCursor() function in CefWebContentsViewOSR
172 browser->UpdateDragCursor(operation); in UpdateDragCursor()
Dweb_contents_view_osr.h75 void UpdateDragCursor(ui::mojom::DragOperation operation) override;
Dbrowser_platform_delegate_osr.h84 void UpdateDragCursor(ui::mojom::DragOperation operation) override;
Dbrowser_platform_delegate_osr.cc492 void CefBrowserPlatformDelegateOsr::UpdateDragCursor( in UpdateDragCursor() function in CefBrowserPlatformDelegateOsr
497 handler->UpdateDragCursor( in UpdateDragCursor()
/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.h57 virtual void UpdateDragCursor(
123 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
Dclient_handler_osr.cc134 void ClientHandlerOsr::UpdateDragCursor( in UpdateDragCursor() function in client::ClientHandlerOsr
140 osr_delegate_->UpdateDragCursor(browser, operation); in UpdateDragCursor()
Dbrowser_window_osr_mac.h83 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
Dbrowser_window_osr_gtk.h86 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
Dosr_window_win.h143 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
Dbrowser_window_osr_mac.mm1332 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
1696 void BrowserWindowOsrMacImpl::UpdateDragCursor(
1893 void BrowserWindowOsrMac::UpdateDragCursor(
1896 impl_->UpdateDragCursor(browser, operation);
Dosr_window_win.cc1076 void OsrWindowWin::UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in client::OsrWindowWin
Dbrowser_window_osr_gtk.cc1326 void BrowserWindowOsrGtk::UpdateDragCursor( in UpdateDragCursor() function in client::BrowserWindowOsrGtk
/third_party/cef/include/
Dcef_render_handler.h194 virtual void UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function
/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.h65 void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
Drender_handler_ctocpp.cc301 void CefRenderHandlerCToCpp::UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in CefRenderHandlerCToCpp
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h336 virtual void UpdateDragCursor(ui::mojom::DragOperation operation);
Dbrowser_platform_delegate.cc321 void CefBrowserPlatformDelegate::UpdateDragCursor( in UpdateDragCursor() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/cpptoc/
Drender_handler_cpptoc.cc376 CefRenderHandlerCppToC::Get(self)->UpdateDragCursor( in render_handler_update_drag_cursor()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h176 void UpdateDragCursor(ui::mojom::DragOperation operation);
Dalloy_browser_host_impl.cc1652 void AlloyBrowserHostImpl::UpdateDragCursor( in UpdateDragCursor() function in AlloyBrowserHostImpl
1655 platform_delegate_->UpdateDragCursor(operation); in UpdateDragCursor()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1232 void UpdateDragCursor(CefRefPtr<CefBrowser> browser, in UpdateDragCursor() function in __anon05df0fc20111::OSRTestHandler
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch4456 void AlloyBrowserHostImpl::UpdateDragCursor(
7005 void CefBrowserPlatformDelegateOsr::UpdateDragCursor(
7247 @@ -172,6 +174,27 @@ void CefWebContentsViewOSR::UpdateDragCursor(
7248 browser->UpdateDragCursor(operation);