Home
last modified time | relevance | path

Searched refs:kStopSwitch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cloud_print/service/
Dservice_switches.cc13 const char kStopSwitch[] = "stop"; variable
Dservice_switches.h14 extern const char kStopSwitch[];
/external/chromium_org/cloud_print/service/win/
Dcloud_print_service.cc54 std::cout << " | -" << kStopSwitch; in InvalidUsage()
71 kStopSwitch, IDS_SWITCH_HELP_STOP in InvalidUsage()
210 if (command_line.HasSwitch(kStopSwitch)) in ParseCommandLine()