Searched refs:Profile (Results 251 - 275 of 2537) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager.h10 class Profile;
54 virtual void SetProfileForTest(Profile* profile) = 0;
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinstall_limiter_factory.h13 class Profile;
22 static InstallLimiter* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_util.h9 class Profile;
33 GURL CreateExternalFileURLFromPath(Profile* profile,
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dchrome_session_manager.h15 class Profile;
23 Profile* profile,
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dauth_sync_observer_factory.h11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
25 static AuthSyncObserver* GetForProfile(Profile* profile);
H A Doauth2_login_manager_factory.h11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
25 static OAuth2LoginManager* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer_factory.cc21 Profile* profile) {
28 return new RecommendationRestorer(static_cast<Profile*>(context));
H A Drecommendation_restorer_factory.h13 class Profile;
23 static RecommendationRestorer* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
H A Dsystem_indicator_manager_factory.h11 class Profile;
19 static SystemIndicatorManager* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.h25 explicit DevModeBubbleController(Profile* profile);
37 Profile* profile_;
H A Dextension_sync_service_factory.h13 class Profile;
17 static ExtensionSyncService* GetForProfile(Profile* profile);
H A Dextension_view_host_factory.h12 class Profile;
31 static ExtensionViewHost* CreateDialogHost(const GURL& url, Profile* profile);
H A Dexternal_component_loader.h26 explicit ExternalComponentLoader(Profile* profile);
40 Profile* profile_;
H A Dsettings_api_bubble_controller.h18 SettingsApiBubbleController(Profile* profile, SettingsApiOverrideType type);
30 Profile* profile_;
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service_factory.cc14 TokenCacheServiceFactory::GetForProfile(Profile* profile) {
36 return new extensions::TokenCacheService(static_cast<Profile*>(profile));
H A Dtoken_cache_service_factory.h12 class Profile;
20 static extensions::TokenCacheService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dchrome_extension_downloader_factory.h10 class Profile;
31 // Creates a downloader for a given Profile. This downloader will be able
35 Profile* profile,
/external/chromium_org/chrome/browser/favicon/
H A Dchrome_favicon_client_factory.h12 class Profile;
20 static FaviconClient* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/media/
H A Dmidi_permission_context_factory.cc14 MidiPermissionContextFactory::GetForProfile(Profile* profile) {
36 return new MidiPermissionContext(static_cast<Profile*>(profile));
H A Dmidi_permission_context_factory.h12 class Profile;
17 static MidiPermissionContext* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service_factory.h13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
23 static DesktopNotificationService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database_factory.h12 class Profile;
22 static PredictorDatabase* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager_factory.h12 class Profile;
20 static PrerenderLinkManager* GetForProfile(Profile* profile);
H A Dprerender_manager_factory.h12 class Profile;
19 // Listens for the Profile's destruction notification and cleans up the
24 static PrerenderManager* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service_factory.cc13 Profile* profile) {
34 new CloudPrintProxyService(static_cast<Profile*>(profile));

Completed in 2564 milliseconds

<<11121314151617181920>>