/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_login_detector.cc | 12 Profile* profile) 13 : profile_(profile),
|
captive_portal_service_factory.h | 13 class Profile; 20 // Profiles. Listens for the Profile's destruction notification and cleans up 25 // Returns the CaptivePortalService for |profile|. 26 static CaptivePortalService* GetForProfile(Profile* profile); 40 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_private_api_factory.h | 11 class Profile; 19 // Returns the FileBrowserPrivateAPI for |profile|, creating it if 21 static FileBrowserPrivateAPI* GetForProfile(Profile* profile); 41 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
recommendation_restorer_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 21 Profile* profile) { 23 GetInstance()->GetServiceForBrowserContext(profile, false)); 29 return new RecommendationRestorer(static_cast<Profile*>(context));
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_factory.h | 12 class Profile; 17 // Profiles. Listens for the Profile's destruction notification and cleans up 26 // |profile|. Ownership stays with this factory object. 27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile); 44 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/download/ |
download_crx_util_android.cc | 9 #include "chrome/browser/profiles/profile.h" 22 Profile* profile, 36 bool OffStoreInstallAllowedByPrefs(Profile* profile,
|
/external/chromium_org/chrome/browser/extensions/api/autotest_private/ |
autotest_private_api_factory.h | 11 class Profile; 18 static AutotestPrivateAPI* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api_factory.h | 11 class Profile; 19 static BluetoothAPI* GetForProfile(Profile* profile); 31 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api_factory.h | 11 class Profile; 21 static DeveloperPrivateAPI* GetForProfile(Profile* profile); 33 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/discovery/ |
suggested_links_registry_factory.h | 11 class Profile; 20 static SuggestedLinksRegistry* GetForProfile(Profile* profile); 35 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/idle/ |
idle_manager_factory.h | 11 class Profile; 18 static IdleManager* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
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/tab_capture/ |
tab_capture_registry_factory.h | 11 class Profile; 19 static TabCaptureRegistry* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_windows_api.h | 19 explicit TabsWindowsAPI(Profile* profile); 22 // Convenience method to get the TabsWindowsAPI for a profile. 23 static TabsWindowsAPI* Get(Profile* profile); 40 Profile* profile_;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_prefs_factory.h | 18 static ExtensionPrefs* GetForProfile(Profile* profile); 32 content::BrowserContext* profile) const OVERRIDE;
|
suggest_permission_util.h | 10 class Profile; 28 Profile* profile); 44 Profile* profile);
|
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context_factory.h | 15 class Profile; 20 static ChromeGeolocationPermissionContext* GetForProfile(Profile* profile); 33 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_factory.h | 13 class Profile; 18 // Returns the GoogleURLTracker for |profile|. This may return NULL for a 19 // testing profile. 20 static GoogleURLTracker* GetForProfile(Profile* profile); 32 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences_factory.h | 12 class Profile; 25 static chrome::MediaGalleriesPreferences* GetForProfile(Profile* profile); 37 content::BrowserContext* profile) const OVERRIDE;
|
/external/chromium_org/chrome/browser/net/ |
chrome_url_request_context.h | 18 class Profile; 90 // Create an instance for use with an 'original' (non-OTR) profile. This is 93 Profile* profile, 97 // Create an instance for an original profile for media. This is expected to 98 // get called on UI thread. This method takes a profile and reuses the 101 Profile* profile, const ProfileIOData* profile_io_data); 103 // Create an instance for an original profile for extensions. This is expected 106 Profile* profile, const ProfileIOData* profile_io_data) [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_factory.h | 11 class Profile; 29 // Returns the instance of UserPolicySigninService for the passed |profile|. 31 static UserPolicySigninService* GetForProfile(Profile* profile); 36 content::BrowserContext* profile) const OVERRIDE; 38 // Overridden to cause this object to be created when the profile is created.
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_url.h | 11 class Profile; 22 explicit CloudPrintURL(Profile* profile) : profile_(profile) {} 36 Profile* profile_;
|
/external/chromium_org/chrome/browser/profiles/ |
profile_android.h | 14 class Profile; 16 // Android wrapper around profile that provides safer passage from java and 20 static ProfileAndroid* FromProfile(Profile* profile); 21 static Profile* FromProfileAndroid(jobject obj); 24 explicit ProfileAndroid(Profile* profile); 30 Profile* profile_; // weak
|
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service_request.h | 14 class Profile; 17 // OAuth2 access token for a given set of |scopes| by calling |profile|'s 28 Profile* profile, 38 ProfileOAuth2TokenServiceRequest(Profile* profile,
|
/external/chromium_org/chrome/browser/speech/ |
tts_extension_loader_chromeos.cc | 14 #include "chrome/browser/profiles/profile.h" 23 // Factory to load one instance of TtsExtensionLoaderChromeOs per profile. 27 static TtsExtensionLoaderChromeOs* GetForProfile(Profile* profile) { 29 GetInstance()->GetServiceForBrowserContext(profile, true)); 48 // If given an incognito profile (including the Chrome OS login 49 // profile), share the service with the original profile. 54 content::BrowserContext* profile) const OVERRIDE { 55 return new TtsExtensionLoaderChromeOs(static_cast<Profile*>(profile)) [all...] |