Searched refs:Profile (Results 201 - 225 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dsearch_webstore_result.h14 class Profile;
21 SearchWebstoreResult(Profile* profile, const std::string& query);
31 Profile* profile_;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service_factory.cc20 StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
48 Profile* profile = static_cast<Profile*>(context);
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state_factory.cc14 AppSyncUIState* AppSyncUIStateFactory::GetForProfile(Profile* profile) {
40 Profile* profile = static_cast<Profile*>(context);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_folder_target.h13 class Profile;
25 Profile* profile_;
29 profile:(Profile*)profile;
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state_factory.h13 class Profile;
18 static FindBarState* GetForProfile(Profile* profile);
20 // Retrieves the last prepopulate text for a given Profile. If the profile is
23 static base::string16 GetLastPrepopulateText(Profile* profile);
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service.h14 class Profile;
28 explicit GlobalErrorService(Profile* profile);
63 Profile* profile_;
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate.h11 class Profile;
21 explicit SessionCrashedInfoBarDelegate(Profile* profile);
32 Profile* profile_;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dencoding_menu_controller.h16 class Profile;
37 bool IsItemChecked(Profile* browser_profile,
43 void GetEncodingMenuItems(Profile* profile,
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.h9 class Profile;
37 int GetBookmarkDropOperation(Profile* profile,
48 bool IsValidBookmarkDropLocation(Profile* profile,
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_browsertest.h12 class Profile;
22 Profile* GetProfile();
41 Profile* profile_;
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dfile_metadata_handler.h15 class Profile;
25 explicit FileMetadataHandler(Profile* profile);
38 Profile* profile_;
/external/chromium_org/v8/tools/
H A Dprofile.js35 function Profile() { class
48 Profile.prototype.skipThisFunction = function(name) {
59 Profile.Operation = {
71 Profile.CodeState = {
81 * See the Profile.Operation enum for the list of
90 Profile.prototype.handleUnknownCode = function(
102 Profile.prototype.addLibrary = function(
118 Profile.prototype.addStaticCode = function(
135 Profile.prototype.addCode = function(
137 var entry = new Profile
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_classifier_factory.cc23 Profile* profile) {
36 Profile* profile = static_cast<Profile*>(context);
73 return BuildInstanceFor(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/autofill/
H A Dpersonal_data_manager_factory.cc21 Profile* profile) {
43 Profile* profile = Profile::FromBrowserContext(context);
47 profile, Profile::EXPLICIT_ACCESS),
/external/chromium_org/chrome/browser/chromeos/
H A Denrollment_dialog_view.h14 class Profile;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dtest_login_utils.h15 class Profile;
27 virtual void RespectLocalePreference(Profile* profile,
29 virtual void DoBrowserLaunch(Profile* profile,
39 virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_util.cc14 bool IsProfileAssociatedWithGaiaAccount(Profile* profile) {
/external/chromium_org/chrome/browser/extensions/api/i18n/
H A Di18n_api.h11 class Profile;
/external/chromium_org/chrome/browser/google/
H A Dgoogle_profile_helper.cc14 GURL GetGoogleHomePageURL(Profile* profile) {
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service_factory.cc17 bool IsHistorySyncEnabled(Profile* profile) {
34 Profile* profile) {
44 Profile* profile = static_cast<Profile*>(context);
/external/chromium_org/chrome/browser/metrics/
H A Dextensions_metrics_provider.h14 class Profile;
45 Profile* profile);
59 Profile* GetMetricsProfile();
74 Profile* cached_profile_;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_ui_manager_android.cc21 Profile* profile) {
27 Profile* profile) {
43 Profile* profile,
53 bool NotificationUIManagerAndroid::CancelAllByProfile(Profile* profile) {
H A Dnotification_ui_manager_android.h18 virtual void Add(const Notification& notification, Profile* profile) OVERRIDE;
20 Profile* profile) OVERRIDE;
25 Profile* profile,
28 virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
H A Dincognito_helpers.cc13 return static_cast<Profile*>(context)->GetOriginalProfile();
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_permission_context.h15 explicit PushMessagingPermissionContext(Profile* profile);

Completed in 2554 milliseconds

1234567891011>>