HomeSort by relevance Sort by last modified time
    Searched defs:CommandLinePrefStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.cc 23 const CommandLinePrefStore::StringSwitchToPreferenceMapEntry
24 CommandLinePrefStore::string_switch_map_[] = {
38 const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
39 CommandLinePrefStore::boolean_switch_map_[] = {
69 const CommandLinePrefStore::IntegerSwitchToPreferenceMapEntry
70 CommandLinePrefStore::integer_switch_map_[] = {
75 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
84 CommandLinePrefStore::~CommandLinePrefStore() {}
    [all...]
command_line_pref_store.h 15 class CommandLinePrefStore : public ValueMapPrefStore {
17 explicit CommandLinePrefStore(const base::CommandLine* command_line);
20 virtual ~CommandLinePrefStore();
68 DISALLOW_COPY_AND_ASSIGN(CommandLinePrefStore);

Completed in 66 milliseconds