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

  /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.cc 148 void LoginPerformer::OnProfileCreated(Profile* profile) {
login_utils.cc 153 virtual void OnProfileCreated(Profile* profile);
241 void LoginUtilsImpl::OnProfileCreated(Profile* profile) {
  /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/profiles/
avatar_menu_model.cc 51 void OnProfileCreated(bool always_create,
74 OnProfileCreated(always_create, desktop_type, profile, status);
profile_manager.cc 783 void ProfileManager::OnProfileCreated(Profile* profile,
    [all...]
  /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()).

Completed in 532 milliseconds