Searched refs:profile_manager_ (Results 1 – 3 of 3) sorted by relevance
37 profile_manager_(new ProfileManagerWithoutInit) { in ProfileManagerTest()52 profile_manager_.reset(); in TearDown()74 scoped_ptr<ProfileManager> profile_manager_; member in ProfileManagerTest86 profile = profile_manager_->GetProfile(dest_path); in TEST_F()90 EXPECT_EQ(profile, profile_manager_->GetProfile(dest_path)); in TEST_F()102 profile_manager_->GetCurrentProfileDir().value()); in TEST_F()117 profile_manager_->GetCurrentProfileDir().value()); in TEST_F()119 profile_manager_->Observe(NotificationType::LOGIN_USER_CHANGED, in TEST_F()124 profile_manager_->GetCurrentProfileDir().value()); in TEST_F()126 profile_manager_->GetCurrentProfileDir()).value(); in TEST_F()[all …]
184 profile_manager_.reset(); in ~BrowserProcessImpl()439 return profile_manager_.get(); in profile_manager()675 if (!profile_manager_.get()) in ShouldClearLocalState()679 profile = profile_manager_->GetDefaultProfile(user_data_dir); in ShouldClearLocalState()824 DCHECK(!created_profile_manager_ && profile_manager_.get() == NULL); in CreateProfileManager()827 profile_manager_.reset(new ProfileManager()); in CreateProfileManager()
188 scoped_ptr<ProfileManager> profile_manager_; variable