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

  /external/chromium/base/
command_line.h 167 void AppendSwitchWithValue(const std::string& switch_string,
169 void AppendSwitchWithValue(const std::string& switch_string,
171 AppendSwitchWithValue(switch_string, ASCIIToWide(value_string));
command_line_unittest.cc 112 cl.AppendSwitchWithValue(switch2, value);
113 cl.AppendSwitchWithValue(switch3, value3);
114 cl.AppendSwitchWithValue(switch4, value4);
multiprocess_test.h 89 cl.AppendSwitchWithValue(kRunClientProcess, procname);
command_line.cc 341 void CommandLine::AppendSwitchWithValue(const std::string& switch_string,
399 void CommandLine::AppendSwitchWithValue(const std::string& switch_string,
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 98 new_command_line.AppendSwitchWithValue(kPipe, pipe_number);

Completed in 476 milliseconds