Searched refs:IsSameProfile (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dwindows_event_router.cc52 if (!profile_->IsSameProfile(window_controller->profile()))
65 if (!profile_->IsSameProfile(window_controller->profile()))
122 profile_->IsSameProfile(window_controller->profile())) {
H A Dtabs_event_router.cc126 if (!profile_->IsSameProfile(browser->profile()))
167 if (!profile_->IsSameProfile(browser->profile()))
424 if (!profile_->IsSameProfile(profile) || !event_router)
435 if (!profile_->IsSameProfile(profile))
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_test_util.cc67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
/external/chromium_org/chrome/browser/extensions/
H A Dnavigation_observer.cc39 if (!profile_->IsSameProfile(
H A Dchrome_extensions_browser_client.cc79 return static_cast<Profile*>(first)->IsSameProfile(
H A Duser_script_loader.cc408 if (!profile_->IsSameProfile(profile))
558 if (!profile_->IsSameProfile(profile))
H A Dpermissions_updater.cc368 if (profile->IsSameProfile(
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_api.cc93 return profile_->IsSameProfile(active_profile);
H A Dbraille_display_private_apitest.cc335 ProfileHelper::GetSigninProfile()->IsSameProfile(profile))
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h62 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
H A Dprofile.cc249 if (a->IsSameProfile(b))
H A Dprofile.h243 virtual bool IsSameProfile(Profile* profile) = 0;
H A Dprofile_impl.h119 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
H A Doff_the_record_profile_impl.cc399 bool OffTheRecordProfileImpl::IsSameProfile(Profile* profile) { function in class:OffTheRecordProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc138 bool FakeProfile::IsSameProfile(Profile* profile) { function in class:FakeProfile
H A Dfake_profile.h70 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner.cc141 !browser->profile()->IsSameProfile(profile_))
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy.cc308 if (!profile_->IsSameProfile(browser->profile()))
314 if (!profile_->IsSameProfile(browser->profile()))
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console.cc263 if (profile->IsOffTheRecord() && profile_->IsSameProfile(profile))
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.cc221 if (it->profile()->IsSameProfile(profile) &&
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc225 CHECK(profile_->IsSameProfile(profile));
252 DCHECK(profile_->IsSameProfile(Profile::FromBrowserContext(browser_context)));
261 DCHECK(profile_->IsSameProfile(Profile::FromBrowserContext(browser_context)));
272 DCHECK(profile_->IsSameProfile(Profile::FromBrowserContext(browser_context)));
281 DCHECK(profile_->IsSameProfile(Profile::FromBrowserContext(browser_context)));
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h299 virtual bool IsSameProfile(Profile *p) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc102 if (!profile_->IsSameProfile(browser->profile()))
108 if (!profile_->IsSameProfile(browser->profile()))
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.cc508 if (profile->IsSameProfile(current->first.first)) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.cc575 created_profile->IsSameProfile(profile_)) {

Completed in 9324 milliseconds

12