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

  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 55 ProfileDestroyerTest() : off_the_record_profile_(NULL) {}
59 if (off_the_record_profile_ == NULL)
60 off_the_record_profile_ = new TestingOffTheRecordDestructionProfile();
61 return off_the_record_profile_;
63 TestingOffTheRecordDestructionProfile* off_the_record_profile_; member in class:ProfileDestroyerTest
70 content::SiteInstance::Create(off_the_record_profile_));
76 content::SiteInstance::Create(off_the_record_profile_));
83 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
90 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
95 EXPECT_TRUE(off_the_record_profile_->destroyed_otr_profile_)
    [all...]
off_the_record_profile_impl_unittest.cc 43 if (!off_the_record_profile_)
44 off_the_record_profile_.reset(CreateOffTheRecordProfile());
45 return off_the_record_profile_.get();
71 scoped_ptr<Profile> off_the_record_profile_; member in class:__anon8005::TestingProfileWithHostZoomMap
profile_impl.cc 650 if (off_the_record_profile_) {
652 off_the_record_profile_.get());
693 if (!off_the_record_profile_) {
695 off_the_record_profile_.swap(p);
699 content::Source<Profile>(off_the_record_profile_.get()),
702 return off_the_record_profile_.get();
706 off_the_record_profile_.reset();
712 return off_the_record_profile_.get() != NULL;
    [all...]
profile_impl.h 239 scoped_ptr<Profile> off_the_record_profile_; member in class:ProfileImpl
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 677 if (!off_the_record_profile_.get()) {
679 off_the_record_profile_.swap(p);
683 Source<Profile>(off_the_record_profile_.get()),
686 return off_the_record_profile_.get();
690 off_the_record_profile_.reset();
694 return off_the_record_profile_.get() != NULL;
    [all...]
profile_impl.h 267 scoped_ptr<Profile> off_the_record_profile_; member in class:ProfileImpl

Completed in 35 milliseconds