/third_party/vk-gl-cts/external/amber/src/src/ |
D | executor.cc | 119 Result r = ExecuteCommand(engine, cmd.get()); in Execute() 133 Result Executor::ExecuteCommand(Engine* engine, Command* cmd) { in ExecuteCommand() function in amber::Executor 196 Result r = ExecuteCommand(engine, sub_cmd.get()); in ExecuteCommand()
|
D | executor.h | 46 Result ExecuteCommand(Engine* engine, Command* cmd);
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerUtilLinux.cpp | 18 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
|
D | FuzzerUtil.h | 55 int ExecuteCommand(const std::string &Command);
|
D | FuzzerDriver.cpp | 212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread() 312 int ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput() 325 ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
|
D | FuzzerUtilDarwin.cpp | 39 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
|
D | FuzzerUtilWindows.cpp | 155 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
|
/third_party/cef/libcef/browser/views/ |
D | textfield_impl.cc | 181 void CefTextfieldImpl::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand() function in CefTextfieldImpl 184 root_view()->ExecuteCommand(CefCommandIdToChromeId(command_id), in ExecuteCommand()
|
D | textfield_impl.h | 56 void ExecuteCommand(cef_text_field_commands_t command_id) override;
|
/third_party/cef/include/ |
D | cef_menu_model_delegate.h | 58 virtual void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | menu_model_delegate_ctocpp.h | 40 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
|
D | menu_model_delegate_ctocpp.cc | 22 void CefMenuModelDelegateCToCpp::ExecuteCommand( in ExecuteCommand() function in CefMenuModelDelegateCToCpp
|
/third_party/cef/libcef/browser/ |
D | menu_manager.h | 48 void ExecuteCommand(CefRefPtr<CefMenuModelImpl> source,
|
D | menu_manager.cc | 206 void CefMenuManager::ExecuteCommand(CefRefPtr<CefMenuModelImpl> source, in ExecuteCommand() function in CefMenuManager 286 ExecuteCommand(model_, command_id, event_flags); in ExecuteCommandCallback()
|
D | menu_model_impl.h | 26 virtual void ExecuteCommand(CefRefPtr<CefMenuModelImpl> source,
|
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/ |
D | reduce.cpp | 40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function 313 return ExecuteCommand(command); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function 313 return ExecuteCommand(command); in main()
|
/third_party/spirv-tools/tools/reduce/ |
D | reduce.cpp | 40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function 313 return ExecuteCommand(command); in main()
|
/third_party/cef/include/views/ |
D | cef_textfield.h | 233 virtual void ExecuteCommand(cef_text_field_commands_t command_id) = 0;
|
/third_party/cef/tests/cefclient/browser/ |
D | views_menu_bar.h | 82 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
|
D | views_window.h | 145 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | menu_model_delegate_cpptoc.cc | 41 CefMenuModelDelegateCppToC::Get(self)->ExecuteCommand( in menu_model_delegate_execute_command()
|
/third_party/cef/patch/patches/ |
D | chrome_browser_context_menus.patch | 131 void RenderViewContextMenuBase::ExecuteCommand(int id, int event_flags) { 155 void ExecuteCommand(int command_id, int event_flags) override;
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_context_menu_handler.cc | 82 void ExecuteCommand(int command_id) override { in ExecuteCommand() function in context_menu::__anond6e26d3b0111::CefContextMenuObserver
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | textfield_ctocpp.h | 64 void ExecuteCommand(cef_text_field_commands_t command_id) override;
|