HomeSort by relevance Sort by last modified time
    Searched defs:SigninGlobalError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 21 class SigninGlobalError : public GlobalError {
28 // API invoked by SigninGlobalError to get the current auth status of
33 SigninGlobalError(Profile* profile);
34 virtual ~SigninGlobalError();
36 // Adds a provider which the SigninGlobalError object will start querying for
40 // Removes a provider previously added by SigninGlobalError (generally only
63 // Returns the SigninGlobalError instance for the given profile.
64 static SigninGlobalError* GetForProfile(Profile* profile);
signin_global_error.cc 27 SigninGlobalError::SigninGlobalError(Profile* profile)
31 SigninGlobalError::~SigninGlobalError() {
37 void SigninGlobalError::AddProvider(const AuthStatusProvider* provider) {
44 void SigninGlobalError::RemoveProvider(const AuthStatusProvider* provider) {
53 SigninGlobalError::AuthStatusProvider::AuthStatusProvider() {
56 SigninGlobalError::AuthStatusProvider::~AuthStatusProvider() {
59 void SigninGlobalError::AuthStatusChanged() {
81 bool SigninGlobalError::HasMenuItem()
    [all...]

Completed in 107 milliseconds