/external/chromium_org/apps/ |
app_load_service_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 18 AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 40 content::BrowserContext* profile) const { 41 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)); 40 content::BrowserContext* profile) const { 41 return new BackgroundContentsService(static_cast<Profile*>(profile),
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_private_api_factory.cc | 12 #include "chrome/browser/profiles/profile.h" 19 FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) { 21 GetInstance()->GetServiceForBrowserContext(profile, true)); 44 content::BrowserContext* profile) const { 45 return new FileBrowserPrivateAPI(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_token_forwarder_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 36 Profile* profile = static_cast<Profile*>(context); local 38 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile); 40 ProfileOAuth2TokenServiceFactory::GetForProfile(profile); 48 // Create this object when the profile is created so it fetches the token
|
/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/extensions/api/bluetooth/ |
bluetooth_api_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 16 BluetoothAPI* BluetoothAPIFactory::GetForProfile(Profile* profile) { 18 GetInstance()->GetServiceForBrowserContext(profile, true)); 37 content::BrowserContext* profile) const { 38 return new BluetoothAPI(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 17 Profile* profile) { 19 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 content::BrowserContext* profile) const { 39 return new DeveloperPrivateAPI(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager_factory.cc | 10 #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/networking_private/ |
networking_private_event_router_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 18 NetworkingPrivateEventRouterFactory::GetForProfile(Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 44 content::BrowserContext* profile) const { 45 return NetworkingPrivateEventRouter::Create(static_cast<Profile*>(profile));
|
networking_private_event_router_factory.h | 11 class Profile; 18 // to instantiate the networking event router per profile (since the extension 19 // event router is per profile). 23 // Returns the NetworkingPrivateEventRouter for |profile|, creating it if 25 static NetworkingPrivateEventRouter* GetForProfile(Profile* profile); 45 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
chrome_direct_setting_api.h | 12 class Profile; 20 explicit ChromeDirectSettingAPI(Profile* profile); 36 // Convenience method to get the ChromeDirectSettingAPI for a profile. 37 static ChromeDirectSettingAPI* Get(Profile* profile); 51 Profile* profile_;
|
/external/chromium_org/chrome/browser/extensions/api/streams_private/ |
streams_private_api.h | 20 class Profile; 31 // Convenience method to get the StreamsPrivateAPI for a profile. 32 static StreamsPrivateAPI* Get(Profile* profile); 34 explicit StreamsPrivateAPI(Profile* profile); 63 Profile* const profile_;
|
/external/chromium_org/chrome/browser/extensions/api/terminal/ |
terminal_extension_helper.cc | 8 #include "chrome/browser/profiles/profile.h" 15 const extensions::Extension* GetTerminalExtension(Profile* profile) { 27 ExtensionService* service = profile->GetExtensionService(); 42 GURL TerminalExtensionHelper::GetCroshExtensionURL(Profile* profile) { 43 const extensions::Extension* extension = GetTerminalExtension(profile);
|
/external/chromium_org/chrome/browser/extensions/ |
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_;
|
extension_system_factory.h | 13 class Profile; 23 Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE; 43 static ExtensionSystem* GetForProfile(Profile* profile); 54 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 18 GoogleURLTracker* GoogleURLTrackerFactory::GetForProfile(Profile* profile) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 38 content::BrowserContext* profile) const { 41 return new GoogleURLTracker(static_cast<Profile*>(profile), nav_helper.Pass(),
|
/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)); 35 content::BrowserContext* profile) const { 36 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)); 41 content::BrowserContext* profile) const { 43 new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service_factory.cc | 18 Profile* profile, Profile::ServiceAccessType sat) { 20 GetInstance()->GetServiceForBrowserContext(profile, true)); 57 content::BrowserContext* profile) const { 61 new ChromeNotifierService(static_cast<Profile*>(profile),
|
/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)); 47 content::BrowserContext* profile) const { 48 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)); 37 content::BrowserContext* profile) const { 39 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;
|