Home
last modified time | relevance | path

Searched refs:OnUserCreated (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Daccount_creation_view.h26 virtual void OnUserCreated(const std::string& username,
Daccount_screen.h38 virtual void OnUserCreated(const std::string& username,
Daccount_creation_view.cc65 delegate_->OnUserCreated(user_name + "@" + domain, ""); in OnFormSubmitted()
Daccount_screen.cc162 void AccountScreen::OnUserCreated(const std::string& username, in OnUserCreated() function in chromeos::AccountScreen