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

  /external/chromium/base/
command_line.cc 33 const CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
36 const CharType* const kSwitchPrefixes[] = {"--", "-"};
99 for (size_t i = 0; i < arraysize(kSwitchPrefixes); ++i) {
100 CommandLine::StringType prefix(kSwitchPrefixes[i]);
296 command_line_string_.append(kSwitchPrefixes[0] + ASCIIToWide(switch_string));
299 argv_.push_back(kSwitchPrefixes[0] + switch_string);
313 kSwitchPrefixes[0] + ASCIIToWide(switch_string);
322 StringType combined_switch_string = kSwitchPrefixes[0] + switch_string;
  /external/chromium_org/base/
command_line.cc 33 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
36 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
40 for (size_t i = 0; i < arraysize(kSwitchPrefixes); ++i) {
41 CommandLine::StringType prefix(kSwitchPrefixes[i]);
336 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string;

Completed in 103 milliseconds