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_org/chrome/browser/prefs/
command_line_pref_store.h
69
static const BooleanSwitchToPreferenceMapEntry
boolean_switch_map_
[];
member in class:CommandLinePrefStore
command_line_pref_store.cc
45
CommandLinePrefStore::
boolean_switch_map_
[] = {
member in class:CommandLinePrefStore
137
for (size_t i = 0; i < arraysize(
boolean_switch_map_
); ++i) {
138
if (command_line_->HasSwitch(
boolean_switch_map_
[i].switch_name)) {
139
SetValue(
boolean_switch_map_
[i].preference_path,
140
new base::FundamentalValue(
boolean_switch_map_
[i].set_value));
Completed in 2351 milliseconds