/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.cc | 107 bool CefSimpleMenuModelImpl::AddItem(int command_id, const CefString& label) { in AddItem() 115 bool CefSimpleMenuModelImpl::AddCheckItem(int command_id, in AddCheckItem() 124 bool CefSimpleMenuModelImpl::AddRadioItem(int command_id, in AddRadioItem() 135 int command_id, in AddSubMenu() 154 int command_id, in InsertItemAt() 164 int command_id, in InsertCheckItemAt() 174 int command_id, in InsertRadioItemAt() 186 int command_id, in InsertSubMenuAt() 196 bool CefSimpleMenuModelImpl::Remove(int command_id) { in Remove() 218 int CefSimpleMenuModelImpl::GetIndexOf(int command_id) { in GetIndexOf() [all …]
|
D | menu_model_impl.cc | 282 bool CefMenuModelImpl::AddItem(int command_id, const CefString& label) { in AddItem() 290 bool CefMenuModelImpl::AddCheckItem(int command_id, const CefString& label) { in AddCheckItem() 298 bool CefMenuModelImpl::AddRadioItem(int command_id, in AddRadioItem() 308 CefRefPtr<CefMenuModel> CefMenuModelImpl::AddSubMenu(int command_id, in AddSubMenu() 330 int command_id, in InsertItemAt() 341 int command_id, in InsertCheckItemAt() 352 int command_id, in InsertRadioItemAt() 364 int command_id, in InsertSubMenuAt() 375 bool CefMenuModelImpl::Remove(int command_id) { in Remove() 390 int CefMenuModelImpl::GetIndexOf(int command_id) { in GetIndexOf() [all …]
|
D | menu_manager.cc | 62 void Continue(int command_id, cef_event_flags_t event_flags) override { in Continue() 81 int command_id, in RunNow() 207 int command_id, in ExecuteCommand() 281 void CefMenuManager::ExecuteCommandCallback(int command_id, in ExecuteCommandCallback() 379 void CefMenuManager::ExecuteDefaultCommand(int command_id) { in ExecuteDefaultCommand() 463 bool CefMenuManager::IsCustomContextMenuCommand(int command_id) { in IsCustomContextMenuCommand()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_context_menu_handler.cc | 41 bool IsCommandIdSupported(int command_id) override { in IsCommandIdSupported() 51 bool IsCommandIdEnabled(int command_id) override { in IsCommandIdEnabled() 57 bool IsCommandIdChecked(int command_id) override { in IsCommandIdChecked() 63 bool GetAccelerator(int command_id, ui::Accelerator* accel) override { in GetAccelerator() 72 void CommandWillBeExecuted(int command_id) override { in CommandWillBeExecuted() 82 void ExecuteCommand(int command_id) override { in ExecuteCommand() 105 void SetChecked(int command_id, bool checked) override { in SetChecked() 116 void SetAccelerator(int command_id, in SetAccelerator() 136 ItemInfo* GetItemInfo(int command_id) { in GetItemInfo() 144 ItemInfo* GetOrCreateItemInfo(int command_id) { in GetOrCreateItemInfo() [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_ctocpp.cc | 108 bool CefMenuModelCToCpp::AddItem(int command_id, const CefString& label) { in AddItem() 130 bool CefMenuModelCToCpp::AddCheckItem(int command_id, const CefString& label) { in AddCheckItem() 152 bool CefMenuModelCToCpp::AddRadioItem(int command_id, in AddRadioItem() 177 CefRefPtr<CefMenuModel> CefMenuModelCToCpp::AddSubMenu(int command_id, in AddSubMenu() 218 int command_id, in InsertItemAt() 243 int command_id, in InsertCheckItemAt() 268 int command_id, in InsertRadioItemAt() 295 int command_id, in InsertSubMenuAt() 318 NO_SANITIZE("cfi-icall") bool CefMenuModelCToCpp::Remove(int command_id) { in Remove() 350 NO_SANITIZE("cfi-icall") int CefMenuModelCToCpp::GetIndexOf(int command_id) { in GetIndexOf() [all …]
|
D | run_context_menu_callback_ctocpp.cc | 21 void CefRunContextMenuCallbackCToCpp::Continue(int command_id, in Continue()
|
D | context_menu_handler_ctocpp.cc | 114 int command_id, in OnContextMenuCommand()
|
D | menu_model_delegate_ctocpp.cc | 24 int command_id, in ExecuteCommand()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | menu_model_cpptoc.cc | 109 int command_id, in menu_model_add_item() 132 int command_id, in menu_model_add_check_item() 155 int command_id, in menu_model_add_radio_item() 180 int command_id, in menu_model_add_sub_menu() 221 int command_id, in menu_model_insert_item_at() 245 int command_id, in menu_model_insert_check_item_at() 269 int command_id, in menu_model_insert_radio_item_at() 295 int command_id, in menu_model_insert_sub_menu_at() 319 int command_id) { in menu_model_remove() 353 int command_id) { in menu_model_get_index_of() [all …]
|
D | run_context_menu_callback_cpptoc.cc | 24 int command_id, in run_context_menu_callback_cont()
|
D | context_menu_handler_cpptoc.cc | 114 int command_id, in context_menu_handler_on_context_menu_command()
|
D | menu_model_delegate_cpptoc.cc | 26 int command_id, in menu_model_delegate_execute_command()
|
/third_party/cef/libcef/browser/views/ |
D | textfield_impl.cc | 10 static int CefCommandIdToChromeId(cef_text_field_commands_t command_id) { in CefCommandIdToChromeId() 176 bool CefTextfieldImpl::IsCommandEnabled(cef_text_field_commands_t command_id) { in IsCommandEnabled() 181 void CefTextfieldImpl::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand()
|
D | window_impl.cc | 587 void CefWindowImpl::SetAccelerator(int command_id, in SetAccelerator() 618 void CefWindowImpl::RemoveAccelerator(int command_id) { in RemoveAccelerator()
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiCLI.c | 65 int command_id = -1; in raspicli_get_command_id() local
|
/third_party/cef/include/ |
D | cef_context_menu_handler.h | 122 int command_id, in OnContextMenuCommand()
|
/third_party/cef/include/views/ |
D | cef_window_delegate.h | 141 virtual bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator()
|
/third_party/cef/tests/ceftests/views/ |
D | test_window_delegate.cc | 162 int command_id) { in OnAccelerator()
|
D | window_unittest.cc | 441 bool OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_window.cc | 460 int command_id, in ExecuteCommand() 623 bool ViewsWindow::OnAccelerator(CefRefPtr<CefWindow> window, int command_id) { in OnAccelerator() 756 int command_id, in MenuBarExecuteCommand()
|
D | views_menu_bar.cc | 177 int command_id, in ExecuteCommand()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_delegate_ctocpp.cc | 266 int command_id) { in OnAccelerator()
|
D | textfield_ctocpp.cc | 431 cef_text_field_commands_t command_id) { in IsCommandEnabled() 448 void CefTextfieldCToCpp::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_delegate_cpptoc.cc | 274 int command_id) { in window_delegate_on_accelerator()
|
D | textfield_cpptoc.cc | 458 cef_text_field_commands_t command_id) { in textfield_is_command_enabled() 476 cef_text_field_commands_t command_id) { in textfield_execute_command()
|