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

  /external/chromium/chrome/browser/chromeos/login/
dom_login_display.h 58 virtual void OnUserRemoved(const std::string& username) OVERRIDE;
dom_login_display.cc 56 // OnUserRemoved
64 void DOMLoginDisplay::OnUserRemoved(const std::string& username) {
login_display.h 27 virtual void OnUserRemoved(const std::string& username) = 0;
views_login_display.h 44 virtual void OnUserRemoved(const std::string& username);
80 // and OnUserRemoved() calls.
existing_user_controller_browsertest.cc 47 MOCK_METHOD1(OnUserRemoved, void(const std::string&));
views_login_display.cc 143 void ViewsLoginDisplay::OnUserRemoved(const std::string& username) {
user_manager.cc 169 delegate_->OnUserRemoved(user_email_);

Completed in 223 milliseconds