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

  /external/chromium/android/autofill/
profile_android.h 198 virtual bool IsSameProfile(Profile* profile) { NOTREACHED(); return false; }
  /external/chromium/chrome/browser/extensions/
extension_event_router.cc 182 DCHECK(!restrict_to_profile || profile_->IsSameProfile(restrict_to_profile));
  /external/chromium/chrome/browser/profiles/
profile.h 469 virtual bool IsSameProfile(Profile* profile) = 0;
profile_impl.h 109 virtual bool IsSameProfile(Profile* profile);
profile.cc 530 virtual bool IsSameProfile(Profile* profile) {
profile_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 248 if (!source_profile || !source_profile->IsSameProfile(profile()))
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 215 milliseconds