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

/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc38 GoogleServiceAuthError::SecondFactor::SecondFactor() : field_length(0) { function in class:GoogleServiceAuthError::SecondFactor
41 GoogleServiceAuthError::SecondFactor::SecondFactor( function in class:GoogleServiceAuthError::SecondFactor
48 GoogleServiceAuthError::SecondFactor::~SecondFactor() {
51 bool GoogleServiceAuthError::SecondFactor::operator==(
52 const SecondFactor& b) const {
124 const GoogleServiceAuthError::SecondFactor&
H A Dgoogle_service_auth_error.h115 struct SecondFactor { struct in class:GoogleServiceAuthError
116 SecondFactor();
117 SecondFactor(const std::string& token,
121 ~SecondFactor();
123 bool operator==(const SecondFactor &b) const;
174 const SecondFactor& second_factor() const;
201 SecondFactor second_factor_;

Completed in 44 milliseconds