Home
last modified time | relevance | path

Searched refs:otr_profile (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider_unittest.cc228 TestingProfile* otr_profile = new TestingProfile; in TEST_F() local
229 profile.SetOffTheRecordProfile(otr_profile); in TEST_F()
231 otr_profile->set_incognito(true); in TEST_F()
232 otr_profile->SetPrefService(otr_prefs); in TEST_F()
236 PrefProvider pref_content_settings_provider_incognito(otr_profile); in TEST_F()
/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc1215 Profile* otr_profile = off_the_record_profile_.get(); in IsSameProfile() local
1216 return otr_profile && profile == otr_profile; in IsSameProfile()