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

  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h 65 static const StringSwitchToPreferenceMapEntry string_switch_map_[]; member in class:CommandLinePrefStore
command_line_pref_store.cc 24 CommandLinePrefStore::string_switch_map_[] = { member in class:CommandLinePrefStore
101 for (size_t i = 0; i < arraysize(string_switch_map_); ++i) {
102 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
104 GetSwitchValueASCII(string_switch_map_[i].switch_name));
105 SetValue(string_switch_map_[i].preference_path, value);

Completed in 33 milliseconds