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

12345678910

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket_unittest.cc124 bool Send(const void* data, size_t len) { function in class:cricket::AsyncStunTCPSocketTest
126 size_t ret = send_socket_->Send(
152 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
161 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
163 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
165 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
167 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
174 EXPECT_TRUE(Send(kTurnChannelDataMessageWithZeroLength,
183 EXPECT_TRUE(Send(kTurnChannelDataMessage,
192 EXPECT_TRUE(Send(kTurnChannelDataMessageWithOddLengt
[all...]
H A Dstunrequest.cc54 void StunRequestManager::Send(StunRequest* request) { function in class:cricket::StunRequestManager
/external/chromium_org/third_party/webrtc/base/
H A Dasyncudpsocket.cc61 int AsyncUDPSocket::Send(const void *pv, size_t cb, function in class:rtc::AsyncUDPSocket
63 return socket_->Send(pv, cb);
H A Dtestclient.cc43 int TestClient::Send(const char* buf, size_t size) { function in class:rtc::TestClient
45 return socket_->Send(buf, size, options);
/external/lldb/source/Core/
H A DConnectionMachPort.cpp249 if (Send (payload) == KERN_SUCCESS)
265 ConnectionMachPort::Send (const PayloadType &payload) function in class:ConnectionMachPort
290 /* (ii) Send the message : */
/external/chromium_org/base/
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/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/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/test/chromedriver/net/
H A Dwebsocket.cc95 bool WebSocket::Send(const std::string& message) { function in class:WebSocket
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc54 bool Send(IPC::Message* message) { function in namespace:__anon6007
55 return content::UtilityThread::Get()->Send(message);
67 Send(new ChromeUtilityHostMsg_ParseMediaMetadata_Finished(
218 Send(new ChromeUtilityHostMsg_DecodeImage_Failed());
220 Send(new ChromeUtilityHostMsg_DecodeImage_Succeeded(decoded_image));
232 Send(new ChromeUtilityHostMsg_UnpackWebResource_Succeeded(
235 Send(new ChromeUtilityHostMsg_UnpackWebResource_Failed(
269 Send(new ChromeUtilityHostMsg_CreateZipFile_Succeeded());
271 Send(new ChromeUtilityHostMsg_CreateZipFile_Failed());
284 Send(ne
[all...]
/external/chromium_org/chrome/utility/extensions/
H A Dextensions_handler.cc49 bool Send(IPC::Message* message) { function in namespace:extensions::__anon6012
50 return content::UtilityThread::Get()->Send(message);
141 Send(new ChromeUtilityHostMsg_UnpackExtension_Succeeded(
144 Send(new ChromeUtilityHostMsg_UnpackExtension_Failed(
154 Send(new ChromeUtilityHostMsg_UnzipToDir_Failed(
157 Send(new ChromeUtilityHostMsg_UnzipToDir_Succeeded(dir));
166 Send(new ExtensionUtilityHostMsg_ParseUpdateManifest_Failed(
169 Send(new ExtensionUtilityHostMsg_ParseUpdateManifest_Succeeded(
180 Send(new ChromeUtilityHostMsg_DecodeImage_Failed());
200 Send(ne
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dexternal_process_importer_bridge.cc45 Send(new ProfileImportProcessHostMsg_NotifyBookmarksImportStart(
59 Send(new ProfileImportProcessHostMsg_NotifyBookmarksImportGroup(
68 Send(new ProfileImportProcessHostMsg_NotifyHomePageImportReady(home_page));
74 Send(new ProfileImportProcessHostMsg_NotifyIE7PasswordInfo(password_info));
80 Send(new ProfileImportProcessHostMsg_NotifyFaviconsImportStart(
94 Send(new ProfileImportProcessHostMsg_NotifyFaviconsImportGroup(
105 Send(new ProfileImportProcessHostMsg_NotifyHistoryImportStart(rows.size()));
118 Send(new ProfileImportProcessHostMsg_NotifyHistoryImportGroup(
129 Send(new ProfileImportProcessHostMsg_NotifyKeywordsReady(
135 Send(ne
197 void ExternalProcessImporterBridge::Send(IPC::Message* message) { function in class:ExternalProcessImporterBridge
[all...]
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client.cc99 void FakeGCMClient::Send(const std::string& app_id, function in class:gcm::FakeGCMClient
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc122 if (!g_listener->Send(new NaClProcessMsg_AttachDebugExceptionHandler(
129 g_listener->Send(new NaClProcessHostMsg_DebugStubPortSelected(port));
167 // Initialize to false so that if the Send fails to write to the return
171 if (!listener_->Send(new NaClProcessMsg_QueryKnownToValidate(signature,
181 if (!listener_->Send(new NaClProcessMsg_SetKnownToValidate(signature))) {
198 if (!listener_->Send(new NaClProcessMsg_ResolveFileToken(file_token->lo,
248 bool NaClListener::Send(IPC::Message* msg) { function in class:NaClListener
252 return channel_->Send(msg);
255 return filter_->Send(msg);
363 if (!Send(ne
[all...]
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc314 bool BrowserChildProcessHostImpl::Send(IPC::Message* message) { function in class:content::BrowserChildProcessHostImpl
315 return child_process_host_->Send(message);
H A Dplugin_process_host.cc175 bool PluginProcessHost::Send(IPC::Message* message) { function in class:content::PluginProcessHost
176 return process_->Send(message);
279 Send(new PluginProcessMsg_NotifyRenderersOfPendingShutdown());
391 // plugin process (i.e. unblocks a Send() call like a sync message) otherwise
399 if (Send(msg)) {
H A Dutility_process_host_impl.cc122 bool UtilityProcessHostImpl::Send(IPC::Message* message) { function in class:content::UtilityProcessHostImpl
126 return process_->Send(message);
132 Send(new UtilityMsg_BatchMode_Started());
139 Send(new UtilityMsg_BatchMode_Finished());
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc49 host->Send(msg);
158 bool GpuProcessHostUIShim::Send(IPC::Message* msg) { function in class:content::GpuProcessHostUIShim
184 Send(new GpuMsg_Clean());
188 Send(new GpuMsg_Crash());
192 Send(new GpuMsg_Hang());
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host_unittest.cc82 virtual bool Send(IPC::Message* message) { function in class:content::MockAudioRendererHost
179 // Send a create stream message to the audio output stream and wait until
212 // Send a message to AudioRendererHost to tell it we want to close the
/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_registry.cc47 return Send(process_id,
225 callback.Run(Send(process_id, new EmbeddedWorkerMsg_StartWorker(*params)));
228 ServiceWorkerStatusCode EmbeddedWorkerRegistry::Send( function in class:content::EmbeddedWorkerRegistry
236 if (!found->second->Send(message.release()))
H A Dembedded_worker_test_helper.cc48 bool EmbeddedWorkerTestHelper::Send(IPC::Message* message) { function in class:content::EmbeddedWorkerTestHelper
H A Dservice_worker_cache_listener.cc159 Send(ServiceWorkerMsg_CacheMatchError(
169 Send(ServiceWorkerMsg_CacheMatchAllError(
179 Send(ServiceWorkerMsg_CacheKeysError(
188 Send(ServiceWorkerMsg_CacheBatchError(
196 void ServiceWorkerCacheListener::Send(const IPC::Message& message) { function in class:content::ServiceWorkerCacheListener
205 Send(ServiceWorkerMsg_CacheStorageGetError(
211 Send(ServiceWorkerMsg_CacheStorageGetSuccess(request_id, cache_id));
219 Send(ServiceWorkerMsg_CacheStorageHasError(
224 Send(ServiceWorkerMsg_CacheStorageHasError(
229 Send(ServiceWorkerMsg_CacheStorageHasSucces
[all...]
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.cc115 bool SharedWorkerHost::Send(IPC::Message* message) { function in class:content::SharedWorkerHost
120 return container_render_filter_->Send(message);
131 Send(new WorkerProcessMsg_CreateWorker(params));
135 i->filter()->Send(new ViewMsg_WorkerCreated(i->route_id()));
159 Send(new WorkerMsg_TerminateWorkerContext(worker_route_id_));
171 Send(new WorkerMsg_TerminateWorkerContext(worker_route_id_));
210 i->filter()->Send(new ViewMsg_WorkerScriptLoadFailed(i->route_id()));
221 i->filter()->Send(new ViewMsg_WorkerConnected(i->route_id()));
261 Send(reply_msg.release());
295 Send(ne
[all...]
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc111 iter->second->Send(new IPC::Message(*message));
196 bool NPChannelBase::Send(IPC::Message* message) { function in class:content::NPChannelBase
209 return channel_->Send(message);
235 Send(reply);

Completed in 1376 milliseconds

12345678910