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

12345678910

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc912 Send(new ViewMsg_TimezoneChange());
1335 Send(new ChildProcessMsg_DumpHandles());
1341 bool RenderProcessHostImpl::Send(IPC::Message* msg) { function in class:content::RenderProcessHostImpl
1342 TRACE_EVENT0("renderer_host", "RenderProcessHostImpl::Send");
1358 return channel_->Send(msg);
1404 Send(reply);
1413 Send(new ChildProcessMsg_SetIPCLoggingEnabled(
1419 Send(new ChildProcessMsg_SetProfilerStatus(status));
2028 Send(new ChildProcessMsg_Shutdown());
2063 Send(ne
[all...]
H A Drender_widget_host_impl.cc379 Send(new ViewMsg_UpdateScreenRects(
409 // Send the ack along with the information on placement.
410 Send(new ViewMsg_CreatingNew_ACK(routing_id_));
421 bool rv = Send(new ViewMsg_Close(routing_id_));
488 bool RenderWidgetHostImpl::Send(IPC::Message* msg) { function in class:content::RenderWidgetHostImpl
492 return process_->Send(msg);
513 Send(new ViewMsg_WasHidden(routing_id_));
535 Send(new ViewMsg_WasShown(routing_id_, needs_repainting, latency_info));
547 // 1. WasResized -> Send ViewMsg_Resize to render
633 if (!Send(ne
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc109 channel_->Send(new PluginMsg_HandleURLRequestReply(
117 channel_->Send(new PluginMsg_HTTPRangeRequestReply(
124 channel_->Send(new PluginMsg_WillSendRequest(
144 channel_->Send(new PluginMsg_DidReceiveResponse(instance_id_, params));
158 channel_->Send(new PluginMsg_DidReceiveData(instance_id_, resource_id_,
165 channel_->Send(new PluginMsg_DidFinishLoading(instance_id_, resource_id_));
173 channel_->Send(new PluginMsg_DidFail(instance_id_, resource_id_));
241 render_view_->Send(new ViewHostMsg_WindowlessPluginDummyWindowDestroyed(
254 Send(new PluginMsg_DestroyInstance(instance_id_));
305 if (!RenderThreadImpl::current()->Send(ne
384 bool WebPluginDelegateProxy::Send(IPC::Message* msg) { function in class:content::WebPluginDelegateProxy
[all...]
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc323 sender->Send(new ChildProcessHostMsg_DeletedGpuMemoryBuffer(type, id));
672 bool RenderThreadImpl::Send(IPC::Message* msg) { function in class:content::RenderThreadImpl
716 bool rv = ChildThread::Send(msg);
811 Send(new ViewHostMsg_GenerateRoutingID(&routing_id));
955 Send(new ViewHostMsg_UserMetricsRecordAction(action.str_));
959 Send(new ViewHostMsg_UserMetricsRecordAction(action));
974 success = ChildThread::Send(message);
976 success = sync_message_filter()->Send(message);
1073 Send(new ViewHostMsg_ResolveProxy(url, &result, proxy_list));
1172 Send(ne
[all...]
H A Drender_widget.cc484 bool result = RenderThread::Get()->Send(create_widget_message);
497 // The above Send can fail when the tab is closing.
511 Send(new ViewHostMsg_RenderViewReady(routing_id_));
632 bool RenderWidget::Send(IPC::Message* message) { function in class:content::RenderWidget
646 return RenderThread::Get()->Send(message);
704 // Send the Resize_ACK flag once we paint again if requested.
743 // If there is a Send call on the stack, then it could be dangerous to close
1114 Send(pending_input_event_ack_.release());
1120 Send(response.release());
1174 Send(pending_input_event_ack
[all...]
H A Drender_frame_impl.cc568 Send(new InputHostMsg_ImeCancelComposition(render_view_->GetRoutingID()));;
604 Send(new FrameHostMsg_PluginCrashed(routing_id_, plugin_path, plugin_pid));
711 bool RenderFrameImpl::Send(IPC::Message* message) { function in class:content::RenderFrameImpl
727 return render_frame_proxy_->Send(message);
730 return RenderThread::Get()->Send(message);
1019 Send(new FrameHostMsg_BeforeUnload_ACK(routing_id_, proceed,
1038 // Send an UpdateState message before we get swapped out. Create the
1091 Send(new FrameHostMsg_SwapOut_ACK(routing_id_));
1185 RenderThread::Get()->Send(
1203 Send(ne
[all...]
H A Drender_view_impl.cc1265 Send(new ViewHostMsg_PluginFocusChanged(routing_id(), focused, plugin_id));
1279 Send(new ViewMsg_GetRenderedTextCompleted(routing_id(), text));
1287 Send(msg);
1465 Send(new ViewHostMsg_UpdateTargetURL(routing_id_, pending_target_url_));
1483 Send(new ViewHostMsg_MoveCaret_ACK(routing_id_));
1567 Send(new ViewHostMsg_UpdateState(
1580 return Send(message);
1670 RenderThread::Get()->Send(
1750 Send(new ViewHostMsg_SaveImageFromDataURL(routing_id_, data_url.utf8()));
1758 return Send(ne
2491 bool RenderViewImpl::Send(IPC::Message* message) { function in class:content::RenderViewImpl
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1052 virtual void Send(const string& message) = 0;
1059 Send(message + "\n");
1077 virtual void Send(const string& message) { function in class:testing::internal::StreamingListener::SocketWriter
1079 << "Send() can be called only when there is a connection.";
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h622 // Send enough frames for the OpenMAX decoder to continue processing, and
624 // Send frames for a full kTimeout's worth of 15fps video.
793 void Send(const cricket::VideoCodec& codec) { function in class:VideoMediaChannelTest
1246 // Send three more frames. This is to avoid that the test might be flaky
1807 Send(codec);
1839 Send(codec);
1870 Send(codec);
1901 Send(codec);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc563 // Send Role Conflict (487) error response.
575 // Send Role Conflict (487) error response.
645 // Send the response message.
700 // Send the response message.
970 // Send it on!
1175 requests_.Send(req);
1427 int ProxyConnection::Send(const void* data, size_t size, function in class:cricket::ProxyConnection
H A Dport_unittest.cc650 // Send a ping from src to dst. This may or may not make it.
668 // Send a ping from dst to src.
680 // Send a ping from dst to src. Again, this may or may not make it.
767 // Send a ping from src to dst.
773 // Send a ping from dst to src.
854 // Send a packet.
855 virtual int Send(const void *pv, size_t cb, function in class:FakeAsyncPacketSocket
1185 // Send rport binding request to lport.
1342 // Send a fake ping from lport to rport.
1423 // Send
[all...]
H A Dsession_unittest.cc815 void Send(const char* data, size_t size) { function in struct:ChannelHandler
1144 chan1a->Send(dat1a, strlen(dat1a));
1145 chan1b->Send(dat1b, strlen(dat1b));
1146 chan2a->Send(dat2a, strlen(dat2a));
1147 chan2b->Send(dat2b, strlen(dat2b));
1674 // Send an unauthorized redirect to the initiator and expect it be ignored.
1756 // Send a redirect to the initiator and expect all of the message
2007 // Send initiate
2054 // Send initiate
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2436 # Like upload.py Send but only authenticates when the
2925 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
3267 response_body = rpc_server.Send(url, body, content_type=ctype)
3559 response_body = rpc_server.Send(url, body, content_type=ctype)
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc223 virtual int Send(const void *pv, size_t cb) { function in class:rtc::VirtualSocket
477 // Send the data in a message to the appropriate socket.
/external/gtest/src/
H A Dgtest-internal-inl.h1078 virtual void Send(const string& message) = 0;
1085 Send(message + "\n");
1103 virtual void Send(const string& message) { function in class:testing::internal::StreamingListener::SocketWriter
1105 << "Send() can be called only when there is a connection.";
/external/regex-re2/lib/codereview/
H A Dcodereview.py2433 # Like upload.py Send but only authenticates when the
2922 def Send(self, request_path, payload=None, member in class:AbstractRpcServer
3264 response_body = rpc_server.Send(url, body, content_type=ctype)
3556 response_body = rpc_server.Send(url, body, content_type=ctype)
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc89 virtual void Send(const string& message) { output_ += message; } function in class:testing::internal::StreamingListenerTest::FakeSocketWriter
/external/gtest/test/
H A Dgtest_unittest.cc89 virtual void Send(const string& message) { output_ += message; } function in class:testing::internal::StreamingListenerTest::FakeSocketWriter
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc192 rfh->Send(new ImageMsg_DownloadImage(rfh->GetRoutingID(),
236 rfh->Send(message_copy);
774 // Send the new override string to the renderer.
1544 Send(new ViewMsg_Close(route_id));
1913 bool WebContentsImpl::Send(IPC::Message* message) { function in class:content::WebContentsImpl
1919 return GetRenderViewHost()->Send(message);
1988 Send(new ViewMsg_SetHistoryLengthAndPrune(GetRoutingID(),
1998 focused_frame->Send(new FrameMsg_Reload(
2007 focused_frame->Send(new InputMsg_Undo(focused_frame->GetRoutingID()));
2015 focused_frame->Send(ne
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc3338 Send("gtest_streaming_protocol_version=1.0\n");
3347 Send("event=TestProgramStart\n");
3353 Send(String::Format("event=TestProgramEnd&passed=%d\n",
3361 Send(String::Format("event=TestIterationStart&iteration=%d\n",
3366 Send(String::Format("event=TestIterationEnd&passed=%d&elapsed_time=%sms\n",
3372 Send(String::Format("event=TestCaseStart&name=%s\n", test_case.name()));
3376 Send(String::Format("event=TestCaseEnd&passed=%d&elapsed_time=%sms\n",
3382 Send(String::Format("event=TestStart&name=%s\n", test_info.name()));
3386 Send(String::Format(
3396 Send(Strin
3416 void Send(const string& message) { function in class:testing::internal::StreamingListener
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3310 Send("gtest_streaming_protocol_version=1.0\n");
3319 Send("event=TestProgramStart\n");
3325 Send(String::Format("event=TestProgramEnd&passed=%d\n",
3333 Send(String::Format("event=TestIterationStart&iteration=%d\n",
3338 Send(String::Format("event=TestIterationEnd&passed=%d&elapsed_time=%sms\n",
3344 Send(String::Format("event=TestCaseStart&name=%s\n", test_case.name()));
3348 Send(String::Format("event=TestCaseEnd&passed=%d&elapsed_time=%sms\n",
3354 Send(String::Format("event=TestStart&name=%s\n", test_info.name()));
3358 Send(String::Format(
3368 Send(Strin
3388 void Send(const string& message) { function in class:testing::internal::StreamingListener
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3338 Send("gtest_streaming_protocol_version=1.0\n");
3347 Send("event=TestProgramStart\n");
3353 Send(String::Format("event=TestProgramEnd&passed=%d\n",
3361 Send(String::Format("event=TestIterationStart&iteration=%d\n",
3366 Send(String::Format("event=TestIterationEnd&passed=%d&elapsed_time=%sms\n",
3372 Send(String::Format("event=TestCaseStart&name=%s\n", test_case.name()));
3376 Send(String::Format("event=TestCaseEnd&passed=%d&elapsed_time=%sms\n",
3382 Send(String::Format("event=TestStart&name=%s\n", test_info.name()));
3386 Send(String::Format(
3396 Send(Strin
3416 void Send(const string& message) { function in class:testing::internal::StreamingListener
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1479 virtual void Send(const string& message) = 0;
1486 Send(message + "\n");
1504 virtual void Send(const string& message) { function in class:testing::internal::StreamingListener::SocketWriter
1506 << "Send() can be called only when there is a connection.";
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1479 virtual void Send(const string& message) = 0;
1486 Send(message + "\n");
1504 virtual void Send(const string& message) { function in class:testing::internal::StreamingListener::SocketWriter
1506 << "Send() can be called only when there is a connection.";

Completed in 738 milliseconds

12345678910