Home
last modified time | relevance | path

Searched refs:AppendSwitchASCII (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc88 command_line->AppendSwitchASCII( in BasicStartupComplete()
92 command_line->AppendSwitchASCII( in BasicStartupComplete()
98 command_line->AppendSwitchASCII(switches::kLang, in BasicStartupComplete()
101 command_line->AppendSwitchASCII(switches::kLang, "en-US"); in BasicStartupComplete()
105 command_line->AppendSwitchASCII( in BasicStartupComplete()
112 command_line->AppendSwitchASCII( in BasicStartupComplete()
118 command_line->AppendSwitchASCII( in BasicStartupComplete()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc151 command_line->AppendSwitchASCII( in BasicStartupComplete()
155 command_line->AppendSwitchASCII( in BasicStartupComplete()
161 command_line->AppendSwitchASCII(switches::kLang, in BasicStartupComplete()
164 command_line->AppendSwitchASCII(switches::kLang, "en-US"); in BasicStartupComplete()
207 command_line->AppendSwitchASCII(switches::kLogSeverity, log_severity); in BasicStartupComplete()
211 command_line->AppendSwitchASCII( in BasicStartupComplete()
238 command_line->AppendSwitchASCII( in BasicStartupComplete()
244 command_line->AppendSwitchASCII( in BasicStartupComplete()
274 command_line->AppendSwitchASCII(switches::kDisableFeatures, in BasicStartupComplete()
/third_party/gn/src/gn/
Dsetup_unittest.cc34 cmdline.AppendSwitchASCII(switches::kRoot, FilePathToUTF8(in_path)); in TEST_F()
63 cmdline.AppendSwitchASCII(switches::kRoot, FilePathToUTF8(in_path)); in TEST_F()
91 cmdline.AppendSwitchASCII(switches::kRoot, FilePathToUTF8(in_path)); in TEST_F()
122 cmdline.AppendSwitchASCII(switches::kRoot, FilePathToUTF8(in_path)); in RunExtensionCheckTest()
Dninja_build_writer.cc113 cmdline.AppendSwitchASCII(i->first, escaped_value); in GetSelfInvocationCommandLine()
/third_party/gn/src/base/
Dcommand_line.h186 void AppendSwitchASCII(const std::string& switch_string,
Dcommand_line.cc352 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
/third_party/chromium/patch/
D0001-cve.patch144 command_line_->AppendSwitchASCII(
2281 + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
2375 base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
D0003-ohos-1115.patch23378 command_line->AppendSwitchASCII(switches::kLang,
23381 - command_line->AppendSwitchASCII(switches::kLang, "en-US");
23382 + command_line->AppendSwitchASCII(switches::kLang, "zh-CN");