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

  /external/chromium/chrome/browser/extensions/
external_pref_extension_loader.h 64 scoped_ptr<DictionaryValue> testing_prefs_; member in class:ExternalTestingExtensionLoader
external_pref_extension_loader.cc 106 testing_prefs_.reset(ExtractPrefs(fake_json_path, &serializer));
111 prefs_.reset(testing_prefs_->DeepCopy());
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 100 scoped_ptr<DictionaryValue> testing_prefs_; member in class:extensions::ExternalTestingLoader
external_pref_loader.cc 238 testing_prefs_.reset(ExtractExtensionPrefs(&serializer, fake_json_path));
243 prefs_.reset(testing_prefs_->DeepCopy());
  /external/chromium_org/chrome/test/base/
testing_profile.cc 175 testing_prefs_(NULL),
194 testing_prefs_(NULL),
212 testing_prefs_(NULL),
245 testing_prefs_(NULL),
569 DCHECK(testing_prefs_);
570 return testing_prefs_;
640 testing_prefs_ = new TestingPrefServiceSyncable();
641 prefs_.reset(testing_prefs_);
643 chrome::RegisterUserProfilePrefs(testing_prefs_->registry());
testing_profile.h 345 TestingPrefServiceSyncable* testing_prefs_; member in class:TestingProfile
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 271 testing_prefs_ = testing_prefs;
289 PrefService* testing_prefs_; member in class:chromeos::attestation::PlatformVerificationFlow
platform_verification_flow.cc 101 testing_prefs_(NULL),
126 testing_prefs_(NULL),
333 if (testing_prefs_)
334 return testing_prefs_;

Completed in 164 milliseconds