HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 451 - 475 of 7885) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
settings_api_bubble_controller.h 18 SettingsApiBubbleController(Profile* profile, SettingsApiOverrideType type);
29 // A weak pointer to the profile we are associated with. Not owned by us.
30 Profile* profile_;
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_extensions.h 17 class Profile;
22 explicit GeolocationPermissionContextExtensions(Profile* profile);
42 Profile* profile_;
geolocation_permission_context_factory.h 15 class Profile;
20 static GeolocationPermissionContext* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/google/
chrome_google_url_tracker_client.h 12 class Profile;
17 explicit ChromeGoogleURLTrackerClient(Profile* profile);
33 Profile* profile_;
google_search_counter_android.h 12 class Profile;
19 explicit GoogleSearchCounterAndroid(Profile* profile);
33 Profile* profile_;
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context_factory.h 12 class Profile;
18 Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_factory.h 13 class Profile;
22 static MediaGalleriesPreferences* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
media_scan_manager.h 23 class Profile;
32 // per profile, and also manages the one physical scan backing them.
39 // There can only be ever one observer registered per profile. Does not take
41 void AddObserver(Profile* profile, MediaScanManagerObserver* observer);
42 void RemoveObserver(Profile* profile);
44 // Must be called when |profile| is shut down.
45 void CancelScansForProfile(Profile* profile);
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.h 13 class Profile;
17 static scoped_refptr<PluginPrefs> GetPrefsForProfile(Profile* profile);
27 CreateForTestingProfile(content::BrowserContext* profile);
  /external/chromium_org/chrome/browser/predictors/
predictor_database_factory.h 12 class Profile;
22 static PredictorDatabase* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.h 7 // one-time profile reset prompt, and which then serves as a reminder that we
27 class Profile;
30 // show the one-time profile reset prompt, and which is kept as a reminder that
34 explicit PreferenceHostedPromptMemento(Profile* profile);
41 Profile* profile_;
47 // when we show the one-time profile reset prompt, and which is kept as a
51 explicit LocalStateHostedPromptMemento(Profile* profile);
59 // State to uniquely identify this profile
    [all...]
  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.h 19 // Chrome by which the profile was created.
25 // Sets the version string in the pref for the current profile.
28 // Returns the version of Chrome which created the profile.
31 // Handles setting the profile.created_by_version Pref
  /external/chromium_org/chrome/browser/services/gcm/
fake_signin_manager.h 21 class Profile;
35 explicit FakeSigninManager(Profile* profile);
49 Profile* profile_;
gcm_profile_service_factory.h 13 class Profile;
23 static GCMProfileService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.h 12 class Profile;
18 // Returns the instance of AboutSigninInternals associated with this profile,
20 static AboutSigninInternals* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service_factory.h 12 class Profile;
21 static ManagerPasswordService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
supervised_user_password_service_factory.h 12 class Profile;
21 static SupervisedUserPasswordService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_service_factory.cc 15 content::BrowserContext* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
37 content::BrowserContext* profile) const {
39 user_prefs::UserPrefs::Get(profile));
  /external/chromium_org/chrome/browser/sync/glue/
extension_data_type_controller.cc 8 #include "chrome/browser/profiles/profile.h"
20 Profile* profile,
28 profile_(profile) {
extension_data_type_controller.h 14 class Profile;
25 Profile* profile,
34 Profile* const profile_;
extension_setting_data_type_controller.h 13 class Profile;
33 Profile* profile,
53 Profile* profile_;
password_data_type_controller.h 13 class Profile;
27 Profile* profile,
44 Profile* const profile_;
search_engine_data_type_controller.h 18 class Profile;
26 Profile* profile,
41 Profile* const profile_;
theme_data_type_controller.cc 7 #include "chrome/browser/profiles/profile.h"
18 Profile* profile,
26 profile_(profile) {
  /external/chromium_org/chrome/browser/sync/
managed_user_signin_manager_wrapper.h 12 class Profile;
22 ManagedUserSigninManagerWrapper(Profile* profile,
34 Profile* profile_;

Completed in 919 milliseconds

<<11121314151617181920>>