Home
last modified time | relevance | path

Searched refs:OnProfileCreated (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_browsertest.cc30 MOCK_METHOD3(OnProfileCreated, void(Profile*, bool, bool));
72 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
92 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F()
111 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
137 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false)); in IN_PROC_BROWSER_TEST_F()
159 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
189 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
220 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true)); in IN_PROC_BROWSER_TEST_F()
Dprofile_manager_unittest.cc89 MOCK_METHOD2(OnProfileCreated,
120 base::Bind(&MockObserver::OnProfileCreated, in CreateProfileAsync()
243 EXPECT_CALL(mock_observer, OnProfileCreated( in TEST_F()
262 EXPECT_CALL(mock_observer1, OnProfileCreated( in TEST_F()
265 EXPECT_CALL(mock_observer2, OnProfileCreated( in TEST_F()
268 EXPECT_CALL(mock_observer3, OnProfileCreated( in TEST_F()
285 EXPECT_CALL(mock_observer, OnProfileCreated( in TEST_F()
739 EXPECT_CALL(mock_observer, OnProfileCreated( in TEST_F()
780 EXPECT_CALL(mock_observer, OnProfileCreated( in TEST_F()
831 EXPECT_CALL(mock_observer, OnProfileCreated( in TEST_F()
Dprofile.h138 virtual void OnProfileCreated(Profile* profile,
Dprofile_manager.h165 virtual void OnProfileCreated(Profile* profile,
Dprofile_impl.cc616 delegate_->OnProfileCreated(this, true, IsNewProfile()); in DoFinalInit()
774 delegate_->OnProfileCreated(this, false, false); in OnPrefsLoaded()
Dprofile_manager.cc884 void ProfileManager::OnProfileCreated(Profile* profile, in OnProfileCreated() function in ProfileManager
/external/chromium/chrome/browser/profiles/
Dprofile_manager_unittest.cc61 MOCK_METHOD1(OnProfileCreated, void(Profile* profile));
169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1); in TEST_F()
189 EXPECT_CALL(mock_observer1, OnProfileCreated(SameNotNull())).Times(1); in TEST_F()
191 EXPECT_CALL(mock_observer2, OnProfileCreated(SameNotNull())).Times(1); in TEST_F()
193 EXPECT_CALL(mock_observer3, OnProfileCreated(SameNotNull())).Times(1); in TEST_F()
209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2); in TEST_F()
Dprofile_manager.h36 virtual void OnProfileCreated(Profile* profile) = 0;
109 virtual void OnProfileCreated(Profile* profile, bool success);
Dprofile_manager.cc232 observer->OnProfileCreated(info->profile.get()); in CreateProfileAsync()
371 void ProfileManager::OnProfileCreated(Profile* profile, bool success) { in OnProfileCreated() function in ProfileManager
398 observers[i]->OnProfileCreated(profile); in OnProfileCreated()
Dprofile.h158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
Dprofile_impl.cc401 delegate_->OnProfileCreated(this, true); in DoFinalInit()
801 delegate_->OnProfileCreated(this, false); in OnPrefsLoaded()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_impl.cc94 base::Bind(&ProfileStoreImpl::OnProfileCreated, in LoadProfileAsync()
102 void OnProfileCreated(base::Callback<void(Profile*)> callback, in OnProfileCreated() function in __anond34baa5e0111::ProfileStoreImpl
Dapp_list_controller_browsertest.cc68 base::Bind(&AppListControllerBrowserTest::OnProfileCreated, in InitSecondProfile()
74 void OnProfileCreated(Profile* profile, Profile::CreateStatus status) { in OnProfileCreated() function in AppListControllerBrowserTest
/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.h81 void OnProfileCreated(bool create_shortcut,
Dcreate_profile_handler.cc121 base::Bind(&CreateProfileHandler::OnProfileCreated, in CreateProfile()
129 void CreateProfileHandler::OnProfileCreated( in OnProfileCreated() function in options::CreateProfileHandler
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.h123 void OnProfileCreated(Profile* profile);
Dlogin_utils.cc153 virtual void OnProfileCreated(Profile* profile);
241 void LoginUtilsImpl::OnProfileCreated(Profile* profile) { in OnProfileCreated() function in chromeos::LoginUtilsImpl
Dlogin_performer.cc148 void LoginPerformer::OnProfileCreated(Profile* profile) { in OnProfileCreated() function in chromeos::LoginPerformer
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_utils.cc172 void OnProfileCreated(const std::string& email,
405 base::Bind(&LoginUtilsImpl::OnProfileCreated, AsWeakPtr(), in PrepareProfile()
484 void LoginUtilsImpl::OnProfileCreated( in OnProfileCreated() function in chromeos::LoginUtilsImpl
/external/chromium_org/chrome/test/base/
Dtesting_profile.cc384 delegate_->OnProfileCreated(this, true, false); in FinishInit()