HomeSort by relevance Sort by last modified time
    Searched defs:off_the_record_profile_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 62 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_->destroyed_otr_profile_)
    [all...]
off_the_record_profile_impl_unittest.cc 41 if (!off_the_record_profile_)
42 off_the_record_profile_.reset(CreateOffTheRecordProfile());
43 return off_the_record_profile_.get();
69 scoped_ptr<Profile> off_the_record_profile_; member in class:__anon9077::TestingProfileWithHostZoomMap
profile_impl.h 251 scoped_ptr<Profile> off_the_record_profile_; member in class:ProfileImpl

Completed in 36 milliseconds