/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.cc | 151 void CefWebContentsViewOSR::StartDragging( in StartDragging() function in CefWebContentsViewOSR 160 browser->StartDragging(drop_data, allowed_ops, image, image_offset, in StartDragging()
|
D | web_contents_view_osr.h | 69 void StartDragging(const content::DropData& drop_data,
|
D | browser_platform_delegate_osr.h | 78 void StartDragging(const content::DropData& drop_data,
|
D | browser_platform_delegate_osr.cc | 462 void CefBrowserPlatformDelegateOsr::StartDragging( in StartDragging() function in CefBrowserPlatformDelegateOsr 482 handled = handler->StartDragging( in StartDragging()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 52 virtual bool StartDragging(CefRefPtr<CefBrowser> browser, 118 bool StartDragging(CefRefPtr<CefBrowser> browser,
|
D | client_handler_osr.cc | 122 bool ClientHandlerOsr::StartDragging( in StartDragging() function in client::ClientHandlerOsr 131 return osr_delegate_->StartDragging(browser, drag_data, allowed_ops, x, y); in StartDragging()
|
D | browser_window_osr_mac.h | 78 bool StartDragging(CefRefPtr<CefBrowser> browser,
|
D | osr_dragdrop_win.h | 57 CefBrowserHost::DragOperationsMask StartDragging(
|
D | osr_window_win.h | 138 bool StartDragging(CefRefPtr<CefBrowser> browser,
|
D | browser_window_osr_gtk.h | 81 bool StartDragging(CefRefPtr<CefBrowser> browser,
|
D | osr_window_win.cc | 1045 bool OsrWindowWin::StartDragging( in StartDragging() function in client::OsrWindowWin 1059 drop_target_->StartDragging(browser, drag_data, allowed_ops, x, y); in StartDragging()
|
D | browser_window_osr_mac.mm | 1327 bool StartDragging(CefRefPtr<CefBrowser> browser, 1665 bool BrowserWindowOsrMacImpl::StartDragging( 1884 bool BrowserWindowOsrMac::StartDragging( 1890 return impl_->StartDragging(browser, drag_data, allowed_ops, x, y);
|
D | osr_dragdrop_win.cc | 383 CefBrowserHost::DragOperationsMask DropTargetWin::StartDragging( in StartDragging() function in client::DropTargetWin
|
D | browser_window_osr_gtk.cc | 1282 bool BrowserWindowOsrGtk::StartDragging( in StartDragging() function in client::BrowserWindowOsrGtk
|
/third_party/cef/include/ |
D | cef_render_handler.h | 180 virtual bool StartDragging(CefRefPtr<CefBrowser> browser, in StartDragging() function
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 60 bool StartDragging(CefRefPtr<CefBrowser> browser,
|
D | render_handler_ctocpp.cc | 269 bool CefRenderHandlerCToCpp::StartDragging(CefRefPtr<CefBrowser> browser, in StartDragging() function in CefRenderHandlerCToCpp
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 329 virtual void StartDragging(
|
D | browser_platform_delegate.cc | 311 void CefBrowserPlatformDelegate::StartDragging( in StartDragging() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 351 bool _retval = CefRenderHandlerCppToC::Get(self)->StartDragging( in render_handler_start_dragging()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 170 void StartDragging(const content::DropData& drop_data,
|
D | alloy_browser_host_impl.cc | 1639 void AlloyBrowserHostImpl::StartDragging( in StartDragging() function in AlloyBrowserHostImpl 1647 platform_delegate_->StartDragging(drop_data, allowed_ops, image, in StartDragging()
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1176 bool StartDragging(CefRefPtr<CefBrowser> browser, in StartDragging() function in __anon4ecb97c50111::OSRTestHandler
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 4724 @@ -1750,6 +1764,23 @@ void AlloyBrowserHostImpl::StartDragging( 7362 @@ -495,6 +537,34 @@ void CefBrowserPlatformDelegateOsr::StartDragging( 7620 void CefWebContentsViewOSR::StartDragging( 7662 void StartDragging(const content::DropData& drop_data, 34330 void StartDragging(const DropData& drop_data, 34341 void WebContentsViewMac::StartDragging( 39635 @@ -296,7 +289,8 @@ bool NWebRenderHandler::StartDragging(CefRefPtr<CefBrowser> browser, 39645 @@ -310,7 +304,8 @@ bool NWebRenderHandler::StartDragging(CefRefPtr<CefBrowser> browser, 39655 @@ -329,7 +324,8 @@ bool NWebRenderHandler::StartDragging(CefRefPtr<CefBrowser> browser,
|
D | 0003-3.2-Beta3-1115.patch | 34448 bool CefRenderHandlerCToCpp::StartDragging(CefRefPtr<CefBrowser> browser, 34525 bool StartDragging(CefRefPtr<CefBrowser> browser, 64342 +bool NWebRenderHandler::StartDragging(CefRefPtr<CefBrowser> browser, 64493 + bool StartDragging(CefRefPtr<CefBrowser> browser,
|