/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_aura.cc | 33 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()
|
D | browser_platform_delegate_native_aura.h | 32 int clickCount) override; 46 int clickCount) const override; 61 int clickCount) const;
|
D | browser_platform_delegate_native_mac.h | 30 int clickCount) override; 57 int clickCount) const override;
|
D | browser_platform_delegate_native.h | 39 int clickCount) const = 0;
|
D | browser_platform_delegate_native_mac.mm | 274 int clickCount) { 280 TranslateWebClickEvent(event, type, mouseUp, clickCount); 462 int clickCount) const { 486 result.click_count = clickCount;
|
D | menu_runner_mac.mm | 77 clickCount:1
|
/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 55 int clickCount) { in SendMouseClickEvent() argument 56 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
|
D | browser_platform_delegate_chrome.h | 32 int clickCount) override;
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 200 int clickCount) { in SendMouseClickEvent() argument 201 native_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
|
D | browser_platform_delegate_views.h | 50 int clickCount) override;
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_platform_delegate_background.h | 30 int clickCount) override;
|
D | browser_platform_delegate_background.cc | 58 int clickCount) { in SendMouseClickEvent() argument
|
/third_party/cef/libcef/browser/ |
D | browser_host_base.cc | 433 int clickCount) { in SendMouseClickEvent() argument 437 event, type, mouseUp, clickCount)); in SendMouseClickEvent() 442 platform_delegate_->SendMouseClickEvent(event, type, mouseUp, clickCount); in SendMouseClickEvent()
|
D | browser_host_base.h | 169 int clickCount) override;
|
D | browser_platform_delegate.h | 223 int clickCount);
|
D | browser_platform_delegate.cc | 156 int clickCount) { in SendMouseClickEvent() argument
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.h | 39 int clickCount) override;
|
D | browser_platform_delegate_osr.cc | 123 int clickCount) { in SendMouseClickEvent() argument 129 event, type, mouseUp, clickCount); in SendMouseClickEvent()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 98 int clickCount) override;
|
D | browser_host_ctocpp.cc | 707 int clickCount) { in SendMouseClickEvent() argument 717 _struct->send_mouse_click_event(_struct, &event, type, mouseUp, clickCount); in SendMouseClickEvent()
|
/third_party/cef/include/ |
D | cef_browser.h | 680 int clickCount) = 0;
|
/third_party/cef/include/capi/ |
D | cef_browser_capi.h | 651 int clickCount);
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 776 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/ |
D | browser_window_osr_mac.mm | 192 [event clickCount]); 797 clickCount:1
|