Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor.cc119 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()
Dexecutor.h46 Result ExecuteCommand(Engine* engine, Command* cmd);
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilLinux.cpp18 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
DFuzzerUtil.h55 int ExecuteCommand(const std::string &Command);
DFuzzerDriver.cpp212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread()
312 int ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
325 ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
DFuzzerUtilDarwin.cpp39 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
DFuzzerUtilWindows.cpp155 int ExecuteCommand(const std::string &Command) { in ExecuteCommand() function
/third_party/cef/libcef/browser/views/
Dtextfield_impl.cc181 void CefTextfieldImpl::ExecuteCommand(cef_text_field_commands_t command_id) { in ExecuteCommand() function in CefTextfieldImpl
184 root_view()->ExecuteCommand(CefCommandIdToChromeId(command_id), in ExecuteCommand()
Dtextfield_impl.h56 void ExecuteCommand(cef_text_field_commands_t command_id) override;
/third_party/cef/include/
Dcef_menu_model_delegate.h58 virtual void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_delegate_ctocpp.h40 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
Dmenu_model_delegate_ctocpp.cc22 void CefMenuModelDelegateCToCpp::ExecuteCommand( in ExecuteCommand() function in CefMenuModelDelegateCToCpp
/third_party/cef/libcef/browser/
Dmenu_manager.h48 void ExecuteCommand(CefRefPtr<CefMenuModelImpl> source,
Dmenu_manager.cc206 void CefMenuManager::ExecuteCommand(CefRefPtr<CefMenuModelImpl> source, in ExecuteCommand() function in CefMenuManager
286 ExecuteCommand(model_, command_id, event_flags); in ExecuteCommandCallback()
Dmenu_model_impl.h26 virtual void ExecuteCommand(CefRefPtr<CefMenuModelImpl> source,
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
Dreduce.cpp40 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/
Dreduce.cpp40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
313 return ExecuteCommand(command); in main()
/third_party/spirv-tools/tools/reduce/
Dreduce.cpp40 bool ExecuteCommand(const std::string& command) { in ExecuteCommand() function
313 return ExecuteCommand(command); in main()
/third_party/cef/include/views/
Dcef_textfield.h233 virtual void ExecuteCommand(cef_text_field_commands_t command_id) = 0;
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.h82 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
Dviews_window.h145 void ExecuteCommand(CefRefPtr<CefMenuModel> menu_model,
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_delegate_cpptoc.cc41 CefMenuModelDelegateCppToC::Get(self)->ExecuteCommand( in menu_model_delegate_execute_command()
/third_party/cef/patch/patches/
Dchrome_browser_context_menus.patch131 void RenderViewContextMenuBase::ExecuteCommand(int id, int event_flags) {
155 void ExecuteCommand(int command_id, int event_flags) override;
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc82 void ExecuteCommand(int command_id) override { in ExecuteCommand() function in context_menu::__anond6e26d3b0111::CefContextMenuObserver
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.h64 void ExecuteCommand(cef_text_field_commands_t command_id) override;

12