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

  /external/chromium_org/chrome/browser/prefs/
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);
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...]
pref_service_syncable_factory.cc 50 set_command_line_prefs(new CommandLinePrefStore(command_line));
command_line_pref_store_unittest.cc 24 class TestCommandLinePrefStore : public CommandLinePrefStore {
27 : CommandLinePrefStore(cl) {}
69 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
93 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
chrome_pref_service_unittest.cc 52 prefs.UpdateCommandLinePrefStore(new CommandLinePrefStore(&cmd_line));
chrome_pref_service_factory.cc 398 new CommandLinePrefStore(CommandLine::ForCurrentProcess())));
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 330 milliseconds