Searched defs:Send (Results 1 - 25 of 249) sorted by path

12345678910

/external/chromium_org/base/
H A Dsync_socket_nacl.cc57 size_t SyncSocket::Send(const void* buffer, size_t length) { function in class:base::SyncSocket
84 size_t CancelableSyncSocket::Send(const void* buffer, size_t length) { function in class:base::CancelableSyncSocket
85 return SyncSocket::Send(buffer, length);
H A Dsync_socket_posix.cc26 // To avoid users sending negative message lengths to Send/Receive
118 size_t SyncSocket::Send(const void* buffer, size_t length) { function in class:base::SyncSocket
217 size_t CancelableSyncSocket::Send(const void* buffer, size_t length) { function in class:base::CancelableSyncSocket
H A Dsync_socket_win.cc22 // To avoid users sending negative message lengths to Send/Receive
242 size_t SyncSocket::Send(const void* buffer, size_t length) { function in class:base::SyncSocket
301 // This doesn't shut down the pipe immediately, but subsequent Receive or Send
313 size_t CancelableSyncSocket::Send(const void* buffer, size_t length) { function in class:base::CancelableSyncSocket
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.cc61 bool AppShimHost::Send(IPC::Message* message) { function in class:AppShimHost
63 return channel_->Send(message);
110 Send(new AppShimMsg_LaunchApp_Done(result));
120 Send(new AppShimMsg_Hide);
124 Send(new AppShimMsg_SetUserAttention(type));
H A Dapp_shim_host_mac_unittest.cc29 virtual bool Send(IPC::Message* message) OVERRIDE;
43 bool TestingAppShimHost::Send(IPC::Message* message) { function in class:__anon2891::TestingAppShimHost
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc1718 // Send left control press.
1729 // Send left control press, using XI2 native events.
1816 ui::EventDispatchDetails Send(ui::Event* event) { function in class:chromeos::TestEventSource
1838 ui::EventDispatchDetails Send(ui::Event* event) { function in class:chromeos::EventRewriterAshTest
1839 return source_.Send(event);
1844 ui::EventDispatchDetails details = Send(&press);
1907 ui::EventDispatchDetails details = Send(&press_f1);
1921 details = Send(&press_f1);
1932 details = Send(&press_f1);
2209 ui::EventDispatchDetails details = Send(
[all...]
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dmock_adb_server.cc181 void Send(const std::string& message);
224 parser_(factory.Run(base::Bind(&Connection::Send,
238 void SimpleHttpServer::Connection::Send(const std::string& message) { function in class:__anon3534::SimpleHttpServer::Connection
460 Send("FAIL", "device offline (x)");
478 Send("OKAY", response);
481 void Send(const std::string& status, const std::string& response) { function in class:__anon3534::AdbParser
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.cc357 void AndroidUsbDevice::Send(uint32 command, function in class:AndroidUsbDevice
410 // Send a zero length packet.
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_utility_client.cc31 if (!Send(new ChromeUtilityMsg_ImageWriter_Write(source, target))) {
51 if (!Send(new ChromeUtilityMsg_ImageWriter_Verify(source, target))) {
69 if (!Send(new ChromeUtilityMsg_ImageWriter_Cancel())) {
76 Send(new ChromeUtilityMsg_ImageWriter_Cancel())) {
129 bool ImageWriterUtilityClient::Send(IPC::Message* msg) { function in class:ImageWriterUtilityClient
130 return utility_process_host_ && utility_process_host_->Send(msg);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc207 void NativeMessageProcessHost::Send(const std::string& json) { function in class:extensions::NativeMessageProcessHost
225 // Send() may be called before the host process is started. In that case the
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_host_client.cc69 host_->Send(new LocalDiscoveryMsg_DestroyWatcher(id_));
75 host_->Send(new LocalDiscoveryMsg_StartWatcher(id_, service_type_));
82 host_->Send(new LocalDiscoveryMsg_DiscoverServices(id_, force_update));
89 host_->Send(new LocalDiscoveryMsg_SetActivelyRefreshServices(
120 host_->Send(new LocalDiscoveryMsg_DestroyResolver(id_));
126 host_->Send(new LocalDiscoveryMsg_ResolveService(id_, service_name_));
159 host_->Send(new LocalDiscoveryMsg_DestroyLocalDomainResolver(id_));
165 host_->Send(new LocalDiscoveryMsg_ResolveLocalDomain(id_, domain_,
298 utility_host_->Send(new LocalDiscoveryMsg_SetSockets(sockets));
299 // Send message
332 void ServiceDiscoveryHostClient::Send(IPC::Message* msg) { function in class:local_discovery::ServiceDiscoveryHostClient
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager.cc88 void Send(int child_id, IPC::Message* raw_message) { function in namespace:prerender::__anon4465
95 render_process_host->Send(own_message.release());
494 Send(prerender->launcher_child_id,
504 Send(prerender->launcher_child_id,
514 Send(prerender->launcher_child_id,
527 Send(prerender->launcher_child_id,
542 Send(prerender->launcher_child_id,
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc199 EXPECT_TRUE(Send(new ServiceHostMsg_CloudPrintProxy_Info(info_)));
203 EXPECT_TRUE(Send(new ServiceHostMsg_CloudPrintProxy_Info(info_)));
315 bool Send(IPC::Message* message);
476 bool CloudPrintProxyPolicyStartupTest::Send(IPC::Message* message) { function in class:CloudPrintProxyPolicyStartupTest
477 return ServiceProcessControl::GetInstance()->Send(message);
482 ASSERT_TRUE(Send(new ServiceMsg_Shutdown()));
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc145 bool Send(IPC::Message* msg);
304 Send(new ChromeUtilityMsg_StartupPing);
327 Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
384 Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles_GetPage(
416 Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles_Stop());
441 bool PdfToEmfUtilityProcessHostClient::Send(IPC::Message* msg) { function in class:printing::__anon4479::PdfToEmfUtilityProcessHostClient
443 return utility_process_host_->Send(msg);
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc168 Send(new ServiceMsg_UpdateAvailable);
187 bool ServiceProcessControl::Send(IPC::Message* message) { function in class:ServiceProcessControl
191 return channel_->Send(message);
200 Send(new ServiceMsg_UpdateAvailable);
253 if (!Send(new ServiceMsg_GetCloudPrintProxyInfo()))
280 if (!Send(new ServiceMsg_GetHistograms()))
302 if (!Send(new ServiceMsg_GetPrinters()))
310 bool ret = Send(new ServiceMsg_Shutdown());
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer_browsertest.cc24 virtual bool Send(IPC::Message* message);
42 bool MockContentSettingsObserver::Send(IPC::Message* message) { function in class:__anon5804::MockContentSettingsObserver
51 return RenderFrameObserver::Send(message);
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_extension_handler.cc33 void ChromeV8ExtensionHandler::Send(IPC::Message* message) { function in class:extensions::ChromeV8ExtensionHandler
34 RenderThread::Get()->Send(message);
/external/chromium_org/chrome/renderer/media/
H A Dcast_ipc_dispatcher.cc30 void CastIPCDispatcher::Send(IPC::Message* message) { function in class:CastIPCDispatcher
33 sender_->Send(message);
H A Dcast_transport_sender_ipc.cc26 Send(new CastHostMsg_New(channel_id_, remote_end_point, *options));
30 Send(new CastHostMsg_Delete(channel_id_));
42 Send(new CastHostMsg_InitializeAudio(channel_id_, config));
51 Send(new CastHostMsg_InitializeVideo(channel_id_, config));
56 Send(new CastHostMsg_InsertFrame(channel_id_, ssrc, frame));
63 Send(new CastHostMsg_SendSenderReport(channel_id_,
71 Send(new CastHostMsg_CancelSendingFrames(channel_id_,
78 Send(new CastHostMsg_ResendFrameForKickstart(channel_id_,
117 void CastTransportSenderIPC::Send(IPC::Message* message) { function in class:CastTransportSenderIPC
119 CastIPCDispatcher::Get()->Send(messag
[all...]
H A Dwebrtc_logging_message_filter.cc62 Send(new WebRtcLoggingMsg_AddLogMessages(messages));
67 Send(new WebRtcLoggingMsg_LoggingStopped());
86 void WebRtcLoggingMessageFilter::Send(IPC::Message* message) { function in class:WebRtcLoggingMessageFilter
92 sender_->Send(message);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_shared_memory_message_filter.cc35 bool PepperSharedMemoryMessageFilter::Send(IPC::Message* msg) { function in class:PepperSharedMemoryMessageFilter
36 return host_->GetPpapiHost()->Send(msg);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_test.cc42 bool TestingSpellCheckProvider::Send(IPC::Message* message) { function in class:TestingSpellCheckProvider
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc79 bool ServiceIPCServer::Send(IPC::Message* msg) { function in class:ServiceIPCServer
85 return channel_->Send(msg);
123 channel_->Send(new ServiceHostMsg_CloudPrintProxy_Info(info));
133 channel_->Send(new ServiceHostMsg_Histograms(deltas));
139 channel_->Send(new ServiceHostMsg_Printers(printers));
H A Dservice_utility_process_host.cc87 return host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
98 host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles_GetPage(
130 host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles_Stop());
193 return Send(new ChromeUtilityMsg_GetPrinterCapsAndDefaults(printer_name));
204 return Send(
245 bool ServiceUtilityProcessHost::Send(IPC::Message* msg) { function in class:ServiceUtilityProcessHost
247 return child_process_host_->Send(msg);
/external/chromium_org/chrome/test/chromedriver/net/
H A Dsync_websocket_impl.cc30 bool SyncWebSocketImpl::Send(const std::string& message) { function in class:SyncWebSocketImpl
31 return core_->Send(message);
64 bool SyncWebSocketImpl::Core::Send(const std::string& message) { function in class:SyncWebSocketImpl::Core
143 *success = socket_->Send(message);

Completed in 485 milliseconds

12345678910