Home
last modified time | relevance | path

Searched refs:IsSameProfile (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_event_router.cc182 DCHECK(!restrict_to_profile || profile_->IsSameProfile(restrict_to_profile)); in DispatchEventImpl()
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc248 if (!source_profile || !source_profile->IsSameProfile(profile())) in Observe()
/external/chromium/chrome/browser/profiles/
Dprofile.h469 virtual bool IsSameProfile(Profile* profile) = 0;
Dprofile_impl.h109 virtual bool IsSameProfile(Profile* profile);
Dprofile.cc530 virtual bool IsSameProfile(Profile* profile) { in IsSameProfile() function in OffTheRecordProfileImpl
Dprofile_impl.cc1212 bool ProfileImpl::IsSameProfile(Profile* profile) { in IsSameProfile() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h198 virtual bool IsSameProfile(Profile* profile) { NOTREACHED(); return false; } in IsSameProfile() function
/external/chromium/chrome/browser/ui/
Dbrowser.cc3378 if (profile_->IsSameProfile(profile)) { in Observe()