Home
last modified time | relevance | path

Searched defs:IsSameProfile (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/profiles/
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