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

  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 19 class CommandLinePrefStore : public ValueMapPrefStore {
21 explicit CommandLinePrefStore(const CommandLine* command_line);
22 virtual ~CommandLinePrefStore();
56 DISALLOW_COPY_AND_ASSIGN(CommandLinePrefStore);
command_line_pref_store.cc 14 const CommandLinePrefStore::StringSwitchToPreferenceMapEntry
15 CommandLinePrefStore::string_switch_map_[] = {
24 const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
25 CommandLinePrefStore::boolean_switch_map_[] = {
38 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
45 CommandLinePrefStore::~CommandLinePrefStore() {}
47 void CommandLinePrefStore::ApplySimpleSwitches() {
66 bool CommandLinePrefStore::ValidateProxySwitches()
    [all...]
command_line_pref_store_unittest.cc 19 class TestCommandLinePrefStore : public CommandLinePrefStore {
22 : CommandLinePrefStore(cl) {}
48 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
73 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
pref_service_mock_builder.cc 94 command_line_prefs_ = new CommandLinePrefStore(command_line);
pref_service.cc 118 CommandLinePrefStore* command_line =
119 new CommandLinePrefStore(CommandLine::ForCurrentProcess());
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store.h 15 class CommandLinePrefStore : public ValueMapPrefStore {
17 explicit CommandLinePrefStore(const 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_[] = {
37 const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
38 CommandLinePrefStore::boolean_switch_map_[] = {
77 const CommandLinePrefStore::IntegerSwitchToPreferenceMapEntry
78 CommandLinePrefStore::integer_switch_map_[] = {
86 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
95 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) {}
67 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
91 scoped_refptr<CommandLinePrefStore> store = new CommandLinePrefStore(&cl);
chrome_pref_service_factory.cc 123 new CommandLinePrefStore(CommandLine::ForCurrentProcess())));
chrome_pref_service_unittest.cc 52 prefs.UpdateCommandLinePrefStore(new CommandLinePrefStore(&cmd_line));
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]

Completed in 2197 milliseconds