HomeSort by relevance Sort by last modified time
    Searched refs:Send (Results 1 - 25 of 1098) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/proxy/
interface_proxy.cc 20 bool InterfaceProxy::Send(IPC::Message* msg) {
21 return dispatcher_->Send(msg);
  /external/chromium_org/ipc/
ipc_sender.h 20 virtual bool Send(Message* msg) = 0;
ipc_sync_message_unittest.cc 117 bool Send(IPC::Message* message) {
158 void Send(IPC::SyncMessage* msg) {
164 // "send" the message
183 Send(new Msg_C_0_1(&bool1));
186 Send(new Msg_C_0_2(&bool1, &int1));
190 Send(new Msg_C_0_3(&bool1, &int1, &string1));
196 Send(new Msg_C_1_1(1, &bool1));
200 Send(new Msg_C_1_2(false, &bool1, &int1));
205 Send(new Msg_C_1_3(3, &string1, &int1, &bool1));
211 Send(new Msg_C_2_1(1, false, &bool1))
    [all...]
  /external/chromium_org/content/child/
thread_safe_sender.cc 21 bool ThreadSafeSender::Send(IPC::Message* msg) {
23 return ChildThread::current()->Send(msg);
24 return sync_filter_->Send(msg);
database_util.cc 25 filter->Send(new DatabaseHostMsg_OpenFile(
37 filter->Send(new DatabaseHostMsg_DeleteFile(
47 filter->Send(new DatabaseHostMsg_GetFileAttributes(vfs_file_name, &rv));
56 filter->Send(new DatabaseHostMsg_GetFileSize(vfs_file_name, &rv));
65 filter->Send(new DatabaseHostMsg_GetSpaceAvailable(origin_identifier.utf8(),
  /external/chromium_org/content/child/appcache/
appcache_backend_proxy.cc 12 sender_->Send(new AppCacheHostMsg_RegisterHost(host_id));
16 sender_->Send(new AppCacheHostMsg_UnregisterHost(host_id));
21 sender_->Send(new AppCacheHostMsg_SetSpawningHostId(
30 sender_->Send(new AppCacheHostMsg_SelectCache(
38 sender_->Send(new AppCacheHostMsg_SelectCacheForWorker(
45 sender_->Send(new AppCacheHostMsg_SelectCacheForSharedWorker(
52 sender_->Send(new AppCacheHostMsg_MarkAsForeignEntry(
59 sender_->Send(new AppCacheHostMsg_GetStatus(host_id, &status));
65 sender_->Send(new AppCacheHostMsg_StartUpdate(host_id, &result));
71 sender_->Send(new AppCacheHostMsg_SwapCache(host_id, &result))
    [all...]
  /external/chromium_org/net/server/
http_connection.cc 16 void HttpConnection::Send(const std::string& data) {
19 socket_->Send(data);
22 void HttpConnection::Send(const char* bytes, int len) {
25 socket_->Send(bytes, len);
28 void HttpConnection::Send(const HttpServerResponseInfo& response) {
29 Send(response.Serialize());
http_connection.h 25 void Send(const std::string& data);
26 void Send(const char* bytes, int len);
27 void Send(const HttpServerResponseInfo& response);
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc 17 sender_->Send(new AppCacheMsg_CacheSelected(host_id, info));
22 sender_->Send(new AppCacheMsg_StatusChanged(host_ids, status));
29 sender_->Send(new AppCacheMsg_EventRaised(host_ids, event_id));
35 sender_->Send(new AppCacheMsg_ProgressEventRaised(
42 sender_->Send(new AppCacheMsg_ErrorEventRaised(host_ids, details));
48 sender_->Send(new AppCacheMsg_LogMessage(host_id, log_level, message));
53 sender_->Send(new AppCacheMsg_ContentBlocked(host_id, manifest_url));
  /external/chromium_org/content/browser/
power_monitor_message_broadcaster.cc 28 sender_->Send(new PowerMonitorMsg_PowerStateChange(on_battery_power));
32 sender_->Send(new PowerMonitorMsg_Suspend());
36 sender_->Send(new PowerMonitorMsg_Resume());
  /external/chromium_org/media/midi/
usb_midi_output_stream_unittest.cc 33 virtual void Send(int endpoint_number, const std::vector<uint8>& data)
66 stream_->Send(std::vector<uint8>());
74 stream_->Send(ToVector(data));
79 stream_->Send(std::vector<uint8>(1, 0x90));
80 stream_->Send(std::vector<uint8>(1, 0x45));
83 stream_->Send(std::vector<uint8>(1, 0x7f));
87 stream_->Send(std::vector<uint8>(1, 0x90));
88 stream_->Send(std::vector<uint8>(1, 0x45));
96 stream_->Send(ToVector(data1));
97 stream_->Send(ToVector(data2))
    [all...]
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.cc 45 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(new ProfileImportProcessHostMsg_NotifyFirefoxSearchEngData
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.cc 27 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksForcedClose(
38 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksIntVersionChange(
49 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksAbort(
62 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksComplete(
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
friendinvitesendtask.h 42 XmppReturnStatus Send(const Jid& user);
mucinvitesendtask.h 43 XmppReturnStatus Send(const Jid& to, const Jid& invitee);
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.cc 33 void ChromeV8ExtensionHandler::Send(IPC::Message* message) {
34 RenderThread::Get()->Send(message);
  /external/chromium_org/components/nacl/renderer/
trusted_plugin_channel.cc 26 bool TrustedPluginChannel::Send(IPC::Message* message) {
27 return channel_proxy_->Send(message);
  /external/chromium_org/chrome/renderer/media/
cast_transport_sender_ipc.cc 23 Send(new CastHostMsg_New(channel_id_, remote_end_point));
27 Send(new CastHostMsg_Delete(channel_id_));
40 Send(new CastHostMsg_InitializeAudio(channel_id_, config));
45 Send(new CastHostMsg_InitializeVideo(channel_id_, config));
50 Send(new CastHostMsg_InsertCodedAudioFrame(channel_id_, audio_frame));
55 Send(new CastHostMsg_InsertCodedVideoFrame(channel_id_, video_frame));
73 Send(new CastHostMsg_SendRtcpFromRtpSender(
84 Send(new CastHostMsg_ResendPackets(channel_id_,
113 void CastTransportSenderIPC::Send(IPC::Message* message) {
115 CastIPCDispatcher::Get()->Send(message)
    [all...]
  /external/chromium_org/remoting/host/
ipc_host_event_logger.cc 33 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_AccessDenied(jid));
39 daemon_channel_->Send(
46 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_ClientConnected(jid));
52 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_ClientDisconnected(jid));
68 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_ClientRouteChange(
75 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_HostShutdown());
81 daemon_channel_->Send(new ChromotingNetworkDaemonMsg_HostStarted(xmpp_login));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
asyncstuntcpsocket_unittest.cc 124 bool Send(const void* data, size_t len) {
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(kTurnChannelDataMessageWithOddLength
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 76 bool Send(IPC::Message* message) {
77 return content::UtilityThread::Get()->Send(message);
89 Send(new ChromeUtilityHostMsg_ParseMediaMetadata_Finished(
244 Send(new ChromeUtilityHostMsg_UnpackExtension_Succeeded(
247 Send(new ChromeUtilityHostMsg_UnpackExtension_Failed(
261 Send(new ChromeUtilityHostMsg_UnpackWebResource_Succeeded(
264 Send(new ChromeUtilityHostMsg_UnpackWebResource_Failed(
274 Send(new ChromeUtilityHostMsg_ParseUpdateManifest_Failed(
277 Send(new ChromeUtilityHostMsg_ParseUpdateManifest_Succeeded(
289 Send(new ChromeUtilityHostMsg_DecodeImage_Failed())
    [all...]
  /external/chromium_org/content/child/service_worker/
service_worker_network_provider.cc 43 ChildThread::current()->Send(
50 ChildThread::current()->Send(
58 ChildThread::current()->Send(
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_permission_client_proxy.cc 37 thread_safe_sender_->Send(new WorkerProcessHostMsg_AllowDatabase(
46 thread_safe_sender_->Send(
57 thread_safe_sender_->Send(new WorkerProcessHostMsg_AllowIndexedDB(
  /external/chromium_org/content/worker/
shared_worker_permission_client_proxy.cc 35 thread_safe_sender_->Send(new WorkerProcessHostMsg_AllowDatabase(
45 thread_safe_sender_->Send(
56 thread_safe_sender_->Send(new WorkerProcessHostMsg_AllowIndexedDB(
  /external/chromium_org/chrome/utility/image_writer/
image_writer_handler.cc 18 Send(new ChromeUtilityHostMsg_ImageWriter_Succeeded());
23 Send(new ChromeUtilityHostMsg_ImageWriter_Cancelled());
28 Send(new ChromeUtilityHostMsg_ImageWriter_Failed(message));
33 Send(new ChromeUtilityHostMsg_ImageWriter_Progress(progress));
36 void ImageWriterHandler::Send(IPC::Message* msg) {
37 content::UtilityThread::Get()->Send(msg);

Completed in 1426 milliseconds

1 2 3 4 5 6 7 8 91011>>