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

  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 31 const char* switch_name; member in struct:CommandLinePrefStore::StringSwitchToPreferenceMapEntry
38 const char* switch_name; member in struct:CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
command_line_pref_store.cc 50 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
52 GetSwitchValueASCII(string_switch_map_[i].switch_name));
58 if (command_line_->HasSwitch(boolean_switch_map_[i].switch_name)) {
  /external/chromium/base/test/
test_timeouts.cc 17 // 3) the numerical value given by switch_name on the command line.
18 void InitializeTimeout(const char* switch_name, int min_value, int* value) {
20 if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
22 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name));
33 // 3) the numerical value given by switch_name on the command line.
34 void InitializeTimeout(const char* switch_name, int* value) {
35 InitializeTimeout(switch_name, 0, value);
  /external/chromium/chrome/browser/
process_singleton_uitest.cc 81 const std::string& switch_name = i->first; local
82 if (switch_name == switches::kUserDataDir ||
83 switch_name == switches::kFirstRun ||
84 switch_name == switches::kNoFirstRun)
87 command_line.AppendSwitchNative(switch_name, i->second);

Completed in 801 milliseconds