Searched refs:Profile (Results 301 - 325 of 2537) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/cocoa/profiles/
H A Duser_manager_mac.h33 static void OnGuestProfileCreated(Profile* guest_profile,
41 explicit UserManagerMac(Profile* profile);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.h12 class Profile;
16 explicit ExtensionInstallUIDefault(Profile* profile);
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service_factory.cc13 GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) {
34 return new GlobalErrorService(static_cast<Profile*>(profile));
H A Dglobal_error_service_factory.h14 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static GlobalErrorService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_ui_view.h15 class Profile;
25 virtual Profile* GetProfile() = 0;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service_factory.cc13 Profile* profile) {
33 return new PinnedTabService(static_cast<Profile*>(profile));
H A Dpinned_tab_service_factory.h13 class Profile;
16 // Listens for the Profile's destruction notification and cleans up the
21 static PinnedTabService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_dialog_views.h11 class Profile;
26 Profile* profile,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcryptohome_ui.cc32 Profile* profile = Profile::FromWebUI(web_ui);
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_ui.cc33 Profile* profile = Profile::FromWebUI(web_ui);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_resource_cache_factory.h12 class Profile;
15 // associates them with Profiles. Listens for the Profile's destruction
19 static NTPResourceCache* GetForProfile(Profile* profile);
H A Dntp_resource_cache_factory.h12 class Profile;
15 // with Profiles. Listens for the Profile's destruction notification and cleans
19 static NTPResourceCache* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.h85 Profile* profile,
86 Profile::CreateStatus status);
91 Profile* profile);
98 Profile* new_profile);
103 Profile* profile,
110 Profile* profile);
113 void ShowProfileCreationError(Profile* profile, const base::string16& error);
131 void RecordProfileCreationMetrics(Profile::CreateStatus status);
/external/chromium_org/chrome/browser/ui/webui/predictors/
H A Dpredictors_ui.cc28 Profile* profile = Profile::FromWebUI(web_ui);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dlogin_ui_service_factory.h12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static LoginUIService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/ui/webui/user_actions/
H A Duser_actions_ui.cc24 Profile* profile = Profile::FromWebUI(web_ui);
/external/chromium_org/chrome/browser/undo/
H A Dbookmark_undo_service_factory.h12 class Profile;
16 static BookmarkUndoService* GetForProfile(Profile* profile);
H A Dbookmark_undo_utils.cc14 UndoManager* GetUndoManager(Profile* profile) {
24 ScopedSuspendBookmarkUndo::ScopedSuspendBookmarkUndo(Profile* profile)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfileDownloader.java52 * @param profile Profile associated with the request
57 Profile profile, String accountId, int imageSidePixels) {
71 * @param profile Profile
74 public static String getCachedName(Profile profile) {
79 * @param profile Profile
82 public static Bitmap getCachedAvatar(Profile profile) {
88 Profile profile, String accountId, int imageSidePixels);
89 private static native String nativeGetCachedNameForPrimaryAccount(Profile profile);
90 private static native Bitmap nativeGetCachedAvatarForPrimaryAccount(Profile profile);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.h15 class Profile;
50 Profile* profile,
62 Profile* profile,
86 Profile* profile,
94 Profile* profile);
97 drive::EventLogger* GetLogger(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.h15 class Profile;
35 // Therefore, lifetime of instances is managed by Profile, Profile startup code
51 static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
60 Profile* profile,
71 UserCloudPolicyManagerChromeOS* GetManagerForProfile(Profile* profile);
73 Profile* profile,
87 typedef std::map<Profile*, UserCloudPolicyManagerChromeOS*> ManagerMap;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_web_ui.h15 class Profile;
54 static void RegisterChromeURLOverrides(Profile* profile,
56 static void UnregisterChromeURLOverrides(Profile* profile,
59 Profile* profile,
68 Profile* profile,
76 Profile* profile,
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context_getter.h18 class Profile;
47 Profile* profile,
56 Profile* profile, const ProfileIOData* profile_io_data);
61 Profile* profile, const ProfileIOData* profile_io_data);
66 Profile* profile,
77 Profile* profile,
/external/chromium_org/chrome/browser/signin/
H A Dsignin_promo.h13 class Profile;
67 bool ShouldShowPromo(Profile* profile);
70 bool ShouldShowPromoAtStartup(Profile* profile, bool is_new_profile);
74 void DidShowPromoAtStartup(Profile* profile);
77 void SetUserSkippedPromo(Profile* profile);
92 GURL GetReauthURL(Profile* profile, const std::string& account_id);
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc17 TabModel::TabModel(Profile* profile)
23 // A normal Profile creates an OTR profile if it does not exist when
34 content::Source<Profile>(profile_));
45 Profile* TabModel::GetProfile() const {
65 content::Source<Profile>(profile_),
69 // constructor that takes a Profile* argument. See crbug.com/159704.
89 Profile* profile = content::Source<Profile>(source).ptr();

Completed in 639 milliseconds

<<11121314151617181920>>