Searched refs:off_the_record_profile_ (Results 1 – 2 of 2) sorted by relevance
677 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()
267 scoped_ptr<Profile> off_the_record_profile_; variable