OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_switch_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h
71
static const PathSwitchToPreferenceMapEntry
path_switch_map_
[];
member in class:CommandLinePrefStore
command_line_pref_store.cc
40
CommandLinePrefStore::
path_switch_map_
[] = {
member in class:CommandLinePrefStore
113
for (size_t i = 0; i < arraysize(
path_switch_map_
); ++i) {
114
if (command_line_->HasSwitch(
path_switch_map_
[i].switch_name)) {
115
SetValue(
path_switch_map_
[i].preference_path,
117
path_switch_map_
[i].switch_name).value()));
Completed in 227 milliseconds