Home
last modified time | relevance | path

Searched refs:off_the_record_profile_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc677 if (!off_the_record_profile_.get()) { in GetOffTheRecordProfile()
679 off_the_record_profile_.swap(p); in GetOffTheRecordProfile()
683 Source<Profile>(off_the_record_profile_.get()), in GetOffTheRecordProfile()
686 return off_the_record_profile_.get(); in GetOffTheRecordProfile()
690 off_the_record_profile_.reset(); in DestroyOffTheRecordProfile()
694 return off_the_record_profile_.get() != NULL; in HasOffTheRecordProfile()
1215 Profile* otr_profile = off_the_record_profile_.get(); in IsSameProfile()
Dprofile_impl.h267 scoped_ptr<Profile> off_the_record_profile_; variable