Searched defs:GoogleServiceAuthError (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc13 GoogleServiceAuthError::Captcha::Captcha(
17 bool GoogleServiceAuthError::operator==(
18 const GoogleServiceAuthError &b) const {
26 GoogleServiceAuthError::GoogleServiceAuthError(State s) function in class:GoogleServiceAuthError
36 GoogleServiceAuthError
37 GoogleServiceAuthError::FromConnectionError(int error) {
38 return GoogleServiceAuthError(CONNECTION_FAILED, error);
41 GoogleServiceAuthError GoogleServiceAuthError
99 GoogleServiceAuthError::GoogleServiceAuthError(State s, int error) function in class:GoogleServiceAuthError
104 GoogleServiceAuthError::GoogleServiceAuthError( function in class:GoogleServiceAuthError
[all...]
H A Dgoogle_service_auth_error.h5 // A GoogleServiceAuthError is immutable, plain old data representing an
11 // A GoogleServiceAuthError without additional data is just a State, defined
13 // error events concisely by doing OnAuthError(GoogleServiceAuthError::NONE),
19 // may forward declare and typedef GoogleServiceAuthError to something shorter
32 class GoogleServiceAuthError { class
90 bool operator==(const GoogleServiceAuthError &b) const;
92 // Construct a GoogleServiceAuthError from a State with no additional data.
93 explicit GoogleServiceAuthError(State s);
95 // Construct a GoogleServiceAuthError from a network error.
97 static GoogleServiceAuthError FromConnectionErro
[all...]

Completed in 54 milliseconds