HomeSort by relevance Sort by last modified time
    Searched refs:OnProfileCreated (Results 1 - 18 of 18) 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_org/chrome/browser/profiles/
profile_browsertest.cc 27 MOCK_METHOD3(OnProfileCreated, void(Profile*, bool, bool));
69 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
87 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
104 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
128 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
148 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
176 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
205 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
profile_manager_unittest.cc 93 MOCK_METHOD2(OnProfileCreated,
124 base::Bind(&MockObserver::OnProfileCreated,
247 EXPECT_CALL(mock_observer, OnProfileCreated(
266 EXPECT_CALL(mock_observer1, OnProfileCreated(
269 EXPECT_CALL(mock_observer2, OnProfileCreated(
272 EXPECT_CALL(mock_observer3, OnProfileCreated(
289 EXPECT_CALL(mock_observer, OnProfileCreated(
638 EXPECT_CALL(mock_observer, OnProfileCreated(
679 EXPECT_CALL(mock_observer, OnProfileCreated(
730 EXPECT_CALL(mock_observer, OnProfileCreated(
    [all...]
profile.h 138 virtual void OnProfileCreated(Profile* profile,
avatar_menu_model.cc 51 void OnProfileCreated(bool always_create,
74 OnProfileCreated(always_create, desktop_type, profile, status);
profile_manager.h 150 virtual void OnProfileCreated(Profile* profile,
profile_impl.cc 581 delegate_->OnProfileCreated(this, true, IsNewProfile());
743 delegate_->OnProfileCreated(this, false, false);
    [all...]
profile_manager.cc 783 void ProfileManager::OnProfileCreated(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 25 void OnProfileCreated(Profile* profile, Profile::CreateStatus status) {
56 base::Bind(&AppListControllerBrowserTest::OnProfileCreated,
59 content::RunMessageLoop(); // Will stop in OnProfileCreated().
  /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) {
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 162 void OnProfileCreated(Profile* profile,
348 base::Bind(&LoginUtilsImpl::OnProfileCreated, AsWeakPtr()));
416 void LoginUtilsImpl::OnProfileCreated(
520 // like LoginUtilsImpl::OnProfileCreated() may be getting called before
579 // OnProfileCreated()).
  /external/chromium_org/chrome/test/base/
testing_profile.cc 329 delegate_->OnProfileCreated(this, true, false);

Completed in 1201 milliseconds