Searched defs:SigninErrorController (Results 1 - 2 of 2) sorted by path

/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller.cc9 typedef std::set<const SigninErrorController::AuthStatusProvider*>
14 SigninErrorController::AuthStatusProvider::AuthStatusProvider() {
17 SigninErrorController::AuthStatusProvider::~AuthStatusProvider() {
20 SigninErrorController::SigninErrorController() function in class:SigninErrorController
24 SigninErrorController::~SigninErrorController() {
27 << " SigninErrorController::Shutdown() is called";
30 void SigninErrorController::AddProvider(const AuthStatusProvider* provider) {
37 void SigninErrorController
[all...]
H A Dsignin_error_controller.h18 class SigninErrorController { class
31 // API invoked by SigninErrorController to get the current auth status of
36 // The observer class for SigninErrorController lets the controller notify
44 SigninErrorController();
45 ~SigninErrorController();
47 // Adds a provider which the SigninErrorController object will start querying
51 // Removes a provider previously added by SigninErrorController (generally
81 DISALLOW_COPY_AND_ASSIGN(SigninErrorController);

Completed in 1141 milliseconds