Home
last modified time | relevance | path

Searched refs:AppendSwitchWithValue (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc109 command_line->AppendSwitchWithValue("switch2", "VAL2"); in TEST()
110 command_line->AppendSwitchWithValue("switch3", "val3"); in TEST()
111 command_line->AppendSwitchWithValue("switch4", "val 4"); in TEST()
125 command_line->AppendSwitchWithValue("--switch2", "VAL2"); in TEST()
126 command_line->AppendSwitchWithValue("-switch3", "val3"); in TEST()
127 command_line->AppendSwitchWithValue("-switch4", "val 4"); in TEST()
145 command_line->AppendSwitchWithValue("-SWITCH2", "VAL2"); in TEST()
146 command_line->AppendSwitchWithValue("-switch3", "val3"); in TEST()
147 command_line->AppendSwitchWithValue("-switch4", "val 4"); in TEST()
Dpdf_viewer_unittest.cc27 command_line->AppendSwitchWithValue("plugin-policy", "allow"); in OnBeforeCommandLineProcessing()
Daudio_output_unittest.cc863 command_line->AppendSwitchWithValue("autoplay-policy", in OnBeforeCommandLineProcessing()
/third_party/cef/tests/cefclient/browser/
Dclient_browser.cc48 command_line->AppendSwitchWithValue("touch-events", "enabled"); in OnBeforeCommandLineProcessing()
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.h53 void AppendSwitchWithValue(const CefString& name,
Dcommand_line_ctocpp.cc322 void CefCommandLineCToCpp::AppendSwitchWithValue(const CefString& name, in AppendSwitchWithValue() function in CefCommandLineCToCpp
/third_party/cef/include/
Dcef_command_line.h180 virtual void AppendSwitchWithValue(const CefString& name,
/third_party/cef/libcef/common/
Dcommand_line_impl.h41 void AppendSwitchWithValue(const CefString& name,
Dcommand_line_impl.cc116 void CefCommandLineImpl::AppendSwitchWithValue(const CefString& name, in AppendSwitchWithValue() function in CefCommandLineImpl
/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc67 command_line->AppendSwitchWithValue("top-chrome-md", "non-material"); in OnBeforeCommandLineProcessing()
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc315 CefCommandLineCppToC::Get(self)->AppendSwitchWithValue(CefString(name), in command_line_append_switch_with_value()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch37666 + command_line->AppendSwitchWithValue(::switches::kOhosCustomScheme, CefCommandLine::GetGlobalCo…