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

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.h42 static const BooleanSwitchToPreferenceMapEntry boolean_switch_map_[]; member in class:CommandLinePrefStore
H A Dcommand_line_pref_store.cc25 CommandLinePrefStore::boolean_switch_map_[] = { member in class:CommandLinePrefStore
57 for (size_t i = 0; i < arraysize(boolean_switch_map_); ++i) {
58 if (command_line_->HasSwitch(boolean_switch_map_[i].switch_name)) {
60 boolean_switch_map_[i].set_value);
61 SetValue(boolean_switch_map_[i].preference_path, value);

Completed in 65 milliseconds