Searched refs:Profile (Results 126 - 150 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dntp_overridden_bubble_controller.h15 explicit NtpOverriddenBubbleController(Profile* profile);
27 Profile* profile_;
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_list.h10 class Profile;
18 Profile* profile);
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database_factory.cc15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
35 return new PredictorDatabase(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_actions.h13 class Profile;
26 virtual void EditProfile(Profile* profile, size_t index) = 0;
H A Dstartup_task_runner_service_factory.cc21 Profile* profile) {
34 return new StartupTaskRunnerService(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.h20 class Profile;
60 LastDownloadFinder(const std::vector<Profile*>& profiles,
66 void SearchInProfile(Profile* profile);
70 void OnProfileHistoryLoaded(Profile* profile,
75 void AbandonSearchInProfile(Profile* profile);
81 Profile* profile,
86 void RemoveProfileAndReportIfDone(std::vector<Profile*>::iterator it);
101 std::vector<Profile*> profiles_;
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client_factory.h12 class Profile;
21 static SigninClient* GetForProfile(Profile* profile);
H A Dsignin_tracker_factory.h11 class Profile;
20 Profile* profile,
/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service_factory.h12 class Profile;
17 static CustodianProfileDownloaderService* GetForProfile(Profile* profile);
H A Dsupervised_user_sync_service_factory.cc13 Profile* profile) {
35 static_cast<Profile*>(profile)->GetPrefs());
H A Dsupervised_user_sync_service_factory.h11 class Profile;
17 static SupervisedUserSyncService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextension_settings_helper.h10 class Profile;
19 Profile* profile,
/external/chromium_org/chrome/browser/tab_contents/
H A Dtab_util.h9 class Profile;
26 Profile* profile,
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.h11 class Profile;
30 base::string16 GetProfileNameFromInfoCache(Profile* profile);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_disabled.cc26 virtual void Init(Profile* initial_profile) OVERRIDE {}
35 virtual void CreateForProfile(Profile* profile) OVERRIDE {}
36 virtual void ShowForProfile(Profile* profile) OVERRIDE {}
37 virtual void AutoShowForProfile(Profile* profile) OVERRIDE {}
40 virtual Profile* GetCurrentAppListProfile() OVERRIDE { return NULL; }
42 virtual void EnableAppList(Profile* initial_profile,
65 void AppListService::InitAll(Profile* initial_profile) {}
73 Profile* launch_profile) {
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dchrome_app_list_test_support.h14 class Profile;
28 Profile* CreateSecondProfileAsync();
/external/chromium_org/chrome/browser/ui/apps/
H A Dapp_info_dialog.h11 class Profile;
24 Profile* profile,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Ddrag_util.h11 class Profile;
22 BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
/external/chromium_org/chrome/browser/ui/
H A Dmedia_utils.h12 class Profile;
20 Profile* profile,
H A Dscoped_tabbed_browser_displayer.h12 class Profile;
22 ScopedTabbedBrowserDisplayer(Profile* profile, HostDesktopType type);
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_tab.h12 class Profile;
18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper_delegate.h8 class Profile;
22 Profile* profile) = 0;
/external/chromium_org/chrome/browser/ui/views/
H A Dbrowser_dialogs.h21 class Profile;
37 Profile* profile);
H A Dsettings_api_bubble_helper_views.h10 class Profile;
27 Profile* profile,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_platform_specific.h10 class Profile;
29 Profile* profile);

Completed in 310 milliseconds

1234567891011>>