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

  /external/chromium/chrome/browser/profiles/
profile.cc 156 // OffTheRecordProfileImpl is a profile subclass that wraps an existing profile
160 class OffTheRecordProfileImpl : public Profile,
163 explicit OffTheRecordProfileImpl(Profile* real_profile)
189 virtual ~OffTheRecordProfileImpl() {
743 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
747 // Special case of the OffTheRecordProfileImpl which is used while Guest
749 class GuestSessionProfile : public OffTheRecordProfileImpl {
752 : OffTheRecordProfileImpl(real_profile) {
775 return new OffTheRecordProfileImpl(this);
profile.h 615 friend class OffTheRecordProfileImpl;

Completed in 41 milliseconds