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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.cc 12 ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext(
profile_sync_service_base.h 20 static ProfileSyncServiceBase* FromBrowserContext(
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service_builder.cc 13 Profile* profile = Profile::FromBrowserContext(context);
22 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/extensions/api/guest_view/
guest_view_internal_api.cc 35 int instanceId = GuestViewManager::FromBrowserContext(browser_context())
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service_factory.cc 43 Profile::FromBrowserContext(profile),
44 extensions::ExtensionRegistry::Get(Profile::FromBrowserContext(profile)));
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc 33 Profile::FromBrowserContext(context))) {
63 Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui_override_registrar.cc 27 Profile::FromBrowserContext(browser_context),
36 Profile::FromBrowserContext(browser_context),
extension_toolbar_model_factory.cc 40 Profile::FromBrowserContext(context),
extension_sync_service_factory.cc 40 Profile* profile = Profile::FromBrowserContext(context);
install_tracker_factory.cc 41 Profile* profile = Profile::FromBrowserContext(context);
menu_manager_factory.cc 39 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.cc 54 return new GCMProfileService(Profile::FromBrowserContext(context));
57 Profile::FromBrowserContext(context),
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_factory.cc 46 Profile::FromBrowserContext(profile),
48 Profile::FromBrowserContext(profile)),
52 Profile::FromBrowserContext(profile)));
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_service_factory.cc 39 return new EphemeralAppService(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.cc 20 Profile::FromBrowserContext(context)).PassAs<RemoteFileSyncService>();
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.cc 48 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
63 Profile* profile = Profile::FromBrowserContext(
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.cc 37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_app_window_launcher_controller.cc 49 Profile::FromBrowserContext(app_window->browser_context());
59 Profile::FromBrowserContext(app_window->browser_context());
82 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
97 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
120 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_private_api.cc 37 Profile::FromBrowserContext(browser_context()),
73 Profile::FromBrowserContext(browser_context()),
106 Profile::FromBrowserContext(browser_context()),
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 105 Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
137 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
148 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
  /external/chromium_org/chrome/browser/autofill/
personal_data_manager_factory.cc 43 Profile* profile = Profile::FromBrowserContext(context);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.cc 46 return new FileBrowserPrivateAPI(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_factory.cc 46 Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/google/
google_url_tracker_factory.cc 40 new ChromeGoogleURLTrackerClient(Profile::FromBrowserContext(context)));
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_factory.cc 49 Profile* profile = Profile::FromBrowserContext(context);

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 91011>>