Home
last modified time | relevance | path

Searched refs:ProfileManager (Results 1 – 25 of 183) sorted by relevance

12345678

/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc226 ProfileManager::ProfileManager(const base::FilePath& user_data_dir) in ProfileManager() function in ProfileManager
265 ProfileManager::~ProfileManager() { in ~ProfileManager()
270 void ProfileManager::ShutdownSessionServices() { in ShutdownSessionServices()
271 ProfileManager* pm = g_browser_process->profile_manager(); in ShutdownSessionServices()
281 void ProfileManager::NukeDeletedProfilesFromDisk() { in NukeDeletedProfilesFromDisk()
292 Profile* ProfileManager::GetLastUsedProfile() { in GetLastUsedProfile()
293 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetLastUsedProfile()
298 Profile* ProfileManager::GetLastUsedProfileAllowedByPolicy() { in GetLastUsedProfileAllowedByPolicy()
309 std::vector<Profile*> ProfileManager::GetLastOpenedProfiles() { in GetLastOpenedProfiles()
310 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetLastOpenedProfiles()
[all …]
Dprofile_manager_browsertest.cc38 const ProfileManager::CreateCallback kOnProfileSwitchDoNothing;
138 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
149 ProfileManager::CreateCallback()); in IN_PROC_BROWSER_TEST_F()
160 Profile* last_used = ProfileManager::GetLastUsedProfile(); in IN_PROC_BROWSER_TEST_F()
174 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
196 ProfileManager::CreateCallback()); in IN_PROC_BROWSER_TEST_F()
198 ProfileManager::CreateCallback()); in IN_PROC_BROWSER_TEST_F()
210 Profile* last_used = ProfileManager::GetLastUsedProfile(); in IN_PROC_BROWSER_TEST_F()
229 Profile* last_used_profile = ProfileManager::GetLastUsedProfile(); in IN_PROC_BROWSER_TEST_F()
245 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
[all …]
Dprofile_manager_unittest.cc126 void CreateProfileAsync(ProfileManager* manager, in CreateProfileAsync()
141 Profile* AddProfileToCache(ProfileManager* profile_manager, in AddProfileToCache()
187 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
222 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
255 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
300 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
317 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
332 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
353 ProfileManager* profile_manager = g_browser_process->profile_manager(); in TEST_F()
383 base::FilePath guest_path = ProfileManager::GetGuestProfilePath(); in TEST_F()
[all …]
Dprofile_window.cc54 ProfileManager::CreateCallback callback) in BrowserAddedForProfileObserver()
75 ProfileManager::CreateCallback callback_;
81 ProfileManager::CreateCallback callback, in OpenBrowserWindowForProfile()
225 ProfileManager::CreateCallback callback, in SwitchToProfile()
241 ProfileManager::CreateCallback callback) { in SwitchToGuestProfile()
243 ProfileManager::GetGuestProfilePath(), in SwitchToGuestProfile()
256 ProfileManager::CreateCallback callback, in CreateAndSwitchToNewProfile()
262 ProfileManager::CreateMultiProfileAsync( in CreateAndSwitchToNewProfile()
282 ProfileManager* profile_manager = g_browser_process->profile_manager(); in CloseGuestProfileWindows()
284 ProfileManager::GetGuestProfilePath()); in CloseGuestProfileWindows()
[all …]
Dprofile_manager.h30 class ProfileManager : public base::NonThreadSafe,
36 explicit ProfileManager(const base::FilePath& user_data_dir);
37 virtual ~ProfileManager();
289 explicit BrowserListObserver(ProfileManager* manager);
298 ProfileManager* profile_manager_;
352 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
357 class ProfileManagerWithoutInit : public ProfileManager {
Dprofile_metrics.h15 class ProfileManager; variable
190 static void UpdateReportedProfilesStatistics(ProfileManager* manager);
193 static bool CountProfileInformation(ProfileManager* manager,
196 static void LogNumberOfProfiles(ProfileManager* manager);
Dprofile_window.h60 ProfileManager::CreateCallback callback,
65 ProfileManager::CreateCallback callback);
71 ProfileManager::CreateCallback callback,
Dprofiles_state.cc57 if (profile_path == ProfileManager::GetGuestProfilePath()) { in GetAvatarNameForProfile()
160 Profile* active_profile = ProfileManager::GetLastUsedProfile(); in SetActiveProfileToGuestIfLocked()
166 ProfileManager* profile_manager = g_browser_process->profile_manager(); in SetActiveProfileToGuestIfLocked()
174 ProfileManager::GetGuestProfilePath()); in SetActiveProfileToGuestIfLocked()
Dprofile_shortcut_manager.h13 class ProfileManager; variable
51 static ProfileShortcutManager* Create(ProfileManager* manager);
Dprofile_metrics.cc29 ProfileManager* manager = g_browser_process->profile_manager(); in GetProfileType()
47 void LogLockedProfileInformation(ProfileManager* manager) { in LogLockedProfileInformation()
118 bool ProfileMetrics::CountProfileInformation(ProfileManager* manager, in CountProfileInformation()
149 void ProfileMetrics::UpdateReportedProfilesStatistics(ProfileManager* manager) { in UpdateReportedProfilesStatistics()
164 void ProfileMetrics::LogNumberOfProfiles(ProfileManager* manager) { in LogNumberOfProfiles()
Dprofile_shortcut_manager_win.h52 explicit ProfileShortcutManagerWin(ProfileManager* manager);
99 ProfileManager* profile_manager_;
/external/chromium_org/chrome/test/base/
Dtesting_profile_manager.cc25 class ProfileManager : public ::ProfileManagerWithoutInit { class
27 explicit ProfileManager(const base::FilePath& user_data_dir) in ProfileManager() function in testing::ProfileManager
124 builder.SetPath(ProfileManager::GetGuestProfilePath()); in CreateGuestProfile()
172 profile_manager_->profiles_info_.erase(ProfileManager::GetGuestProfilePath()); in DeleteGuestProfile()
188 ProfileManager* TestingProfileManager::profile_manager() { in profile_manager()
205 profile_manager_ = new testing::ProfileManager(profiles_dir_.path()); in SetUpInternal()
Dtesting_profile_manager.h21 class ProfileManager; variable
89 ProfileManager* profile_manager();
113 ProfileManager* profile_manager_;
Dtesting_browser_process.h68 virtual ProfileManager* profile_manager() OVERRIDE;
133 void SetProfileManager(ProfileManager* profile_manager);
155 scoped_ptr<ProfileManager> profile_manager_;
/external/chromium_org/chrome/browser/ui/ash/
Dchrome_new_window_delegate_chromeos.cc27 Profile* const profile = ProfileManager::GetActiveUserProfile(); in OpenFileManager()
47 Profile* profile = ProfileManager::GetActiveUserProfile(); in OpenCrosh()
69 Profile* profile = ProfileManager::GetActiveUserProfile(); in ShowKeyboardOverlay()
Dchrome_new_window_delegate.cc88 ProfileManager::GetActiveUserProfile(), in NewTab()
94 Profile* profile = ProfileManager::GetActiveUserProfile(); in NewWindow()
109 profile = ProfileManager::GetActiveUserProfile(); in RestoreTab()
Dmedia_delegate_chromeos.cc136 extensions::MediaPlayerAPI::Get(ProfileManager::GetActiveUserProfile()) in HandleMediaNextTrack()
142 extensions::MediaPlayerAPI::Get(ProfileManager::GetActiveUserProfile()) in HandleMediaPlayPause()
148 extensions::MediaPlayerAPI::Get(ProfileManager::GetActiveUserProfile()) in HandleMediaPrevTrack()
/external/chromium_org/chrome/browser/nacl_host/
Dnacl_browser_delegate_impl.h19 class ProfileManager; variable
23 explicit NaClBrowserDelegateImpl(ProfileManager* profile_manager);
53 ProfileManager* profile_manager_;
/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper.cc79 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetProfileByUserIdHash()
91 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetProfilePathByUserIdHash()
99 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetSigninProfileDir()
106 ProfileManager* profile_manager = g_browser_process->profile_manager(); in GetSigninProfile()
201 ProfileManager* profile_manager = g_browser_process->profile_manager(); in ClearSigninProfile()
253 profile = ProfileManager::GetActiveUserProfile(); in GetProfileByUserUnsafe()
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.h16 class ProfileManager; variable
29 explicit SyncSetupHandler(ProfileManager* profile_manager);
161 ProfileManager* const profile_manager_;
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service_browsertest.cc53 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
94 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
112 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/status/
Ddata_promo_notification.cc45 Profile* profile = ProfileManager::GetPrimaryUserProfile(); in GetBooleanPref()
56 Profile* profile = ProfileManager::GetPrimaryUserProfile(); in SetBooleanPref()
127 ProfileManager::GetPrimaryUserProfile(), in NotificationClicked()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_interactive_uitest.cc236 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
258 ProfileManager* profile_manager = g_browser_process->profile_manager(); in IN_PROC_BROWSER_TEST_F()
266 ProfileManager::CreateCallback()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Dmagnification_manager.cc115 SetProfile(ProfileManager::GetActiveUserProfile()); in ActiveUserChanged()
223 Profile* profile = ProfileManager::GetActiveUserProfile(); in Observe()
230 SetProfile(ProfileManager::GetActiveUserProfile()); in Observe()
/external/chromium_org/chrome/browser/apps/
Dshortcut_manager.cc102 ProfileManager* profile_manager = g_browser_process->profile_manager(); in AppShortcutManager()
112 ProfileManager* profile_manager = g_browser_process->profile_manager(); in ~AppShortcutManager()

12345678