HomeSort by relevance Sort by last modified time
    Searched refs:token_service (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
saslcookiemechanism.h 27 const std::string & token_service)
31 token_service_(token_service) {}
xmppclientsettings.h 41 void set_token_service(const std::string& token_service) {
42 token_service_ = token_service;
54 const std::string& token_service() const { return token_service_; } function in class:buzz::XmppUserSettings

Completed in 80 milliseconds