Searched refs:OnAccelerator (Results 1 – 10 of 10) sorted by relevance
141 virtual bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function
54 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
161 bool TestWindowDelegate::OnAccelerator(CefRefPtr<CefWindow> window, in OnAccelerator() function in TestWindowDelegate
441 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function486 config->on_accelerator = base::BindRepeating(OnAccelerator); in WindowAcceleratorImpl()
52 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
265 bool CefWindowDelegateCToCpp::OnAccelerator(CefRefPtr<CefWindow> window, in OnAccelerator() function in CefWindowDelegateCToCpp
164 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) override;
623 bool ViewsWindow::OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() function in client::ViewsWindow
288 bool _retval = CefWindowDelegateCppToC::Get(self)->OnAccelerator( in window_delegate_on_accelerator()
427 return delegate()->OnAccelerator(this, entry.first); in AcceleratorPressed()