Searched refs:otr_profile (Results 1 – 9 of 9) sorted by relevance
228 TestingProfile* otr_profile = new TestingProfile; in TEST_F() local229 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()
79 void* otr_profile) { in NotifyOTRProfileCreatedOnIOThread() argument81 original_profile, otr_profile); in NotifyOTRProfileCreatedOnIOThread()85 void* otr_profile) { in NotifyOTRProfileDestroyedOnIOThread() argument87 original_profile, otr_profile); in NotifyOTRProfileDestroyedOnIOThread()
1001 Profile* otr_profile = off_the_record_profile_.get(); in IsSameProfile() local1002 return otr_profile && profile == otr_profile; in IsSameProfile()
46 scoped_ptr<TestingProfile> otr_profile = otr_profile_builder.Build(); in TEST_F() local47 otr_profile->SetOriginalProfile(profile.get()); in TEST_F()48 profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>()); in TEST_F()
244 scoped_ptr<TestingProfile> otr_profile(otr_builder.Build()); in TEST_F() local248 otr_profile->SetOriginalProfile(original_profile.get()); in TEST_F()249 EXPECT_EQ(otr_profile->GetOriginalProfile(), original_profile.get()); in TEST_F()251 original_profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>()); in TEST_F()
301 void* otr_profile);303 void* otr_profile);
1330 void* original_profile, void* otr_profile) { in OnOTRProfileCreated() argument1331 cross_profile_map_[original_profile] = std::make_pair(false, otr_profile); in OnOTRProfileCreated()1332 cross_profile_map_[otr_profile] = std::make_pair(true, original_profile); in OnOTRProfileCreated()1336 void* original_profile, void* otr_profile) { in OnOTRProfileDestroyed() argument1337 cross_profile_map_.erase(otr_profile); in OnOTRProfileDestroyed()
162 scoped_ptr<TestingProfile> otr_profile(otr_profile_builder.Build()); in TEST_F() local163 profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>()); in TEST_F()
1215 Profile* otr_profile = off_the_record_profile_.get(); in IsSameProfile() local1216 return otr_profile && profile == otr_profile; in IsSameProfile()