HomeSort by relevance Sort by last modified time
    Searched defs:OnProfileCreated (Results 1 - 3 of 3) 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/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);

Completed in 20 milliseconds