Searched refs:FromBrowserContext (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_base.cc12 ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext( function in class:ProfileSyncServiceBase
H A Dprofile_sync_service_base.h20 static ProfileSyncServiceBase* FromBrowserContext(
/external/chromium_org/athena/content/chrome/
H A Dscheme_classifier_factory.cc16 Profile::FromBrowserContext(context)));
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_factory.cc48 Profile::FromBrowserContext(context))) {
50 return new EasyUnlockServiceSignin(Profile::FromBrowserContext(context));
56 return new EasyUnlockServiceRegular(Profile::FromBrowserContext(context));
H A Dfake_profile_oauth2_token_service_builder.cc13 Profile* profile = Profile::FromBrowserContext(context);
22 Profile* profile = Profile::FromBrowserContext(context);
H A Dfake_account_tracker_service.cc14 Profile* profile = Profile::FromBrowserContext(context);
H A Dfake_account_reconcilor.cc21 Profile* profile = Profile::FromBrowserContext(context);
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service_factory.cc29 return new EntryWatcherService(Profile::FromBrowserContext(context));
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice_factory.cc43 Profile::FromBrowserContext(profile),
44 extensions::ExtensionRegistry::Get(Profile::FromBrowserContext(profile)));
/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager_factory.cc33 Profile::FromBrowserContext(context))) {
63 Profile::FromBrowserContext(context));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_web_ui_override_registrar.cc27 Profile::FromBrowserContext(browser_context),
36 Profile::FromBrowserContext(browser_context),
H A Dchrome_extension_function_details.cc31 return Profile::FromBrowserContext(function_->browser_context());
73 Profile* profile = Profile::FromBrowserContext(
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service_factory.cc54 return new GCMProfileService(Profile::FromBrowserContext(context));
57 Profile::FromBrowserContext(context),
/external/chromium_org/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc26 Profile::FromBrowserContext(browser_context())->IsOffTheRecord(),
41 Profile::FromBrowserContext(browser_context()),
55 Profile* profile = Profile::FromBrowserContext(browser_context());
79 MenuManager::Get(Profile::FromBrowserContext(browser_context()));
82 Profile::FromBrowserContext(browser_context())->IsOffTheRecord(),
115 MenuManager::Get(Profile::FromBrowserContext(browser_context()));
/external/chromium_org/chrome/browser/favicon/
H A Dchrome_favicon_client_factory.cc34 new ChromeFaviconClient(Profile::FromBrowserContext(context));
/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc28 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_factory.cc43 Profile* profile = Profile::FromBrowserContext(context);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_app_window_launcher_controller.cc49 Profile::FromBrowserContext(app_window->browser_context());
59 Profile::FromBrowserContext(app_window->browser_context());
83 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
98 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
121 Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc37 Profile::FromBrowserContext(browser_context()),
73 Profile::FromBrowserContext(browser_context()),
106 Profile::FromBrowserContext(browser_context()),
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc105 Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
137 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
148 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service_factory.cc41 return new EphemeralAppService(Profile::FromBrowserContext(context));
/external/chromium_org/chrome/browser/autofill/
H A Dpersonal_data_manager_factory.cc43 Profile* profile = Profile::FromBrowserContext(context);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router_factory.cc44 return new EventRouter(Profile::FromBrowserContext(context));
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_event_router_factory.cc46 Profile::FromBrowserContext(context));

Completed in 8028 milliseconds

1234567891011>>