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 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 39 if (!off_the_record_profile_)
40 off_the_record_profile_.reset(CreateOffTheRecordProfile());
41 return off_the_record_profile_.get();
67 scoped_ptr<Profile> off_the_record_profile_; member in class:__anon5472::TestingProfileWithHostZoomMap
profile_impl.cc 683 if (off_the_record_profile_) {
685 off_the_record_profile_.get());
726 if (!off_the_record_profile_) {
728 off_the_record_profile_.swap(p);
732 content::Source<Profile>(off_the_record_profile_.get()),
735 return off_the_record_profile_.get();
739 off_the_record_profile_.reset();
745 return off_the_record_profile_.get() != NULL;
    [all...]
profile_impl.h 244 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