Home
last modified time | relevance | path

Searched refs:clickCount (Results 1 – 24 of 24) sorted by relevance

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc33 int clickCount) { in SendMouseClickEvent() argument
39 TranslateUiClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
82 int clickCount) const { in TranslateWebClickEvent()
84 TranslateUiClickEvent(mouse_event, type, mouseUp, clickCount)); in TranslateWebClickEvent()
107 int clickCount) const { in TranslateUiClickEvent()
108 DCHECK_GE(clickCount, 1); in TranslateUiClickEvent()
135 result.SetClickCount(clickCount); in TranslateUiClickEvent()
Dbrowser_platform_delegate_native_aura.h32 int clickCount) override;
46 int clickCount) const override;
61 int clickCount) const;
Dbrowser_platform_delegate_native_mac.h30 int clickCount) override;
57 int clickCount) const override;
Dbrowser_platform_delegate_native.h39 int clickCount) const = 0;
Dbrowser_platform_delegate_native_mac.mm274 int clickCount) {
280 TranslateWebClickEvent(event, type, mouseUp, clickCount);
462 int clickCount) const {
486 result.click_count = clickCount;
Dmenu_runner_mac.mm77 clickCount:1
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc55 int clickCount) { in SendMouseClickEvent() argument
56 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_platform_delegate_chrome.h32 int clickCount) override;
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc200 int clickCount) { in SendMouseClickEvent() argument
201 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_platform_delegate_views.h50 int clickCount) override;
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h30 int clickCount) override;
Dbrowser_platform_delegate_background.cc58 int clickCount) { in SendMouseClickEvent() argument
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc433 int clickCount) { in SendMouseClickEvent() argument
437 event, type, mouseUp, clickCount)); in SendMouseClickEvent()
442 platform_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
Dbrowser_host_base.h169 int clickCount) override;
Dbrowser_platform_delegate.h223 int clickCount);
Dbrowser_platform_delegate.cc156 int clickCount) { in SendMouseClickEvent() argument
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h39 int clickCount) override;
Dbrowser_platform_delegate_osr.cc123 int clickCount) { in SendMouseClickEvent() argument
129 event, type, mouseUp, clickCount); in SendMouseClickEvent()
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h98 int clickCount) override;
Dbrowser_host_ctocpp.cc707 int clickCount) { in SendMouseClickEvent() argument
717 _struct->send_mouse_click_event(_struct, &event, type, mouseUp, clickCount); in SendMouseClickEvent()
/third_party/cef/include/
Dcef_browser.h680 int clickCount) = 0;
/third_party/cef/include/capi/
Dcef_browser_capi.h651 int clickCount);
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc776 int clickCount) { in browser_host_send_mouse_click_event() argument
796 eventObj, type, mouseUp ? true : false, clickCount); in browser_host_send_mouse_click_event()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_mac.mm192 [event clickCount]);
797 clickCount:1