HomeSort by relevance Sort by last modified time
    Searched refs:AppendSwitchNative (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
command_line.cc 306 AppendSwitchNative(switch_string, path.value());
309 void CommandLine::AppendSwitchNative(const std::string& switch_string,
333 AppendSwitchNative(switch_string, ASCIIToWide(value_string));
335 AppendSwitchNative(switch_string, value_string);
342 AppendSwitchNative(i->first, i->second);
351 AppendSwitchNative(switches[i], value);
command_line.h 115 void AppendSwitchNative(const std::string& switch_string,
  /external/chromium/chrome/browser/
browser_shutdown.cc 221 new_cl->AppendSwitchNative(i->first, i->second);
process_singleton_uitest.cc 87 command_line.AppendSwitchNative(switch_name, i->second);
browser_process_impl.cc     [all...]
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 139 cl.AppendSwitchNative(param, value);

Completed in 149 milliseconds