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

  /external/chromium_org/base/
command_line.cc 28 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
76 parse_switches &= (arg != kSwitchTerminator);
255 parse_switches &= arg != kSwitchTerminator;
362 // Gather all arguments after the last switch (may include kSwitchTerminator).
364 // Erase only the first kSwitchTerminator (maybe "--" is a legitimate page?)
366 std::find(args.begin(), args.end(), kSwitchTerminator);
  /external/chromium/base/
command_line.cc 28 const CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
213 if (arg == kSwitchTerminator) {
463 if (arg == kSwitchTerminator) {

Completed in 706 milliseconds