Searched refs:OnProfileCreated (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dchrome_process_manager_delegate.h41 void OnProfileCreated(Profile* profile);
H A Dchrome_process_manager_delegate.cc79 OnProfileCreated(profile);
125 void ChromeProcessManagerDelegate::OnProfileCreated(Profile* profile) { function in class:extensions::ChromeProcessManagerDelegate
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dchrome_app_list_test_support.cc29 base::Bind(&CreateProfileHelper::OnProfileCreated,
39 void OnProfileCreated(Profile* profile, Profile::CreateStatus status) { function in class:test::__anon4972::CreateProfileHelper
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc41 MOCK_METHOD3(OnProfileCreated, void(Profile*, bool, bool));
132 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
151 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
171 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
200 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, false));
225 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
258 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
293 EXPECT_CALL(delegate, OnProfileCreated(testing::NotNull(), true, true));
H A Dprofile_manager_unittest.cc100 MOCK_METHOD2(OnProfileCreated,
132 base::Bind(&MockObserver::OnProfileCreated,
291 EXPECT_CALL(mock_observer1, OnProfileCreated(
294 EXPECT_CALL(mock_observer2, OnProfileCreated(
297 EXPECT_CALL(mock_observer3, OnProfileCreated(
314 EXPECT_CALL(mock_observer, OnProfileCreated(
329 EXPECT_CALL(mock_observer, OnProfileCreated(
879 EXPECT_CALL(mock_observer, OnProfileCreated(
912 EXPECT_CALL(mock_observer, OnProfileCreated(
950 EXPECT_CALL(mock_observer, OnProfileCreated(
[all...]
H A Dprofile.h141 virtual void OnProfileCreated(Profile* profile,
H A Dprofile_manager.h196 virtual void OnProfileCreated(Profile* profile,
H A Dprofile_impl.cc728 delegate_->OnProfileCreated(this, true, IsNewProfile());
923 delegate_->OnProfileCreated(this, false, false);
H A Dprofile_manager.cc926 void ProfileManager::OnProfileCreated(Profile* profile, function in class:ProfileManager
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.h82 void OnProfileCreated(bool create_shortcut,
H A Dcreate_profile_handler.cc123 base::Bind(&CreateProfileHandler::OnProfileCreated,
131 void CreateProfileHandler::OnProfileCreated( function in class:options::CreateProfileHandler
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.h205 void OnProfileCreated(const UserContext& user_context,
H A Duser_session_manager.cc636 base::Bind(&UserSessionManager::OnProfileCreated,
645 void UserSessionManager::OnProfileCreated(const UserContext& user_context, function in class:chromeos::UserSessionManager
819 // like LoginUtilsImpl::OnProfileCreated() may be getting called before
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc98 base::Bind(&ProfileStoreImpl::OnProfileCreated,
106 void OnProfileCreated(base::Callback<void(Profile*)> callback, function in class:__anon4942::ProfileStoreImpl
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc425 delegate_->OnProfileCreated(this, true, false);

Completed in 2198 milliseconds