HomeSort by relevance Sort by last modified time
    Searched refs:Send (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/chromium/chrome/browser/debugger/
devtools_manager.cc 97 inspected_rvh->Send(m);
170 inspected_rvh->Send(m);
315 inspected_rvh->Send(m);
323 inspected_rvh->Send(m);
devtools_remote_service.cc 107 delegate_->Send(*response_message.get());
devtools_http_protocol_handler.cc 407 server_->Send(connection_id, StringPrintf("HTTP/1.1 200 OK\r\n"
440 server_->Send(connection_id, chunk_size);
441 server_->Send(connection_id, buffer->data(), bytes_read);
442 server_->Send(connection_id, "\r\n");
448 server_->Send(connection_id, "0\r\n\r\n");
devtools_remote_listen_socket.cc 163 Send(kHandshakeString, true);
233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
240 LOG(ERROR) << "send failed: WSAGetLastError()==" << WSAGetLastError();
243 LOG(ERROR) << "send failed: errno==" << errno;
251 // Shift the buffer start and send the remainder after a short while.
  /external/chromium/chrome/browser/service/
service_process_control.h 34 // to send and receive IPC messages from the service process.
89 virtual bool Send(IPC::Message* message);
100 // Send a shutdown message to the service process. IPC channel will be
105 // Send request for cloud print proxy status and the registered
110 // Send a message to enable the remoting service in the service process.
118 // Send request for current status of the remoting service.
  /external/chromium/chrome/common/extensions/
extension_localization_peer.cc 106 message_sender_->Send(new ExtensionHostMsg_GetMessageBundle(
  /external/chromium/net/tools/flip_server/
sm_connection.h 82 int Send(const char* data, int len, int flags);
  /external/chromium/third_party/libjingle/source/talk/base/
socketstream.cc 99 int result = socket_->Send(data, data_len);
thread.h 156 virtual void Send(MessageHandler *phandler, uint32 id = 0,
win32socketserver.h 62 virtual int Send(const void *pv, size_t cb);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 38 PresenceOutTask::Send(const Status & s) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.h 121 virtual int Send(const void* data, size_t size);
relayserver.h 163 void Send(const char* data, size_t size);
164 void Send(const char* data, size_t size,
214 // used for longer than the lifetime, then we send a signal.
222 // Determines the connection to use to send packets to or from the given
stunport.cc 165 requests_.Send(new StunPortBindingRequest(this, true, server_addr_));
172 requests_.Send(new StunPortBindingRequest(this, false, server_addr2_));
190 LOG_J(LS_ERROR, this) << "UDP send of " << size
  /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/v8/test/cctest/
test-sockets.cc 74 int status = socket->Send(data, len);
105 // Send all the data.
112 // Check that data received is the same as data send.
135 // Send and receive some data.
140 // Send and receive some more data.
149 // Send and receive even more data.
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 170 automation_->Send(
216 automation_->Send(reply_message_.release());
307 automation_->Send(reply_message_.release());
384 automation_->Send(reply_message_.release());
423 automation_->Send(reply_message_.release());
436 automation_->Send(reply_message_.release());
503 automation_->Send(reply_message_.release());
631 automation_->Send(reply_message_.release());
735 // Send the reply if (1) the extension updater has finished notifying all
790 // Send the result back if we have a reply message
    [all...]
automation_resource_message_filter.h 33 // Information needed to send IPCs through automation.
78 virtual bool Send(IPC::Message* message);
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 63 return Send(new PrintMsg_PrintPages(routing_id()));
132 // MB, it can fail to print and not send an error message.
166 // Update the rendered document. It will send notifications to the listener.
271 // PrintJob will send a ALL_PAGES_REQUESTED after having received all the
356 rvh->Send(new PrintMsg_PrintingDone(rvh->routing_id(),
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 103 socket.Send(encoding.GetBytes("ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n"));
104 socket.Send(encoding.GetBytes("grammar \"" + grammarFileName + "\n"));
147 socket.Send(new System.Text.UTF8Encoding().GetBytes(@event + "\n"));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 110 socket.Send( encoding.GetBytes( "ANTLR " + DebugEventListenerConstants.ProtocolVersion + "\n" ) );
111 socket.Send( encoding.GetBytes( "grammar \"" + grammarFileName + "\n" ) );
164 socket.Send( new System.Text.UTF8Encoding().GetBytes( @event + "\n" ) );
  /external/chromium/chrome/browser/extensions/
extension_message_service.cc 73 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
83 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
92 port.sender->Send(new ExtensionMsg_MessageInvoke(port.routing_id,
240 // Send the connect event to the receiver. Give it the opener's port ID (the
execute_code_in_tab_function.cc 179 contents->render_view_host()->Send(new ExtensionMsg_ExecuteCode(
extension_tab_helper.cc 39 Send(new ExtensionMsg_GetApplicationInfo(routing_id(), page_id));
  /external/chromium/chrome/browser/
plugin_data_remover.cc 114 if (!channel_->Send(new PluginMsg_ClearSiteData(std::string(),
117 NOTREACHED() << "Couldn't send ClearSiteData message";

Completed in 402 milliseconds

1 2 34 5 6 7 8