Searched defs:switch_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.h31 const char* switch_name; member in struct:CommandLinePrefStore::StringSwitchToPreferenceMapEntry
38 const char* switch_name; member in struct:CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
/external/chromium/base/test/
H A Dtest_timeouts.cc17 // 3) the numerical value given by switch_name on the command line.
18 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
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) { argument
35 InitializeTimeout(switch_name, 0, value);
/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc81 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 123 milliseconds