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

  /external/chromium/net/tools/fetch/
fetch_server.cc 35 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); local
42 if (parsed_command_line.HasSwitch("stats")) {
fetch_client.cc 122 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); local
123 std::string url = parsed_command_line.GetSwitchValueASCII("url");
127 if (parsed_command_line.HasSwitch("n"))
128 StringToInt(parsed_command_line.GetSwitchValueASCII("n"), &client_limit);
129 bool use_cache = parsed_command_line.HasSwitch("use-cache");
186 if (parsed_command_line.HasSwitch("stats")) {

Completed in 1409 milliseconds