Searched refs:GetOffTheRecordPrefs (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc40 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE {
131 ASSERT_TRUE(parent_profile->GetOffTheRecordPrefs());
H A Doff_the_record_profile_impl.h49 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
H A Dprofile.h224 virtual PrefService* GetOffTheRecordPrefs() = 0;
H A Dprofile_impl.h114 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
H A Doff_the_record_profile_impl.cc282 PrefService* OffTheRecordProfileImpl::GetOffTheRecordPrefs() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1015 PrefService* ProfileImpl::GetOffTheRecordPrefs() { function in class:ProfileImpl
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_helpers.cc59 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
H A Dpreference_api.cc310 incognito_registrar_.Init(profile_->GetOffTheRecordPrefs());
582 PrefService* prefs = incognito ? GetProfile()->GetOffTheRecordPrefs()
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.cc30 return static_cast<PrefServiceSyncable*>(profile->GetOffTheRecordPrefs());
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc118 PrefService* FakeProfile::GetOffTheRecordPrefs() { function in class:FakeProfile
H A Dfake_profile.h64 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h331 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
H A Dtesting_profile.cc381 // simulating ProfileImpl::GetOffTheRecordPrefs().
720 // Simplified version of ProfileImpl::GetOffTheRecordPrefs(). Note this
919 PrefService* TestingProfile::GetOffTheRecordPrefs() { function in class:TestingProfile

Completed in 1093 milliseconds