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

  /external/chromium/chrome/browser/prefs/
pref_value_store_unittest.cc 130 command_line_pref_store_,
169 command_line_pref_store_ = new TestingPrefStore;
170 command_line_pref_store_->SetString(
173 command_line_pref_store_->SetString(
176 command_line_pref_store_->SetString(
179 command_line_pref_store_->SetString(
284 scoped_refptr<TestingPrefStore> command_line_pref_store_; member in class:PrefValueStoreTest
377 command_line_pref_store_->NotifyPrefValueChanged(
403 command_line_pref_store_->NotifyPrefValueChanged(prefs::kUserPref);
433 command_line_pref_store_->NotifyPrefValueChanged(prefs::kDefaultPref)
    [all...]
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 103 command_line_pref_store_.get(),
132 command_line_pref_store_ = new TestingPrefStore;
133 command_line_pref_store_->SetString(
136 command_line_pref_store_->SetString(
139 command_line_pref_store_->SetString(
217 scoped_refptr<TestingPrefStore> command_line_pref_store_; member in class:PrefValueStoreTest
360 command_line_pref_store_->NotifyPrefValueChanged(prefs::kManagedPref);
385 command_line_pref_store_->NotifyPrefValueChanged(prefs::kUserPref);
410 command_line_pref_store_->NotifyPrefValueChanged(prefs::kDefaultPref);
430 command_line_pref_store_->SetInitializationCompleted()
    [all...]

Completed in 97 milliseconds