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

  /external/chromium_org/chrome/browser/chromeos/login/
remove_user_delegate.h 17 virtual void OnUserRemoved(const std::string& username) = 0;
mock_login_display.h 37 MOCK_METHOD1(OnUserRemoved, void(const std::string&));
webui_login_display.h 39 virtual void OnUserRemoved(const std::string& username) OVERRIDE;
webui_login_display.cc 94 void WebUILoginDisplay::OnUserRemoved(const std::string& username) {
96 webui_handler_->OnUserRemoved(username);
user_manager_impl.cc 501 delegate->OnUserRemoved(user_email);
    [all...]
  /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_);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 72 virtual void OnUserRemoved(const std::string& username) = 0;
277 virtual void OnUserRemoved(const std::string& username) OVERRIDE;
signin_screen_handler.cc     [all...]

Completed in 240 milliseconds