Searched defs:profile (Results 101 - 125 of 1666) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_factory.cc11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
46 content::BrowserContext* profile) const {
47 return new AutocompleteActionPredictor(static_cast<Profile*>(profile));
17 GetForProfile( Profile* profile) argument
H A Dpredictor_database_factory.cc9 #include "chrome/browser/profiles/profile.h"
15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) { argument
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new PredictorDatabase(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager_factory.cc11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
36 content::BrowserContext* profile) const {
38 PrerenderManagerFactory::GetForProfile(static_cast<Profile*>(profile));
17 GetForProfile( Profile* profile) argument
H A Dprerender_manager_factory.cc14 #include "chrome/browser/profiles/profile.h"
27 Profile* profile) {
32 GetInstance()->GetServiceForBrowserContext(profile, true));
59 Profile* profile = Profile::FromBrowserContext(browser_context); local
65 profile, g_browser_process->prerender_tracker());
26 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
32 content::BrowserContext* profile) const {
34 new CloudPrintProxyService(static_cast<Profile*>(profile));
12 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_desktop.cc8 #include "chrome/browser/profiles/profile.h"
15 void AvatarMenu::GetImageForMenuButton(Profile* profile, argument
20 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
H A Dstartup_task_runner_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
21 Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
34 return new StartupTaskRunnerService(static_cast<Profile*>(profile));
20 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/search/
H A Dinstant_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) { argument
21 GetInstance()->GetServiceForBrowserContext(profile, true));
48 content::BrowserContext* profile) const {
50 new InstantService(static_cast<Profile*>(profile)) : NULL;
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service_factory.cc9 #include "chrome/browser/profiles/profile.h"
23 GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) { argument
25 if (profile->IsOffTheRecord())
29 GetInstance()->GetServiceForBrowserContext(profile, true));
H A Dpush_messaging_permission_context_factory.cc8 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
39 content::BrowserContext* profile) const {
40 return new PushMessagingPermissionContext(static_cast<Profile*>(profile));
16 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service_browsertest.cc12 #include "chrome/browser/profiles/profile.h"
26 Profile* profile = browser()->profile(); local
27 TabRestoreService* trs = TabRestoreServiceFactory::GetForProfile(profile);
30 Browser* app_browser = CreateBrowserForApp(app_name, profile);
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client_factory.cc7 #include "chrome/browser/profiles/profile.h"
18 SigninClient* ChromeSigninClientFactory::GetForProfile(Profile* profile) { argument
20 GetInstance()->GetServiceForBrowserContext(profile, true));
H A Dfake_account_tracker_service.cc7 #include "chrome/browser/profiles/profile.h"
14 Profile* profile = Profile::FromBrowserContext(context); local
17 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
18 profile->GetPrefs(),
19 profile->GetRequestContext());
H A Dprofile_oauth2_token_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
33 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) { argument
35 GetInstance()->GetServiceForBrowserContext(profile, true));
41 Profile* profile) {
43 GetForProfile(profile));
54 Profile* profile = static_cast<Profile*>(context); local
58 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
40 GetPlatformSpecificForProfile( Profile* profile) argument
H A Dsignin_error_notifier_factory_ash.cc9 #include "chrome/browser/profiles/profile.h"
26 Profile* profile) {
28 GetInstance()->GetServiceForBrowserContext(profile, true));
41 Profile* profile = static_cast<Profile*>(context);
44 ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
47 return new SigninErrorNotifier(controller, profile);
25 GetForProfile( Profile* profile) argument
H A Dsignin_global_error_factory.cc8 #include "chrome/browser/profiles/profile.h"
31 Profile* profile) {
33 GetInstance()->GetServiceForBrowserContext(profile, true));
48 Profile* profile = static_cast<Profile*>(context);
51 ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
54 return new SigninGlobalError(controller, profile);
30 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service_unittest.cc20 static KeyedService* BuildSpellcheckService(content::BrowserContext* profile) { argument
21 return new SpellcheckService(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
39 content::BrowserContext* profile) const {
40 return new CustodianProfileDownloaderService(static_cast<Profile*>(profile));
14 GetForProfile( Profile* profile) argument
H A Dsupervised_user_pref_mapping_service_factory.cc16 content::BrowserContext* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
39 content::BrowserContext* profile) const {
41 user_prefs::UserPrefs::Get(profile),
43 profile));
15 GetForBrowserContext( content::BrowserContext* profile) argument
H A Dsupervised_user_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
21 Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
32 KeyedService* SupervisedUserServiceFactory::BuildInstanceFor(Profile* profile) { argument
33 return new SupervisedUserService(profile);
56 content::BrowserContext* profile) const {
57 return BuildInstanceFor(static_cast<Profile*>(profile));
20 GetForProfile( Profile* profile) argument
H A Dsupervised_user_settings_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
14 SupervisedUserSettingsServiceFactory::GetForProfile(Profile* profile) { argument
16 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
H A Dsupervised_user_shared_settings_service_factory.cc15 content::BrowserContext* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
37 content::BrowserContext* profile) const {
39 user_prefs::UserPrefs::Get(profile));
14 GetForBrowserContext( content::BrowserContext* profile) argument
H A Dsupervised_user_sync_data_type_controller.cc7 #include "chrome/browser/profiles/profile.h"
14 Profile* profile)
21 profile_(profile) {
11 SupervisedUserSyncDataTypeController( syncer::ModelType type, sync_driver::SyncApiComponentFactory* sync_factory, Profile* profile) argument
H A Dsupervised_user_sync_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
35 static_cast<Profile*>(profile)->GetPrefs());
12 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_data_type_controller.cc8 #include "chrome/browser/profiles/profile.h"
20 Profile* profile)
26 profile_(profile) {
17 ExtensionDataTypeController( syncer::ModelType type, sync_driver::SyncApiComponentFactory* sync_factory, Profile* profile) argument

Completed in 2988 milliseconds

1234567891011>>