Home
last modified time | relevance | path

Searched refs:SendMouseClickEvent (Results 1 – 25 of 31) sorted by relevance

12

/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc606 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, false, in OnPaint()
608 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, true, in OnPaint()
620 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, in OnPaint()
622 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, true, in OnPaint()
663 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, in OnPaint()
665 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, true, in OnPaint()
688 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, in OnPaint()
690 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, true, in OnPaint()
733 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, in OnPaint()
862 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, in OnPaint()
[all …]
Dpdf_viewer_unittest.cc162 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, false, 1); in TriggerContextMenu()
163 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_RIGHT, true, 1); in TriggerContextMenu()
Ddownload_unittest.cc500 base::BindOnce(&CefBrowserHost::SendMouseClickEvent, browser->GetHost(), in SendClick()
505 base::BindOnce(&CefBrowserHost::SendMouseClickEvent, browser->GetHost(), in SendClick()
Drequest_context_unittest.cc328 base::BindOnce(&CefBrowserHost::SendMouseClickEvent, in LaunchPopup()
333 base::BindOnce(&CefBrowserHost::SendMouseClickEvent, in LaunchPopup()
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc51 void CefBrowserPlatformDelegateChrome::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegateChrome
56 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_platform_delegate_chrome.h29 void SendMouseClickEvent(const CefMouseEvent& event,
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h27 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_background.cc54 void CefBrowserPlatformDelegateBackground::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegateBackground
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc196 void CefBrowserPlatformDelegateViews::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegateViews
201 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_platform_delegate_views.h47 void SendMouseClickEvent(const CefMouseEvent& event,
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h29 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_native_mac.h27 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_native_aura.cc29 void CefBrowserPlatformDelegateNativeAura::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegateNativeAura
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h36 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate_osr.cc119 void CefBrowserPlatformDelegateOsr::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegateOsr
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc430 void CefBrowserHostBase::SendMouseClickEvent(const CefMouseEvent& event, in SendMouseClickEvent() function in CefBrowserHostBase
436 base::BindOnce(&CefBrowserHostBase::SendMouseClickEvent, this, in SendMouseClickEvent()
442 platform_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_host_base.h166 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate.h220 virtual void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_platform_delegate.cc152 void CefBrowserPlatformDelegate::SendMouseClickEvent( in SendMouseClickEvent() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h95 void SendMouseClickEvent(const CefMouseEvent& event,
Dbrowser_host_ctocpp.cc704 void CefBrowserHostCToCpp::SendMouseClickEvent(const CefMouseEvent& event, in SendMouseClickEvent() function in CefBrowserHostCToCpp
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc592 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, false, 1); in accDoDefaultAction()
593 browser->GetHost()->SendMouseClickEvent(mouse_event, MBT_LEFT, true, 1); in accDoDefaultAction()
Dosr_accessibility_node_mac.mm312 browser->GetHost()->SendMouseClickEvent(mouse_event, type, false, 1);
313 browser->GetHost()->SendMouseClickEvent(mouse_event, type, true, 1);
Dosr_window_win.cc629 browser_host->SendMouseClickEvent(mouse_event, btnType, false, in OnMouseEvent()
662 browser_host->SendMouseClickEvent(mouse_event, btnType, true, in OnMouseEvent()
/third_party/cef/include/
Dcef_browser.h677 virtual void SendMouseClickEvent(const CefMouseEvent& event,

12