OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GaiaTokenPreXmppAuth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.h
19
class
GaiaTokenPreXmppAuth
: public buzz::PreXmppAuth {
21
GaiaTokenPreXmppAuth
(const std::string& username, const std::string& token,
25
virtual ~
GaiaTokenPreXmppAuth
();
gaia_token_pre_xmpp_auth.cc
51
GaiaTokenPreXmppAuth
::
GaiaTokenPreXmppAuth
(
63
GaiaTokenPreXmppAuth
::~
GaiaTokenPreXmppAuth
() { }
65
void
GaiaTokenPreXmppAuth
::StartPreXmppAuth(
74
bool
GaiaTokenPreXmppAuth
::IsAuthDone() const {
78
bool
GaiaTokenPreXmppAuth
::IsAuthorized() const {
82
bool
GaiaTokenPreXmppAuth
::HadError() const {
86
int
GaiaTokenPreXmppAuth
::GetError() const {
90
buzz::CaptchaChallenge
GaiaTokenPreXmppAuth
::GetCaptchaChallenge() const
[
all
...]
Completed in 251 milliseconds