Searched refs:AppendSwitchWithValue (Results 1 – 12 of 12) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | command_line_unittest.cc | 109 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()
|
D | pdf_viewer_unittest.cc | 27 command_line->AppendSwitchWithValue("plugin-policy", "allow"); in OnBeforeCommandLineProcessing()
|
D | audio_output_unittest.cc | 863 command_line->AppendSwitchWithValue("autoplay-policy", in OnBeforeCommandLineProcessing()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_browser.cc | 48 command_line->AppendSwitchWithValue("touch-events", "enabled"); in OnBeforeCommandLineProcessing()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | command_line_ctocpp.h | 53 void AppendSwitchWithValue(const CefString& name,
|
D | command_line_ctocpp.cc | 322 void CefCommandLineCToCpp::AppendSwitchWithValue(const CefString& name, in AppendSwitchWithValue() function in CefCommandLineCToCpp
|
/third_party/cef/include/ |
D | cef_command_line.h | 180 virtual void AppendSwitchWithValue(const CefString& name,
|
/third_party/cef/libcef/common/ |
D | command_line_impl.h | 41 void AppendSwitchWithValue(const CefString& name,
|
D | command_line_impl.cc | 116 void CefCommandLineImpl::AppendSwitchWithValue(const CefString& name, in AppendSwitchWithValue() function in CefCommandLineImpl
|
/third_party/cef/tests/shared/browser/ |
D | client_app_browser.cc | 67 command_line->AppendSwitchWithValue("top-chrome-md", "non-material"); in OnBeforeCommandLineProcessing()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | command_line_cpptoc.cc | 315 CefCommandLineCppToC::Get(self)->AppendSwitchWithValue(CefString(name), in command_line_append_switch_with_value()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 37666 + command_line->AppendSwitchWithValue(::switches::kOhosCustomScheme, CefCommandLine::GetGlobalCo…
|