HomeSort by relevance Sort by last modified time
    Searched refs:switch_name (Results 1 - 6 of 6) 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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 46 char *switch_name; /* mixer switch*/ member in struct:snd_akm4xxx_dac_channel
52 char *switch_name; /* capture switch */ member in struct:snd_akm4xxx_adc_channel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 46 char *switch_name; /* mixer switch*/ member in struct:snd_akm4xxx_dac_channel
52 char *switch_name; /* capture switch */ member in struct:snd_akm4xxx_adc_channel
  /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 177 milliseconds