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

1 2

  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.cc 52 if (!profile_->IsSameProfile(window_controller->profile()))
65 if (!profile_->IsSameProfile(window_controller->profile()))
122 profile_->IsSameProfile(window_controller->profile())) {
tabs_event_router.cc 126 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/
notification_test_util.cc 67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
  /external/chromium_org/chrome/browser/extensions/
navigation_observer.cc 39 if (!profile_->IsSameProfile(
chrome_extensions_browser_client.cc 79 return static_cast<Profile*>(first)->IsSameProfile(
user_script_loader.cc 408 if (!profile_->IsSameProfile(profile))
558 if (!profile_->IsSameProfile(profile))
permissions_updater.cc 368 if (profile->IsSameProfile(
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 70 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
fake_profile.cc 138 bool FakeProfile::IsSameProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.cc 93 return profile_->IsSameProfile(active_profile);
braille_display_private_apitest.cc 335 ProfileHelper::GetSigninProfile()->IsSameProfile(profile))
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 62 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
profile.h 243 virtual bool IsSameProfile(Profile* profile) = 0;
profile.cc 249 if (a->IsSameProfile(b))
profile_impl.h 119 virtual bool IsSameProfile(Profile* profile) OVERRIDE;
off_the_record_profile_impl.cc 399 bool OffTheRecordProfileImpl::IsSameProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 141 !browser->profile()->IsSameProfile(profile_))
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.cc 308 if (!profile_->IsSameProfile(browser->profile()))
314 if (!profile_->IsSameProfile(browser->profile()))
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc 263 if (profile->IsOffTheRecord() && profile_->IsSameProfile(profile))
  /external/chromium_org/chrome/browser/ui/
browser_list.cc 221 if (it->profile()->IsSameProfile(profile) &&
  /external/chromium_org/chrome/test/base/
testing_profile.h 299 virtual bool IsSameProfile(Profile *p) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 225 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)));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 102 if (!profile_->IsSameProfile(browser->profile()))
108 if (!profile_->IsSameProfile(browser->profile()))
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.cc 508 if (profile->IsSameProfile(current->first.first)) {
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 575 created_profile->IsSameProfile(profile_)) {

Completed in 662 milliseconds

1 2