OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendRaw
(Results
1 - 15
of
15
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.h
59
int
SendRaw
(const void* pv, size_t cb);
asynctcpsocket.cc
161
int AsyncTCPSocket::
SendRaw
(const void * pv, size_t cb) {
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h
106
XmppReturnStatus
SendRaw
(const std::string & text);
xmppengine.h
278
virtual XmppReturnStatus
SendRaw
(const std::string & text) = 0;
xmppengineimpl.h
157
virtual XmppReturnStatus
SendRaw
(const std::string & text);
xmppclient.cc
311
XmppClient::
SendRaw
(const std::string & text) {
312
return d_->engine_->
SendRaw
(text);
xmppengineimpl.cc
272
XmppEngineImpl::
SendRaw
(const std::string & text) {
/external/chromium_org/third_party/libjingle/source/talk/base/
asynctcpsocket.h
70
virtual int
SendRaw
(const void* pv, size_t cb);
asynctcpsocket.cc
156
int AsyncTCPSocketBase::
SendRaw
(const void * pv, size_t cb) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.h
104
XmppReturnStatus
SendRaw
(const std::string & text);
xmppengine.h
286
virtual XmppReturnStatus
SendRaw
(const std::string & text) = 0;
xmppengineimpl.h
156
virtual XmppReturnStatus
SendRaw
(const std::string& text);
xmppclient.cc
351
XmppReturnStatus XmppClient::
SendRaw
(const std::string& text) {
352
return d_->engine_->
SendRaw
(text);
xmppengineimpl.cc
253
XmppReturnStatus XmppEngineImpl::
SendRaw
(const std::string& text) {
/external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc
235
xmpp_client_->
SendRaw
(" ");
Completed in 132 milliseconds