Home | History | Annotate | Download | only in profiles

Lines Matching defs:ProfileManager

67 void ProfileManager::ShutdownSessionServices() {
68 ProfileManager* pm = g_browser_process->profile_manager();
77 Profile* ProfileManager::GetDefaultProfile() {
80 ProfileManager* profile_manager = g_browser_process->profile_manager();
84 ProfileManager::ProfileManager() : logged_in_(false) {
94 ProfileManager::~ProfileManager() {
100 FilePath ProfileManager::GetDefaultProfileDir(
108 FilePath ProfileManager::GetProfilePrefsPath(
115 FilePath ProfileManager::GetCurrentProfileDir() {
138 Profile* ProfileManager::GetDefaultProfile(const FilePath& user_data_dir) {
165 Profile* ProfileManager::GetProfileWithId(ProfileId profile_id) {
183 bool ProfileManager::IsValidProfile(Profile* profile) {
198 std::vector<Profile*> ProfileManager::GetLoadedProfiles() const {
208 Profile* ProfileManager::GetProfile(const FilePath& profile_dir) {
224 void ProfileManager::CreateProfileAsync(const FilePath& user_data_dir,
247 void ProfileManager::CreateDefaultProfileAsync(Observer* observer) {
249 ProfileManager* profile_manager = g_browser_process->profile_manager();
260 bool ProfileManager::AddProfile(Profile* profile) {
277 ProfileManager::ProfileInfo* ProfileManager::RegisterProfile(Profile* profile,
285 Profile* ProfileManager::GetProfileByPath(const FilePath& path) const {
290 void ProfileManager::OnSuspend() {
314 void ProfileManager::OnResume() {
333 void ProfileManager::Observe(
355 void ProfileManager::DoFinalInit(Profile* profile) {
371 void ProfileManager::OnProfileCreated(Profile* profile, bool success) {