HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 226 - 250 of 3660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/predictors/
predictor_database_factory.h 12 class Profile;
22 static PredictorDatabase* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.h 10 class Profile;
24 // Profile.
29 // Profile.
33 // Migrates prefs from |local_state| to |profile|'s pref store.
34 void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);
36 // Migrates prefs in |profile|'s pref store.
37 void MigrateUserPrefs(Profile* profile);
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager_factory.h 12 class Profile;
20 static PrerenderLinkManager* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
prerender_manager_factory.h 12 class Profile;
19 // Listens for the Profile's destruction notification and cleans up the
23 // Returns the PrerenderManager for |profile|.
24 static PrerenderManager* GetForProfile(Profile* profile);
36 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
20 // Returns the CloudPrintProxyService for |profile|, creating if not yet
22 static CloudPrintProxyService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/profiles/
bookmark_model_loaded_observer.cc 10 BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile)
11 : profile_(profile) {
startup_task_runner_service.cc 9 #include "chrome/browser/profiles/profile.h"
11 StartupTaskRunnerService::StartupTaskRunnerService(Profile* profile)
12 : profile_(profile) {
startup_task_runner_service_factory.h 14 class Profile;
21 // profile (creating one if none exists).
22 static StartupTaskRunnerService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/search/
instant_service_factory.h 14 class Profile;
19 // Returns the InstantService for |profile|.
20 static InstantService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.h 13 class Profile;
23 static GCMProfileService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
push_messaging_permission_context_factory.h 11 class Profile;
20 static PushMessagingPermissionContext* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/signin/
account_reconcilor_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up.
19 // Returns the instance of AccountReconcilor associated with this profile
20 // (creating one if none exists). Returns NULL if this profile cannot have an
21 // AccountReconcilor (for example, if |profile| is incognito).
22 static AccountReconcilor* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
chrome_signin_client_factory.h 12 class Profile;
18 // Returns the instance of SigninClient associated with this profile
19 // (creating one if none exists). Returns NULL if this profile cannot have an
20 // SigninClient (for example, if |profile| is incognito).
21 static SigninClient* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
signin_error_notifier_factory_ash.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
20 // profile, creating one if none exists and the shell exists.
21 static SigninErrorNotifier* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
signin_global_error_factory.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
20 // profile, creating one if none exists. In Ash, this will return NULL.
21 static SigninGlobalError* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service_factory.h 12 class Profile;
21 static ManagerPasswordService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
supervised_user_password_service_factory.h 12 class Profile;
21 static SupervisedUserPasswordService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service_factory.h 12 class Profile;
17 static CustodianProfileDownloaderService* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
supervised_user_pref_mapping_service_factory.h 18 content::BrowserContext* profile);
30 content::BrowserContext* profile) const OVERRIDE;
supervised_user_settings_service_factory.h 12 class Profile;
18 static SupervisedUserSettingsService* GetForProfile(Profile* profile);
30 content::BrowserContext* profile) const OVERRIDE;
supervised_user_shared_settings_service_factory.h 18 content::BrowserContext* profile);
31 content::BrowserContext* profile) const OVERRIDE;
supervised_user_sync_service_factory.h 11 class Profile;
17 static SupervisedUserSyncService* GetForProfile(Profile* profile);
29 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.cc 7 #include "chrome/browser/profiles/profile.h"
18 Profile* profile)
24 profile_(profile) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.h 12 class Profile;
17 static ProfileSyncService* GetForProfile(Profile* profile);
18 static bool HasProfileSyncService(Profile* profile);
sync_error_notifier_factory_ash.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
19 // Returns the instance of SyncErrorNotifier associated with this profile,
21 static SyncErrorNotifier* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;

Completed in 277 milliseconds

1 2 3 4 5 6 7 8 91011>>