/external/chromium/third_party/libjingle/source/talk/examples/call/ |
mucinvitesendtask.cc | 35 MucInviteSendTask::Send(const Jid& user, const Muc& muc) {
|
friendinvitesendtask.cc | 34 FriendInviteSendTask::Send(const Jid& user) {
|
presenceouttask.cc | 38 PresenceOutTask::Send(const Status & s) {
|
/external/chromium/chrome/browser/notifications/ |
notification_object_proxy.cc | 22 Send(new DesktopNotificationMsg_PostDisplay(route_id_, notification_id_)); 26 Send(new DesktopNotificationMsg_PostError( 31 Send(new DesktopNotificationMsg_PostClose( 36 Send(new DesktopNotificationMsg_PostClick(route_id_, notification_id_)); 45 void NotificationObjectProxy::Send(IPC::Message* message) { 54 host->Send(message);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httprequest.cc | 74 void HttpRequest::Send() {
|
asyncudpsocket.cc | 75 int AsyncUDPSocket::Send(const void *pv, size_t cb) { 76 return socket_->Send(pv, cb); 115 // send datagram, indicating the remote address was unreachable.
|
asyncsocket.h | 74 virtual int Send(const void* pv, size_t cb) { 75 return socket_->Send(pv, cb);
|
asynctcpsocket.cc | 101 int AsyncTCPSocket::Send(const void *pv, size_t cb) { 107 // If we are blocking on send, then silently drop this packet 130 return Send(pv, cb); 197 int res = socket_->Send(outbuf_, outpos_);
|
firewallsocketserver.cc | 57 virtual int Send(const void* pv, size_t cb) {
|
/external/chromium/base/ |
sync_socket_posix.cc | 21 // To avoid users sending negative message lengths to Send/Receive 90 size_t SyncSocket::Send(const void* buffer, size_t length) {
|
sync_socket_win.cc | 23 // To avoid users sending negative message lengths to Send/Receive 110 size_t SyncSocket::Send(const void* buffer, size_t length) {
|
/external/chromium/chrome/browser/debugger/ |
devtools_protocol_handler.cc | 102 void DevToolsProtocolHandler::Send(const DevToolsRemoteMessage& message) { 104 connection_->Send(message.ToString());
|
devtools_remote_listen_socket_unittest.cc | 255 connection_->Send(kChromeDevToolsHandshake); 275 bool DevToolsRemoteListenSocketTester::Send(SOCKET sock, 278 int send_len = HANDLE_EINTR(send(sock, str.data(), len, 0)); 280 LOG(ERROR) << "send failed: " << errno; 289 ASSERT_TRUE(Send(test_socket_, kChromeDevToolsHandshake)); 291 ASSERT_TRUE(Send(test_socket_, kSimpleMessagePart1)); 294 ASSERT_TRUE(Send(test_socket_, kSimpleMessagePart2)); 306 ASSERT_TRUE(Send(test_socket_, kTwoMessages));
|
extension_ports_remote_service.cc | 220 delegate_->Send(*response_message.get()); 223 bool ExtensionPortsRemoteService::Send(IPC::Message *message) {
|
/external/chromium/chrome/browser/ |
spellcheck_message_filter_browsertest.cc | 34 virtual bool Send(IPC::Message* message) {
|
gpu_process_host_ui_shim.cc | 53 host->Send(msg_.release()); 62 virtual bool Send(IPC::Message* msg) { 63 // The GPU process must never send a synchronous IPC message to the browser 155 bool GpuProcessHostUIShim::Send(IPC::Message* msg) { 191 Send(new GpuMsg_DestroyCommandBuffer(renderer_id, render_view_id)); 199 ui_shim->Send(msg); 295 Send(new GpuMsg_ResizeViewACK(renderer_id, command_buffer_route_id));
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
sessionsendtask.h | 40 // The job of this task is to send an IQ stanza out (after stamping it with 43 // happens it will also signal failure. If, however, the send succeeds this 58 void Send(const buzz::XmlElement* stanza) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunrequest.cc | 54 void StunRequestManager::Send(StunRequest* request) {
|
tcpport.cc | 119 LOG_J(LS_ERROR, this) << "Attempted to send to an unknown destination, " 124 int sent = socket->Send(data, size); 127 LOG_J(LS_ERROR, this) << "TCP send of " << size 217 int TCPConnection::Send(const void* data, size_t size) { 228 int sent = socket_->Send(data, size);
|
/external/chromium/webkit/glue/ |
websocketstreamhandle_impl.cc | 37 bool Send(const WebKit::WebData& data); 82 bool WebSocketStreamHandleImpl::Context::Send(const WebKit::WebData& data) { 83 VLOG(1) << "Send data.size=" << data.size(); 85 return bridge_->Send( 161 bool WebSocketStreamHandleImpl::send(const WebKit::WebData& data) { function in class:webkit_glue::WebSocketStreamHandleImpl 162 return context_->Send(data);
|
/external/chromium/net/base/ |
listen_socket.cc | 60 void ListenSocket::Send(const char* bytes, int len, bool append_linefeed) { 67 void ListenSocket::Send(const std::string& str, bool append_linefeed) { 68 Send(str.data(), static_cast<int>(str.length()), append_linefeed); 147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0)); 154 LOG(ERROR) << "send failed: WSAGetLastError()==" << WSAGetLastError(); 157 LOG(ERROR) << "send failed: errno==" << errno; 165 // Shift the buffer start and send the remainder after a short while.
|
listen_socket_unittest.cc | 124 connection_->Send(kHelloWorld); 129 ASSERT_TRUE(Send(test_socket_, kHelloWorld)); 143 ASSERT_TRUE(Send(test_socket_, long_string)); 177 bool ListenSocketTester::Send(SOCKET sock, const std::string& str) { 179 int send_len = HANDLE_EINTR(send(sock, str.data(), len, 0)); 181 LOG(ERROR) << "send failed: " << errno;
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
server.cpp | 160 float Send(const glesv2debugger::Message & msg, glesv2debugger::Message & cmd) 162 // TODO: use per DbgContext send/receive buffer and async socket 191 sent = send(clientSock, &len, sizeof(len), 0); 194 Die("Failed to send message length"); 197 sent = send(clientSock, str.data(), str.length(), 0); 201 Die("Failed to send message"); 209 // since client can send SETPROP and other commands anytime 213 LOGD("Send: TryReceived SETPROP"); 215 LOGD("Send: TryReceived %u", cmd.function()); 263 Send(msg, cmd) [all...] |
/external/chromium/chrome/browser/automation/ |
automation_resource_message_filter.cc | 193 bool AutomationResourceMessageFilter::Send(IPC::Message* message) { 201 return channel_->Send(message); 411 return Send(new AutomationMsg_DownloadRequestInHost(tab_handle, 461 automation_details_iter->second.filter->Send( 533 automation_details_iter->second.filter->Send(
|
/external/chromium/chrome/browser/service/ |
service_process_control.cc | 207 Send(new ServiceMsg_UpdateAvailable); 222 bool ServiceProcessControl::Send(IPC::Message* message) { 226 return channel_->Send(message); 234 Send(new ServiceMsg_UpdateAvailable); 260 return Send(new ServiceMsg_IsCloudPrintProxyEnabled); 264 bool ret = Send(new ServiceMsg_Shutdown()); 272 return Send( 277 return Send(new ServiceMsg_EnableRemotingHost()); 281 return Send(new ServiceMsg_DisableRemotingHost()); 289 Launch(NewRunnableMethod(this, &ServiceProcessControl::Send, [all...] |