/external/chromium_org/chrome/browser/profiles/ |
D | profile_browsertest.cc | 30 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()
|
D | profile_manager_unittest.cc | 89 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()
|
D | profile.h | 138 virtual void OnProfileCreated(Profile* profile,
|
D | profile_manager.h | 165 virtual void OnProfileCreated(Profile* profile,
|
D | profile_impl.cc | 616 delegate_->OnProfileCreated(this, true, IsNewProfile()); in DoFinalInit() 774 delegate_->OnProfileCreated(this, false, false); in OnPrefsLoaded()
|
D | profile_manager.cc | 884 void ProfileManager::OnProfileCreated(Profile* profile, in OnProfileCreated() function in ProfileManager
|
/external/chromium/chrome/browser/profiles/ |
D | profile_manager_unittest.cc | 61 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()
|
D | profile_manager.h | 36 virtual void OnProfileCreated(Profile* profile) = 0; 109 virtual void OnProfileCreated(Profile* profile, bool success);
|
D | profile_manager.cc | 232 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()
|
D | profile.h | 158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
|
D | profile_impl.cc | 401 delegate_->OnProfileCreated(this, true); in DoFinalInit() 801 delegate_->OnProfileCreated(this, false); in OnPrefsLoaded()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_service_impl.cc | 94 base::Bind(&ProfileStoreImpl::OnProfileCreated, in LoadProfileAsync() 102 void OnProfileCreated(base::Callback<void(Profile*)> callback, in OnProfileCreated() function in __anond34baa5e0111::ProfileStoreImpl
|
D | app_list_controller_browsertest.cc | 68 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/ |
D | create_profile_handler.h | 81 void OnProfileCreated(bool create_shortcut,
|
D | create_profile_handler.cc | 121 base::Bind(&CreateProfileHandler::OnProfileCreated, in CreateProfile() 129 void CreateProfileHandler::OnProfileCreated( in OnProfileCreated() function in options::CreateProfileHandler
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_performer.h | 123 void OnProfileCreated(Profile* profile);
|
D | login_utils.cc | 153 virtual void OnProfileCreated(Profile* profile); 241 void LoginUtilsImpl::OnProfileCreated(Profile* profile) { in OnProfileCreated() function in chromeos::LoginUtilsImpl
|
D | login_performer.cc | 148 void LoginPerformer::OnProfileCreated(Profile* profile) { in OnProfileCreated() function in chromeos::LoginPerformer
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | login_utils.cc | 172 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/ |
D | testing_profile.cc | 384 delegate_->OnProfileCreated(this, true, false); in FinishInit()
|