Searched refs:OnUserRemoved (Results 1 – 7 of 7) sorted by relevance
58 virtual void OnUserRemoved(const std::string& username) OVERRIDE;
64 void DOMLoginDisplay::OnUserRemoved(const std::string& username) { in OnUserRemoved() function in chromeos::DOMLoginDisplay
27 virtual void OnUserRemoved(const std::string& username) = 0;
44 virtual void OnUserRemoved(const std::string& username);
47 MOCK_METHOD1(OnUserRemoved, void(const std::string&));
143 void ViewsLoginDisplay::OnUserRemoved(const std::string& username) { in OnUserRemoved() function in chromeos::ViewsLoginDisplay
169 delegate_->OnUserRemoved(user_email_); in RemoveUser()