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

/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc14 const CommandLinePrefStore::StringSwitchToPreferenceMapEntry
15 CommandLinePrefStore::string_switch_map_[] = {
24 const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
25 CommandLinePrefStore::boolean_switch_map_[] = {
38 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) function in class:CommandLinePrefStore
45 CommandLinePrefStore::~CommandLinePrefStore() {}
47 void CommandLinePrefStore::ApplySimpleSwitches() {
66 bool CommandLinePrefStore
[all...]
H A Dcommand_line_pref_store.h19 class CommandLinePrefStore : public ValueMapPrefStore { class in inherits:ValueMapPrefStore
21 explicit CommandLinePrefStore(const CommandLine* command_line);
22 virtual ~CommandLinePrefStore();
56 DISALLOW_COPY_AND_ASSIGN(CommandLinePrefStore);

Completed in 69 milliseconds