Searched defs:CommandLinePrefStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc24 const CommandLinePrefStore::StringSwitchToPreferenceMapEntry
25 CommandLinePrefStore::string_switch_map_[] = {
39 const CommandLinePrefStore::PathSwitchToPreferenceMapEntry
40 CommandLinePrefStore::path_switch_map_[] = {
44 const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
45 CommandLinePrefStore::boolean_switch_map_[] = {
73 const CommandLinePrefStore::IntegerSwitchToPreferenceMapEntry
74 CommandLinePrefStore::integer_switch_map_[] = {
79 CommandLinePrefStore::CommandLinePrefStore(cons function in class:CommandLinePrefStore
[all...]
H A Dcommand_line_pref_store.h15 class CommandLinePrefStore : public ValueMapPrefStore { class in inherits:ValueMapPrefStore
17 explicit CommandLinePrefStore(const base::CommandLine* command_line);
20 virtual ~CommandLinePrefStore();
74 DISALLOW_COPY_AND_ASSIGN(CommandLinePrefStore);

Completed in 1324 milliseconds