Searched refs:AppendSwitchNative (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/ |
D | command_line.cc | 306 AppendSwitchNative(switch_string, path.value()); in AppendSwitchPath() 309 void CommandLine::AppendSwitchNative(const std::string& switch_string, in AppendSwitchNative() function in CommandLine 333 AppendSwitchNative(switch_string, ASCIIToWide(value_string)); in AppendSwitchASCII() 335 AppendSwitchNative(switch_string, value_string); in AppendSwitchASCII() 342 AppendSwitchNative(i->first, i->second); in AppendSwitches() 351 AppendSwitchNative(switches[i], value); in CopySwitchesFrom()
|
D | command_line.h | 115 void AppendSwitchNative(const std::string& switch_string,
|
/external/chromium/chrome/browser/ |
D | browser_shutdown.cc | 221 new_cl->AppendSwitchNative(i->first, i->second); in Shutdown()
|
D | process_singleton_uitest.cc | 87 command_line.AppendSwitchNative(switch_name, i->second); in StartChrome()
|
D | browser_process_impl.cc | 1057 new_cl->AppendSwitchNative(i->first, i->second); in RestartPersistentInstance()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run_win.cc | 139 cl.AppendSwitchNative(param, value); in LaunchSetupWithParam()
|