Searched defs:Send (Results 201 - 225 of 249) sorted by relevance

12345678910

/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc104 void MDnsConnection::SocketHandler::Send(const scoped_refptr<IOBuffer>& buffer, function in class:net::MDnsConnection::SocketHandler
130 Send(buffer.first, buffer.second);
167 void MDnsConnection::Send(const scoped_refptr<IOBuffer>& buffer, function in class:net::MDnsConnection
170 socket_handlers_[i]->Send(buffer, size);
218 connection_->Send(query.io_buffer(), query.io_buffer()->size());
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc458 ssize_t QuicTestClient::Send(const void *buffer, size_t size) { function in class:net::tools::test::QuicTestClient
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.cc50 void Send(rtc::AsyncPacketSocket* socket, const char* bytes, size_t size, function in namespace:cricket
68 Send(socket, buf.Data(), buf.Length(), addr);
236 ext_conn->Send(bytes, size);
261 int_conn->Send(bytes, size, ext_conn->addr_pair().source());
305 // Send this message on the appropriate internal connection.
309 int_conn->Send(bytes, size, ext_conn->addr_pair().source());
419 // Send this request to the appropriate handler.
463 // Send a response to the caller.
499 ext_conn->Send(data_attr->bytes(), data_attr->length());
601 void RelayServerConnection::Send(cons function in class:cricket::RelayServerConnection
608 void RelayServerConnection::Send( function in class:cricket::RelayServerConnection
[all...]
H A Dpseudotcp.cc466 int PseudoTcp::Send(const char* buffer, size_t len) { function in class:cricket::PseudoTcp
H A Dturnport.cc159 int Send(const void* data, size_t size, bool payload,
445 // Send the actual contents to the server using the usual mechanism.
446 int sent = entry->Send(data, size, payload, options);
572 if (Send(data, size, options) < 0) {
741 int TurnPort::Send(const void* data, size_t len, function in class:cricket::TurnPort
926 // Send another allocate request, with the received realm and nonce values.
976 // Send another allocate request to alternate server,
1014 // Send RefreshRequest immediately.
1133 int TurnEntry::Send(const void* data, size_t size, bool payload, function in class:cricket::TurnEntry
1137 // If we haven't bound the channel yet, we have to use a Send Indicatio
[all...]
H A Dturnserver.cc582 Send(conn, buf);
585 void TurnServer::Send(Connection* conn, function in class:cricket::TurnServer
744 // Send a success response with a LIFETIME attribute.
791 // Send a success response.
840 // Send a success response.
851 // Send the data to the peer address.
868 // There is a channel bound to this address. Send as a channel message.
873 server_->Send(&conn_, buf);
875 // No channel, but a permission exists. Send as a data indication.
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.cc129 virtual int Send(const void* data, size_t size) { function in class:rtc::NATSocket
280 socket_->Send(buf, length);
H A Dopenssladapter.cc134 int result = socket->Send(in, inl);
425 OpenSSLAdapter::Send(const void* pv, size_t cb) { function in class:rtc::OpenSSLAdapter
426 //LOG(LS_INFO) << "OpenSSLAdapter::Send(" << cb << ")";
430 return AsyncSocketAdapter::Send(pv, cb);
H A Dphysicalsocketserver.cc263 int Send(const void *pv, size_t cb) { function in class:rtc::PhysicalSocket
H A Dthread.cc413 void Thread::Send(MessageHandler *phandler, uint32 id, MessageData *pdata) { function in class:rtc::Thread
463 // MessageQueue, that weren't relevant to this Send. Losing these WakeUps can
467 // Win32SocketServer on thread A calls Send on thread B. While processing the
469 // Post while waiting for the Send to complete, which means that when we exit
485 // only via Join, so Send must complete.
H A Dwin32socketserver.cc417 int Win32Socket::Send(const void* buffer, size_t length) { function in class:rtc::Win32Socket
783 // Sit and wait forever for a WakeUp. This is the Thread::Send case.
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.cc121 Send(CreateGesture(ET_GESTURE_SCROLL_END, event));
131 void Send(GestureEventData gesture) { function in class:ui::GestureProvider::GestureListenerImpl
164 Send(GestureEventData(ET_GESTURE_PINCH_END, gesture));
174 Send(GestureEventData(ET_GESTURE_SCROLL_BEGIN, gesture));
207 Send(CreateGesture(ET_GESTURE_PINCH_END, e));
215 Send(CreateGesture(ET_GESTURE_PINCH_BEGIN,
251 Send(CreateGesture(pinch_details,
268 Send(CreateGesture(tap_details, e));
302 Send(CreateGesture(scroll_details,
331 Send(CreateGestur
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl.cc727 void GCMClientImpl::Send(const std::string& app_id, function in class:gcm::GCMClientImpl
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc305 nacl_host_message_filter_->Send(reply_msg_);
479 Send(reply);
484 bool NaClProcessHost::Send(IPC::Message* msg) { function in class:nacl::NaClProcessHost
485 return process_->Send(msg);
754 nacl_host_message_filter_->Send(reply_msg_);
846 // Send over the IRT file handle. We don't close our own copy!
895 process_->Send(new NaClProcessMsg_Start(params));
958 // Send a message to initialize the IPC dispatchers in the NaCl plugin.
959 ipc_proxy_channel_->Send(new PpapiMsg_InitializeNaClDispatcher(args));
1035 Send(reply_ms
[all...]
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.cc85 return static_cast<ssize_t>(ToAdapter(handle)->Send(msg));
358 int NaClIPCAdapter::Send(const NaClImcTypedMsgHdr* msg) { function in class:NaClIPCAdapter
764 // protected by the lock, and it's messier to factor Send() such that it can
811 io_thread_data_.channel_->Send(message.release());
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc138 host->Send(message);
522 if (!Send(new GpuMsg_Initialize()))
535 bool GpuProcessHost::Send(IPC::Message* msg) { function in class:content::GpuProcessHost
542 bool result = process_->Send(msg);
544 // Channel is hosed, but we may not get destroyed for a while. Send
592 Send(queued_messages_.front());
612 if (Send(new GpuMsg_EstablishChannel(
638 Send(new GpuMsg_CreateViewCommandBuffer(
645 // and Send failing, if desired.
660 if (Send(ne
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc113 Send(reply);
119 Send(reply);
124 Send(reply);
164 bool Send(IPC::Message* message) { function in class:content::GpuChannelMessageFilter
165 return sender_->Send(message);
492 bool GpuChannel::Send(IPC::Message* message) { function in class:content::GpuChannel
506 return channel_->Send(message);
731 Send(reply);
854 gpu_channel_manager_->Send(
H A Dgpu_command_buffer_stub.cc207 gpu_channel_manager->Send(new GpuHostMsg_DestroyCommandBuffer(surface_id()));
294 bool GpuCommandBufferStub::Send(IPC::Message* message) { function in class:content::GpuCommandBufferStub
295 return channel_->Send(message);
389 Send(new IPC::Message(message));
404 Send(wait_for_token_->reply.release());
408 Send(wait_for_get_offset_->reply.release());
413 gpu_channel_manager->Send(new GpuHostMsg_DidDestroyOffscreenContext(
452 Send(reply_message);
622 Send(reply_message);
626 gpu_channel_manager->Send(ne
[all...]
/external/chromium_org/dbus/
H A Dbus.cc685 void Bus::Send(DBusMessage* request, uint32* serial) { function in class:dbus::Bus
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc59 virtual void Send(scoped_ptr<Packet> packet) OVERRIDE {
95 pipe_->Send(packet.Pass());
119 virtual void Send(scoped_ptr<Packet> packet) OVERRIDE {
121 pipe_->Send(packet.Pass());
138 virtual void Send(scoped_ptr<Packet> packet) OVERRIDE {
152 pipe_->Send(packet.Pass());
196 virtual void Send(scoped_ptr<Packet> packet) OVERRIDE {
197 pipe_->Send(scoped_ptr<Packet>(new Packet(*packet.get())));
198 RandomUnsortedDelay::Send(packet.Pass());
223 virtual void Send(scoped_pt
676 void Send(scoped_ptr<Packet> packet, function in class:media::cast::test::UDPProxyImpl
819 void PacketSender::Send(scoped_ptr<Packet> packet) { function in class:media::cast::test::PacketSender
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc204 static void Send(base::WeakPtr<HandshakeNotificationSender> sender);
238 void WebSocketChannel::HandshakeNotificationSender::Send( function in class:net::WebSocketChannel::HandshakeNotificationSender
378 FailChannel("Send quota exceeded", kWebSocketErrorGoingAway, ""));
624 base::Bind(HandshakeNotificationSender::Send,
/external/chromium_org/ppapi/proxy/
H A Dresource_creation_proxy.cc489 bool ResourceCreationProxy::Send(IPC::Message* msg) { function in class:ppapi::proxy::ResourceCreationProxy
490 return dispatcher()->Send(msg);
/external/chromium_org/ppapi/tests/
H A Dtest_websocket.cc325 void TestWebSocket::Send(int32_t /* result */, PP_Resource ws, function in class:TestWebSocket
740 // Send 'hello pepper' text message.
771 message_loop.PostWork(factory.NewCallback(&TestWebSocket::Send,
774 message_loop.PostWork(factory.NewCallback(&TestWebSocket::Send,
817 // Send binary message.
864 // Send many messages.
1171 result = websocket.Send(pp::Var("hello"));
1173 result = websocket.Send(pp::Var("Goodbye"));
1182 result = websocket.Send(pp::Var(""));
1499 // Send 'hell
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc97 rfh->Send(new DesktopNotificationMsg_PostDisplay(
107 rfh->Send(new DesktopNotificationMsg_PostError(
117 rfh->Send(new DesktopNotificationMsg_PostClose(
129 rfh->Send(new DesktopNotificationMsg_PostClick(
268 Send(new FrameMsg_JavaScriptExecuteRequest(routing_id_,
278 Send(new FrameMsg_JavaScriptExecuteRequest(routing_id_,
286 Send(new FrameMsg_JavaScriptExecuteRequestForTests(routing_id_,
300 bool RenderFrameHostImpl::Send(IPC::Message* message) { function in class:content::RenderFrameHostImpl
311 return render_frame_proxy_host_->Send(message);
314 return GetProcess()->Send(messag
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc213 filter->Send(sync_result);
223 filter->Send(new ResourceMsg_RequestComplete(
1349 bool ResourceDispatcherHostImpl::Send(IPC::Message* message) { function in class:content::ResourceDispatcherHostImpl

Completed in 409 milliseconds

12345678910