Home
last modified time | relevance | path

Searched refs:OnUserRemoved (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Ddom_login_display.h58 virtual void OnUserRemoved(const std::string& username) OVERRIDE;
Ddom_login_display.cc64 void DOMLoginDisplay::OnUserRemoved(const std::string& username) { in OnUserRemoved() function in chromeos::DOMLoginDisplay
Dlogin_display.h27 virtual void OnUserRemoved(const std::string& username) = 0;
Dviews_login_display.h44 virtual void OnUserRemoved(const std::string& username);
Dexisting_user_controller_browsertest.cc47 MOCK_METHOD1(OnUserRemoved, void(const std::string&));
Dviews_login_display.cc143 void ViewsLoginDisplay::OnUserRemoved(const std::string& username) { in OnUserRemoved() function in chromeos::ViewsLoginDisplay
Duser_manager.cc169 delegate_->OnUserRemoved(user_email_); in RemoveUser()