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

  /external/chromium_org/remoting/jingle_glue/
iq_sender.h 53 const std::string& addressee,
70 const std::string& addressee,
86 const std::string& addressee);
iq_sender.cc 24 const std::string& addressee,
28 if (!addressee.empty())
29 stanza->AddAttr(buzz::QN_TO, addressee);
45 std::string addressee = stanza->Attr(buzz::QN_TO); local
52 scoped_ptr<IqRequest> request(new IqRequest(this, callback, addressee));
59 const std::string& addressee,
62 return SendIq(MakeIqStanza(type, addressee, iq_body.Pass()), callback);
138 const std::string& addressee)
141 addressee_(addressee) {

Completed in 42 milliseconds