Searched refs:off_the_record_profile_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer_unittest.cc62 ProfileDestroyerTest() : off_the_record_profile_(NULL) {}
66 if (off_the_record_profile_ == NULL)
67 off_the_record_profile_ = new TestingOffTheRecordDestructionProfile();
68 return off_the_record_profile_;
70 TestingOffTheRecordDestructionProfile* off_the_record_profile_; member in class:ProfileDestroyerTest
77 content::SiteInstance::Create(off_the_record_profile_));
83 content::SiteInstance::Create(off_the_record_profile_));
90 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
97 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
102 EXPECT_TRUE(off_the_record_profile_
[all...]
H A Dprofile_impl.cc824 if (off_the_record_profile_) {
826 off_the_record_profile_.get());
873 if (!off_the_record_profile_) {
875 off_the_record_profile_.swap(p);
879 content::Source<Profile>(off_the_record_profile_.get()),
882 return off_the_record_profile_.get();
886 off_the_record_profile_.reset();
894 return off_the_record_profile_.get() != NULL;
1143 Profile* otr_profile = off_the_record_profile_.get();
H A Dprofile_impl.h262 scoped_ptr<Profile> off_the_record_profile_; member in class:ProfileImpl

Completed in 84 milliseconds