Searched refs:string_switch_map_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.h54 static const StringSwitchToPreferenceMapEntry string_switch_map_[]; member in class:CommandLinePrefStore
H A Dcommand_line_pref_store.cc15 CommandLinePrefStore::string_switch_map_[] = { member in class:CommandLinePrefStore
49 for (size_t i = 0; i < arraysize(string_switch_map_); ++i) {
50 if (command_line_->HasSwitch(string_switch_map_[i].switch_name)) {
52 GetSwitchValueASCII(string_switch_map_[i].switch_name));
53 SetValue(string_switch_map_[i].preference_path, value);

Completed in 62 milliseconds