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

  /external/chromium/base/
command_line.cc 92 std::wstring switch_value; local
93 if (IsSwitch(arg, &switch_string, &switch_value)) {
94 switches_[switch_string] = switch_value;
140 std::string switch_value; local
141 if (IsSwitch(arg, &switch_string, &switch_value)) {
142 switches_[switch_string] = switch_value;
158 StringType* switch_value) {
160 switch_value->clear();
176 *switch_value = parameter_string.substr(equals_position + 1);
command_line.h 222 // Returns true and fills in |switch_string| and |switch_value|
226 StringType* switch_value);

Completed in 11 milliseconds