Searched defs:SendRaw (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasynctcpsocket.cc161 int AsyncTCPSocket::SendRaw(const void * pv, size_t cb) { function in class:talk_base::AsyncTCPSocket
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasynctcpsocket.cc154 int AsyncTCPSocketBase::SendRaw(const void * pv, size_t cb) { function in class:talk_base::AsyncTCPSocketBase
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc311 XmppClient::SendRaw(const std::string & text) { function in class:buzz::XmppClient
312 return d_->engine_->SendRaw(text);
H A Dxmppengineimpl.cc272 XmppEngineImpl::SendRaw(const std::string & text) { function in class:buzz::XmppEngineImpl
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc351 XmppReturnStatus XmppClient::SendRaw(const std::string& text) { function in class:buzz::XmppClient
352 return d_->engine_->SendRaw(text);
H A Dxmppengineimpl.cc253 XmppReturnStatus XmppEngineImpl::SendRaw(const std::string& text) { function in class:buzz::XmppEngineImpl

Completed in 241 milliseconds