Home
last modified time | relevance | path

Searched refs:SendKeyEvent (Results 1 – 25 of 28) sorted by relevance

12

/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc559 SendKeyEvent(browser, VK_TAB); in OnPaint()
561 SendKeyEvent(browser, kNativeKeyTab, VKEY_TAB); in OnPaint()
676 SendKeyEvent(browser, kKeyTestWord[i]); in OnPaint()
678 SendKeyEvent(browser, kNativeKeyTestCodes[i], kKeyTestCodes[i]); in OnPaint()
762 SendKeyEvent(browser, VK_ESCAPE); in OnPaint()
764 SendKeyEvent(browser, kNativeKeyEscape, VKEY_ESCAPE); in OnPaint()
888 SendKeyEvent(browser, kKeyTestWord[i]); in OnPaint()
890 SendKeyEvent(browser, kNativeKeyTestCodes[i], kKeyTestCodes[i]); in OnPaint()
929 SendKeyEvent(browser, kKeyTestWord[i]); in OnPaint()
931 SendKeyEvent(browser, kNativeKeyTestCodes[i], kKeyTestCodes[i]); in OnPaint()
[all …]
/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc47 void CefBrowserPlatformDelegateChrome::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserPlatformDelegateChrome
48 native_delegate_->SendKeyEvent(event); in SendKeyEvent()
Dbrowser_platform_delegate_chrome.h28 void SendKeyEvent(const CefKeyEvent& event) override;
/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.h26 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_platform_delegate_background.cc49 void CefBrowserPlatformDelegateBackground::SendKeyEvent( in SendKeyEvent() function in CefBrowserPlatformDelegateBackground
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc192 void CefBrowserPlatformDelegateViews::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserPlatformDelegateViews
193 native_delegate_->SendKeyEvent(event); in SendKeyEvent()
Dbrowser_platform_delegate_views.h46 void SendKeyEvent(const CefKeyEvent& event) override;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h28 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_platform_delegate_native_mac.h26 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_platform_delegate_native_aura.cc19 void CefBrowserPlatformDelegateNativeAura::SendKeyEvent( in SendKeyEvent() function in CefBrowserPlatformDelegateNativeAura
Dbrowser_platform_delegate_native_mac.mm260 void CefBrowserPlatformDelegateNativeMac::SendKeyEvent( function
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h35 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_platform_delegate_osr.cc109 void CefBrowserPlatformDelegateOsr::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserPlatformDelegateOsr
116 view->SendKeyEvent(web_event); in SendKeyEvent()
Drender_widget_host_view_osr.h233 void SendKeyEvent(const content::NativeWebKeyboardEvent& event);
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc419 void CefBrowserHostBase::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserHostBase
421 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefBrowserHostBase::SendKeyEvent, in SendKeyEvent()
427 platform_delegate_->SendKeyEvent(event); in SendKeyEvent()
Dbrowser_host_base.h165 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_platform_delegate.h219 virtual void SendKeyEvent(const CefKeyEvent& event);
Dbrowser_platform_delegate.cc148 void CefBrowserPlatformDelegate::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h94 void SendKeyEvent(const CefKeyEvent& event) override;
Dbrowser_host_ctocpp.cc690 void CefBrowserHostCToCpp::SendKeyEvent(const CefKeyEvent& event) { in SendKeyEvent() function in CefBrowserHostCToCpp
/third_party/cef/tests/cefclient/browser/
Dtext_input_client_osr_mac.mm282 browser_->GetHost()->SendKeyEvent(keyEvent);
292 browser_->GetHost()->SendKeyEvent(keyEvent);
Dbrowser_window_osr_gtk.cc1530 host->SendKeyEvent(key_event); in KeyEvent()
1532 host->SendKeyEvent(key_event); in KeyEvent()
1535 host->SendKeyEvent(key_event); in KeyEvent()
Dosr_window_win.cc815 browser_->GetHost()->SendKeyEvent(event); in OnKeyEvent()
/third_party/cef/include/
Dcef_browser.h670 virtual void SendKeyEvent(const CefKeyEvent& event) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc768 CefBrowserHostCppToC::Get(self)->SendKeyEvent(eventObj); in browser_host_send_key_event()

12