Home
last modified time | relevance | path

Searched refs:OnAccelerator (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h141 virtual bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.h54 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
Dtest_window_delegate.cc161 bool TestWindowDelegate::OnAccelerator(CefRefPtr<CefWindow> window, in OnAccelerator() function in TestWindowDelegate
Dwindow_unittest.cc441 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function
486 config->on_accelerator = base::BindRepeating(OnAccelerator); in WindowAcceleratorImpl()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.h52 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
Dwindow_delegate_ctocpp.cc265 bool CefWindowDelegateCToCpp::OnAccelerator(CefRefPtr<CefWindow> window, in OnAccelerator() function in CefWindowDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.h164 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
Dviews_window.cc623 bool ViewsWindow::OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function in client::ViewsWindow
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc288 bool _retval = CefWindowDelegateCppToC::Get(self)->OnAccelerator( in window_delegate_on_accelerator()
/third_party/cef/libcef/browser/views/
Dwindow_impl.cc427 return delegate()->OnAccelerator(this, entry.first); in AcceleratorPressed()