| /external/chromium_org/apps/ |
| app_load_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 18 AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 41 content::BrowserContext* profile) const { 42 return new AppLoadService(static_cast<Profile*>(profile));
|
| /external/chromium_org/chrome/browser/background/ |
| background_contents_service_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 18 Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 39 content::BrowserContext* profile) const { 40 return new BackgroundContentsService(static_cast<Profile*>(profile),
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| open_util.h | 11 class Profile; 23 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path); 30 void OpenItem(Profile* profile, const base::FilePath& file_path); 34 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| mock_login_utils.h | 21 class Profile; 33 MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*)); 41 MOCK_METHOD1(StartTokenServices, void(Profile*)); 43 void(Profile*, Profile*)); 44 MOCK_METHOD2(TransferDefaultAuthCache, void(Profile*, Profile*));
|
| /external/chromium_org/chrome/browser/chromeos/power/ |
| power_prefs.h | 15 class Profile; 32 // Register power prefs with default values applicable to a user profile. 36 // Register power prefs with default values applicable to the login profile. 51 // the login profile. 54 void SetProfile(Profile* profile); 60 Profile* profile_; // Not owned.
|
| /external/chromium_org/chrome/browser/chromeos/profiles/ |
| profile_util.cc | 9 #include "chrome/browser/profiles/profile.h" 14 bool IsProfileAssociatedWithGaiaAccount(Profile* profile) { 19 if (profile->IsOffTheRecord()) 23 // when this method is called during the creation of the sign-in profile 25 // not try to access the sign-in profile. 26 if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
|
| /external/chromium_org/chrome/browser/download/ |
| download_crx_util.h | 16 class Profile; 35 Profile* profile, 43 Profile* profile, 52 bool OffStoreInstallAllowedByPrefs(Profile* profile,
|
| download_crx_util_android.cc | 9 #include "chrome/browser/profiles/profile.h" 18 Profile* profile, 31 Profile* profile, 45 bool OffStoreInstallAllowedByPrefs(Profile* profile,
|
| /external/chromium_org/chrome/browser/extensions/api/idle/ |
| idle_manager_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 17 Profile* profile) { 19 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 content::BrowserContext* profile) const { 39 IdleManager* idle_manager = new IdleManager(static_cast<Profile*>(profile));
|
| /external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
| system_indicator_manager_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 18 Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 content::BrowserContext* profile) const { 44 return new SystemIndicatorManager(static_cast<Profile*>(profile),
|
| /external/chromium_org/chrome/browser/extensions/api/terminal/ |
| terminal_extension_helper.cc | 8 #include "chrome/browser/profiles/profile.h" 16 const extensions::Extension* GetTerminalExtension(Profile* profile) { 28 ExtensionService* service = profile->GetExtensionService(); 43 GURL TerminalExtensionHelper::GetCroshExtensionURL(Profile* profile) { 44 const extensions::Extension* extension = GetTerminalExtension(profile);
|
| /external/chromium_org/chrome/browser/extensions/ |
| browsertest_util.cc | 7 #include "chrome/browser/profiles/profile.h" 17 std::string ExecuteScriptInBackgroundPage(Profile* profile, 21 extensions::ExtensionSystem::Get(profile)->process_manager(); 37 bool ExecuteScriptInBackgroundPageNoWait(Profile* profile, 41 extensions::ExtensionSystem::Get(profile)->process_manager();
|
| browsertest_util.h | 10 class Profile; 17 // an empty string if |extension_id| isn't installed in |profile| or doesn't 19 std::string ExecuteScriptInBackgroundPage(Profile* profile, 25 // isn't installed in |profile| or doesn't have a background page, or if 27 bool ExecuteScriptInBackgroundPageNoWait(Profile* profile,
|
| extension_installer.h | 17 class Profile; 31 explicit ExtensionInstaller(Profile* profile); 40 Profile* profile() const { function in class:extensions::ExtensionInstaller 55 // The Profile where the extension is being installed in. 56 Profile* profile_;
|
| /external/chromium_org/chrome/browser/media_galleries/ |
| media_galleries_preferences_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 15 MediaGalleriesPreferencesFactory::GetForProfile(Profile* profile) { 17 GetInstance()->GetServiceForBrowserContext(profile, true)); 34 content::BrowserContext* profile) const { 35 return new MediaGalleriesPreferences(static_cast<Profile*>(profile));
|
| /external/chromium_org/chrome/browser/notifications/ |
| desktop_notification_service_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 18 Profile* profile) { 21 GetInstance()->GetServiceForBrowserContext(profile, true)); 40 content::BrowserContext* profile) const { 42 new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
|
| /external/chromium_org/chrome/browser/policy/cloud/ |
| user_policy_signin_service_factory.h | 11 class Profile; 30 // Returns the instance of UserPolicySigninService for the passed |profile|. 32 static UserPolicySigninService* GetForProfile(Profile* profile); 36 // Set this before an instance is built for a Profile. 43 content::BrowserContext* profile) const OVERRIDE; 45 // Overridden to cause this object to be created when the profile is created.
|
| /external/chromium_org/chrome/browser/predictors/ |
| autocomplete_action_predictor_factory.cc | 11 #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));
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_link_manager_factory.cc | 11 #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));
|
| /external/chromium_org/chrome/browser/profiles/ |
| avatar_menu_actions.h | 13 class Profile; 22 // Allows the user to create a new profile. 25 // Allows the user to edit the profile at the given index in the cache. 26 virtual void EditProfile(Profile* profile, size_t index) = 0; 28 // Returns true if the add profile link should be shown. 31 // Returns true if the edit profile link should be shown.
|
| gaia_info_update_service_factory.h | 12 class Profile; 19 // Profiles. Listens for the Profile's destruction notification and cleans up 23 // Returns the instance of GAIAInfoUpdateService associated with this profile 24 // (creating one if none exists). Returns NULL if this profile cannot have a 25 // GAIAInfoUpdateService (for example, if |profile| is incognito). 26 static GAIAInfoUpdateService* GetForProfile(Profile* profile);
|
| /external/chromium_org/chrome/browser/search/ |
| instant_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) { 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/ |
| gcm_profile_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 23 GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) { 25 if (profile->IsOffTheRecord()) 29 GetInstance()->GetServiceForBrowserContext(profile, true)); 54 return new GCMProfileService(Profile::FromBrowserContext(context)); 57 Profile::FromBrowserContext(context),
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| profile_loader.h | 15 class Profile; 21 // the profile is ready. Only the callback for the most recent load request is 25 // only the latest requested profile is required. 36 base::Callback<void(Profile*)> callback); 42 base::Callback<void(Profile*)> callback, 43 Profile* profile);
|
| profile_store.h | 12 class Profile; 20 // Loads the profile at |path| and calls |callback| when its done. A NULL 21 // Profile* represents an error. 23 base::Callback<void(Profile*)> callback) = 0; 25 // Returns the profile at |path| if it is already loaded. 26 virtual Profile* GetProfileByPath(const base::FilePath& path) = 0; 32 // Returns true if the profile at |path| is supervised.
|