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

  /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 428 milliseconds