Searched defs:Send (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dfriendinvitesendtask.cc34 FriendInviteSendTask::Send(const Jid& user) { function in class:buzz::FriendInviteSendTask
H A Dmucinvitesendtask.cc35 MucInviteSendTask::Send(const Jid& user, const Muc& muc) { function in class:buzz::MucInviteSendTask
H A Dpresenceouttask.cc38 PresenceOutTask::Send(const Status & s) { function in class:buzz::PresenceOutTask
/external/chromium/chrome/browser/notifications/
H A Dnotification_object_proxy.cc22 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) { function in class:NotificationObjectProxy
54 host->Send(message);
/external/chromium/chrome/browser/
H A Dspellcheck_message_filter_browsertest.cc34 virtual bool Send(IPC::Message* message) { function in class:__anon2286::TestingSpellCheckMessageFilter
H A Dgpu_process_host_ui_shim.cc53 host->Send(msg_.release());
62 virtual bool Send(IPC::Message* msg) { function in class:__anon2052::UIThreadSender
155 bool GpuProcessHostUIShim::Send(IPC::Message* msg) { function in class:GpuProcessHostUIShim
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/base/
H A Dhttprequest.cc74 void HttpRequest::Send() { function in class:HttpRequest
H A Dasyncudpsocket.cc75 int AsyncUDPSocket::Send(const void *pv, size_t cb) { function in class:talk_base::AsyncUDPSocket
76 return socket_->Send(pv, cb);
H A Dasyncsocket.h74 virtual int Send(const void* pv, size_t cb) { function in class:talk_base::AsyncSocketAdapter
75 return socket_->Send(pv, cb);
H A Dasynctcpsocket.cc101 int AsyncTCPSocket::Send(const void *pv, size_t cb) { function in class:talk_base::AsyncTCPSocket
130 return Send(pv, cb);
197 int res = socket_->Send(outbuf_, outpos_);
H A Dfirewallsocketserver.cc57 virtual int Send(const void* pv, size_t cb) { function in class:talk_base::FirewallSocket
H A Dsocketadapters.cc68 int BufferedReadAdapter::Send(const void *pv, size_t cb) { function in class:talk_base::BufferedReadAdapter
74 return AsyncSocketAdapter::Send(pv, cb);
241 // Send a server hello back to the client.
860 int LoggingSocketAdapter::Send(const void *pv, size_t cb) {
861 int res = AsyncSocketAdapter::Send(pv, cb);
/external/chromium/base/
H A Dsync_socket_posix.cc21 // To avoid users sending negative message lengths to Send/Receive
90 size_t SyncSocket::Send(const void* buffer, size_t length) { function in class:base::SyncSocket
H A Dsync_socket_win.cc23 // To avoid users sending negative message lengths to Send/Receive
110 size_t SyncSocket::Send(const void* buffer, size_t length) { function in class:base::SyncSocket
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsessionsendtask.h58 void Send(const buzz::XmlElement* stanza) { function in class:cricket::SessionSendTask
/external/chromium/chrome/browser/debugger/
H A Ddevtools_protocol_handler.cc102 void DevToolsProtocolHandler::Send(const DevToolsRemoteMessage& message) { function in class:DevToolsProtocolHandler
104 connection_->Send(message.ToString());
H A Ddevtools_remote_listen_socket_unittest.cc255 connection_->Send(kChromeDevToolsHandshake);
275 bool DevToolsRemoteListenSocketTester::Send(SOCKET sock, function in class:DevToolsRemoteListenSocketTester
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));
H A Dextension_ports_remote_service.cc220 delegate_->Send(*response_message.get());
223 bool ExtensionPortsRemoteService::Send(IPC::Message *message) { function in class:ExtensionPortsRemoteService
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc54 void StunRequestManager::Send(StunRequest* request) { function in class:cricket::StunRequestManager
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.cc37 bool Send(const WebKit::WebData& data);
82 bool WebSocketStreamHandleImpl::Context::Send(const WebKit::WebData& data) { function in class:webkit_glue::WebSocketStreamHandleImpl::Context
83 VLOG(1) << "Send data.size=" << data.size();
85 return bridge_->Send(
162 return context_->Send(data);
/external/chromium/net/base/
H A Dlisten_socket.cc60 void ListenSocket::Send(const char* bytes, int len, bool append_linefeed) { function in class:ListenSocket
67 void ListenSocket::Send(const std::string& str, bool append_linefeed) { function in class:ListenSocket
68 Send(str.data(), static_cast<int>(str.length()), append_linefeed);
H A Dlisten_socket_unittest.cc124 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) { function in class:ListenSocketTester
/external/chromium/net/websockets/
H A Dwebsocket.cc67 void WebSocket::Send(const std::string& msg) { function in class:net::WebSocket
429 // 2.,3. Send a 0xFF and 0x00 byte to the server.
/external/chromium/testing/gmock/scripts/
H A Dupload.py291 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1324 # Send a hash of all the base file so the server can determine if a copy
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1373 rpc_server.Send("/" + issue + "/mail", payload="")
/external/chromium/testing/gtest/scripts/
H A Dupload.py291 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1324 # Send a hash of all the base file so the server can determine if a copy
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
1373 rpc_server.Send("/" + issue + "/mail", payload="")

Completed in 430 milliseconds

12