OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_switch_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h
70
static const StringSwitchToPreferenceMapEntry
string_switch_map_
[];
member in class:CommandLinePrefStore
command_line_pref_store.cc
25
CommandLinePrefStore::
string_switch_map_
[] = {
member in class:CommandLinePrefStore
105
for (size_t i = 0; i < arraysize(
string_switch_map_
); ++i) {
106
if (command_line_->HasSwitch(
string_switch_map_
[i].switch_name)) {
107
SetValue(
string_switch_map_
[i].preference_path,
109
string_switch_map_
[i].switch_name)));
Completed in 81 milliseconds