OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boolean_switch_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/prefs/
command_line_pref_store.h
42
static const BooleanSwitchToPreferenceMapEntry
boolean_switch_map_
[];
member in class:CommandLinePrefStore
command_line_pref_store.cc
25
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 787 milliseconds