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

  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 54 static const StringSwitchToPreferenceMapEntry string_switch_map_[]; member in class:CommandLinePrefStore
command_line_pref_store.cc 15 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 115 milliseconds