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

  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 148 void LoginPerformer::OnProfileCreated(Profile* profile) {
login_utils.cc 153 virtual void OnProfileCreated(Profile* profile);
241 void LoginUtilsImpl::OnProfileCreated(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 68 base::Bind(&AppListControllerBrowserTest::OnProfileCreated,
71 content::RunMessageLoop(); // Will stop in OnProfileCreated().
74 void OnProfileCreated(Profile* profile, Profile::CreateStatus status) {
app_list_service_impl.cc 94 base::Bind(&ProfileStoreImpl::OnProfileCreated,
102 void OnProfileCreated(base::Callback<void(Profile*)> callback,
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 121 base::Bind(&CreateProfileHandler::OnProfileCreated,
129 void CreateProfileHandler::OnProfileCreated(
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 232 observer->OnProfileCreated(info->profile.get());
371 void ProfileManager::OnProfileCreated(Profile* profile, bool success) {
398 observers[i]->OnProfileCreated(profile);
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 172 void OnProfileCreated(const std::string& email,
405 base::Bind(&LoginUtilsImpl::OnProfileCreated, AsWeakPtr(),
484 void LoginUtilsImpl::OnProfileCreated(
591 // like LoginUtilsImpl::OnProfileCreated() may be getting called before
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc     [all...]

Completed in 66 milliseconds