HomeSort by relevance Sort by last modified time
    Searched refs:OnProfileCreated (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_manager.h 36 virtual void OnProfileCreated(Profile* profile) = 0;
109 virtual void OnProfileCreated(Profile* profile, bool success);
profile_manager_unittest.cc 61 MOCK_METHOD1(OnProfileCreated, void(Profile* profile));
169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1);
189 EXPECT_CALL(mock_observer1, OnProfileCreated(SameNotNull())).Times(1);
191 EXPECT_CALL(mock_observer2, OnProfileCreated(SameNotNull())).Times(1);
193 EXPECT_CALL(mock_observer3, OnProfileCreated(SameNotNull())).Times(1);
209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2);
profile_manager.cc 232 observer->OnProfileCreated(info->profile.get());
371 void ProfileManager::OnProfileCreated(Profile* profile, bool success) {
398 observers[i]->OnProfileCreated(profile);
profile.h 158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
profile_impl.cc 401 delegate_->OnProfileCreated(this, true);
801 delegate_->OnProfileCreated(this, false);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_performer.h 123 void OnProfileCreated(Profile* profile);
login_utils.cc 153 virtual void OnProfileCreated(Profile* profile);
241 void LoginUtilsImpl::OnProfileCreated(Profile* profile) {
login_performer.cc 148 void LoginPerformer::OnProfileCreated(Profile* profile) {

Completed in 82 milliseconds