| /external/chromium_org/apps/ |
| saved_files_service_factory.h | 11 class Profile; 20 static SavedFilesService* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| drive_test_util.h | 8 class Profile; 13 // Waits until Drive mount point for |profile| is added. Drive mount point is 16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
|
| /external/chromium_org/chrome/browser/chromeos/profiles/ |
| avatar_menu_chromeos.cc | 10 #include "chrome/browser/profiles/profile.h" 14 void AvatarMenu::GetImageForMenuButton(Profile* profile, 19 *image = ash::GetAvatarImageForContext(profile);
|
| profile_util.h | 8 class Profile; 12 // Checks if the current log-in state and the profile is GAIA-authenticated and 15 bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
|
| /external/chromium_org/chrome/browser/extensions/api/networking_private/ |
| networking_private_service_client_factory.h | 11 class Profile; 20 static NetworkingPrivateServiceClient* GetForProfile(Profile* profile); 32 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
| system_indicator_manager_factory.h | 11 class Profile; 19 static SystemIndicatorManager* GetForProfile(Profile* profile); 31 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_sync_service_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 18 Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 40 Profile* profile = Profile::FromBrowserContext(context); local 42 profile, 44 extensions::ExtensionSystem::Get(profile)->extension_service());
|
| extension_sync_service_factory.h | 13 class Profile; 17 static ExtensionSyncService* GetForProfile(Profile* profile); 28 content::BrowserContext* profile) const OVERRIDE;
|
| install_tracker_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 19 InstallTracker* InstallTrackerFactory::GetForProfile(Profile* profile) { 21 GetInstance()->GetServiceForBrowserContext(profile, true)); 41 Profile* profile = Profile::FromBrowserContext(context); local 42 return new InstallTracker(profile, ExtensionPrefs::Get(context)); 47 // The installs themselves are routed to the non-incognito profile and so
|
| menu_manager_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 18 Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 39 Profile* profile = Profile::FromBrowserContext(context); local 41 profile, 42 ExtensionSystem::Get(profile)->state_store());
|
| /external/chromium_org/chrome/browser/extensions/token_cache/ |
| token_cache_service_factory.h | 12 class Profile; 20 static extensions::TokenCacheService* GetForProfile(Profile* profile); 31 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/favicon/ |
| chrome_favicon_client.h | 14 class Profile; 19 explicit ChromeFaviconClient(Profile* profile); 27 Profile* profile_;
|
| /external/chromium_org/chrome/browser/invalidation/ |
| ticl_profile_settings_provider.h | 13 class Profile; 20 explicit TiclProfileSettingsProvider(Profile* profile); 28 Profile* const profile_;
|
| /external/chromium_org/chrome/browser/media/ |
| midi_permission_context_factory.h | 12 class Profile; 17 static MidiPermissionContext* GetForProfile(Profile* profile); 28 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/prerender/ |
| external_prerender_handler_android.h | 14 class Profile; 29 // the given profile. This is restricted to a single prerender at a time. 32 jobject profile, 42 // Whether the PrerenderManager associated with the given profile has any 44 static bool HasPrerenderedUrl(Profile* profile, 48 // Whether the cookie store associated with this profile has been loaded. 49 static bool HasCookieStoreLoaded(Profile* profile);
|
| prerender_link_manager_factory.h | 12 class Profile; 20 static PrerenderLinkManager* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/profiles/ |
| bookmark_model_loaded_observer.h | 12 class Profile; 16 explicit BookmarkModelLoadedObserver(Profile* profile); 24 Profile* profile_;
|
| gaia_info_update_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 25 Profile* profile) { 27 GetInstance()->GetServiceForBrowserContext(profile, true)); 37 Profile* profile = static_cast<Profile*>(context); local 38 if (!GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile)) 40 return new GAIAInfoUpdateService(profile);
|
| profile_destroyer.cc | 11 #include "chrome/browser/profiles/profile.h" 29 void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) { 32 DCHECK(profile); 33 profile->MaybeSendDestroyedNotification(); 39 if (profile->AsTestingProfile() == NULL) { 40 GetHostsForProfile(profile, &hosts); 41 if (!profile->IsOffTheRecord() && profile->HasOffTheRecordProfile()) 42 GetHostsForProfile(profile->GetOffTheRecordProfile(), &hosts) [all...] |
| startup_task_runner_service.cc | 9 #include "chrome/browser/profiles/profile.h" 11 StartupTaskRunnerService::StartupTaskRunnerService(Profile* profile) 12 : profile_(profile) {
|
| /external/chromium_org/chrome/browser/signin/ |
| signin_error_notifier_factory_ash.cc | 9 #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);
|
| signin_global_error_factory.cc | 8 #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);
|
| signin_tracker_factory.h | 11 class Profile; 17 // Creates a SigninTracker instance that tracks signin for |profile| on 20 Profile* profile,
|
| signin_ui_util.h | 13 class Profile; 22 GlobalError* GetSignedInServiceError(Profile* profile); 25 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile); 29 base::string16 GetSigninMenuLabel(Profile* profile); 31 void GetStatusLabelsForAuthError(Profile* profile,
|
| /external/chromium_org/chrome/browser/speech/ |
| tts_extension_loader_chromeos.h | 11 class Profile; 13 // Profile-keyed class that loads a built-in TTS component extension 14 // into a given profile on Chrome OS. 18 static TtsExtensionLoaderChromeOs* GetInstance(Profile* profile); 34 // The state of TTS for this profile. 42 explicit TtsExtensionLoaderChromeOs(Profile* profile); 47 Profile* profile_;
|