Searched defs:GoogleServiceAuthError (Results 1 - 5 of 5) 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...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java10 * This class mirrors the native GoogleServiceAuthError class State enum from:
13 public class GoogleServiceAuthError { class
81 GoogleServiceAuthError(int code) { method in class:GoogleServiceAuthError
/external/chromium_org/google_apis/gaia/
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
33 class GoogleServiceAuthError { class
138 bool operator==(const GoogleServiceAuthError &b) const;
140 // Construct a GoogleServiceAuthError from a State with no additional data.
141 explicit GoogleServiceAuthError(State s);
143 // Construct a GoogleServiceAuthError from a network error.
145 static GoogleServiceAuthError FromConnectionErro
[all...]
H A Dgoogle_service_auth_error.cc16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) {
19 GoogleServiceAuthError::Captcha::Captcha(
26 GoogleServiceAuthError::Captcha::~Captcha() {
29 bool GoogleServiceAuthError::Captcha::operator==(const Captcha& b) const {
38 GoogleServiceAuthError::SecondFactor::SecondFactor() : field_length(0) {
41 GoogleServiceAuthError::SecondFactor::SecondFactor(
48 GoogleServiceAuthError::SecondFactor::~SecondFactor() {
51 bool GoogleServiceAuthError::SecondFactor::operator==(
59 bool GoogleServiceAuthError::operator==(
60 const GoogleServiceAuthError
67 GoogleServiceAuthError::GoogleServiceAuthError(State s) function in class:GoogleServiceAuthError
76 GoogleServiceAuthError::GoogleServiceAuthError( function in class:GoogleServiceAuthError
84 GoogleServiceAuthError::GoogleServiceAuthError(const std::string& error_message) function in class:GoogleServiceAuthError
244 GoogleServiceAuthError::GoogleServiceAuthError(State s, int error) function in class:GoogleServiceAuthError
249 GoogleServiceAuthError::GoogleServiceAuthError( function in class:GoogleServiceAuthError
263 GoogleServiceAuthError::GoogleServiceAuthError( function in class:GoogleServiceAuthError
[all...]

Completed in 350 milliseconds