Home
last modified time | relevance | path

Searched refs:AUTH_MECHANISM_GOOGLE_TOKEN (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppauth.cc71 if (GetAuthMechanism() == buzz::AUTH_MECHANISM_GOOGLE_TOKEN && in ChooseBestSaslMechanism()
72 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) { in ChooseBestSaslMechanism()
73 return buzz::AUTH_MECHANISM_GOOGLE_TOKEN; in ChooseBestSaslMechanism()
96 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) { in CreateSaslMechanism()
Dconstants.h557 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[];
Dconstants.cc626 const char AUTH_MECHANISM_GOOGLE_TOKEN[] = "X-GOOGLE-TOKEN"; variable
/external/chromium_org/remoting/jingle_glue/
Dxmpp_signal_strategy.cc78 settings.set_auth_token(buzz::AUTH_MECHANISM_GOOGLE_TOKEN, in Connect()