Searched refs:Send (Results 1 - 25 of 1037) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dinterface_proxy.cc20 bool InterfaceProxy::Send(IPC::Message* msg) { function in class:ppapi::proxy::InterfaceProxy
21 return dispatcher_->Send(msg);
/external/chromium_org/content/child/
H A Dthread_safe_sender.cc21 bool ThreadSafeSender::Send(IPC::Message* msg) { function in class:content::ThreadSafeSender
23 return ChildThread::current()->Send(msg);
24 return sync_filter_->Send(msg);
H A Ddatabase_util.cc25 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/
H A Dappcache_backend_proxy.cc12 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(ne
[all...]
/external/chromium/chrome/browser/notifications/
H A Dnotification_object_proxy.cc22 Send(new DesktopNotificationMsg_PostDisplay(route_id_, notification_id_));
26 Send(new DesktopNotificationMsg_PostError(
31 Send(new DesktopNotificationMsg_PostClose(
36 Send(new DesktopNotificationMsg_PostClick(route_id_, notification_id_));
45 void NotificationObjectProxy::Send(IPC::Message* message) { function in class:NotificationObjectProxy
54 host->Send(message);
/external/chromium_org/net/server/
H A Dhttp_connection.cc16 void HttpConnection::Send(const std::string& data) { function in class:net::HttpConnection
19 socket_->Send(data);
22 void HttpConnection::Send(const char* bytes, int len) { function in class:net::HttpConnection
25 socket_->Send(bytes, len);
28 void HttpConnection::Send(const HttpServerResponseInfo& response) { function in class:net::HttpConnection
29 Send(response.Serialize());
H A Dhttp_connection.h26 void Send(const std::string& data);
27 void Send(const char* bytes, int len);
28 void Send(const HttpServerResponseInfo& response);
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_ipc_sender.cc19 Send(new ChromeViewMsg_SearchBoxSubmit(routing_id(), text));
23 Send(new ChromeViewMsg_SearchBoxMarginChange(
29 Send(new ChromeViewMsg_SearchBoxFontInformation(
34 Send(new ChromeViewMsg_SearchBoxPromoInformation(
40 Send(new ChromeViewMsg_SearchBoxThemeChanged(routing_id(), theme_info));
45 Send(new ChromeViewMsg_SearchBoxFocusChanged(routing_id(), state, reason));
49 Send(new ChromeViewMsg_SearchBoxSetInputInProgress(
55 Send(new ChromeViewMsg_SearchBoxMostVisitedItemsChanged(
60 Send(new ChromeViewMsg_SearchBoxToggleVoiceSearch(routing_id()));
74 Send(ne
[all...]
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_client.cc54 Send(new DevToolsAgentMsg_DispatchOnInspectorBackend(routing_id(),
59 Send(new DevToolsHostMsg_ActivateWindow(routing_id()));
63 Send(new DevToolsHostMsg_ChangeAttachedWindowHeight(routing_id(), height));
67 Send(new DevToolsHostMsg_CloseWindow(routing_id()));
71 Send(new DevToolsHostMsg_MoveWindow(routing_id(), offset.x, offset.y));
75 Send(new DevToolsHostMsg_RequestSetDockSide(routing_id(), side.utf8()));
79 Send(new DevToolsHostMsg_OpenInNewTab(routing_id(),
86 Send(new DevToolsHostMsg_Save(routing_id(),
94 Send(new DevToolsHostMsg_Append(routing_id(),
100 Send(ne
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_frame_host_impl.cc22 bool RenderFrameHostImpl::Send(IPC::Message* message) { function in class:content::RenderFrameHostImpl
24 // RenderWidgetHost, which ultimately uses the current process's |Send|.
25 return render_view_host_->Send(message);
/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc17 sender_->Send(new AppCacheMsg_CacheSelected(host_id, info));
22 sender_->Send(new AppCacheMsg_StatusChanged(host_ids, status));
28 sender_->Send(new AppCacheMsg_EventRaised(host_ids, event_id));
34 sender_->Send(new AppCacheMsg_ProgressEventRaised(
41 sender_->Send(new AppCacheMsg_ErrorEventRaised(
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/
H A Dpower_monitor_message_broadcaster.cc28 sender_->Send(new PowerMonitorMsg_PowerStateChange(on_battery_power));
32 sender_->Send(new PowerMonitorMsg_Suspend());
36 sender_->Send(new PowerMonitorMsg_Resume());
H A Dbrowser_ipc_logging.cc23 i.Send(new ChildProcessMsg_SetIPCLoggingEnabled(enabled));
46 i.GetCurrentValue()->Send(new ChildProcessMsg_SetIPCLoggingEnabled(enable));
/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
169 void ExternalProcessImporterBridge::Send(IPC::Message* message) { function in class:ExternalProcessImporterBridge
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_callbacks.cc27 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/ipc/
H A Dipc_sender.h20 virtual bool Send(Message* msg) = 0;
H A Dipc_sync_message_unittest.cc117 bool Send(IPC::Message* message) { function in class:__anon8335::TestMessageReceiver
158 void Send(IPC::SyncMessage* msg) { function in namespace:__anon8335
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));
215 Send(ne
[all...]
/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/test/automation/
H A Dwindow_proxy.cc31 if (!sender_->Send(new AutomationMsg_WindowViewBounds(
43 sender_->Send(new AutomationMsg_SetWindowBounds(handle_, bounds, &result));
/external/chromium_org/remoting/host/
H A Dipc_host_event_logger.cc33 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/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_unittest.cc29 EXPECT_CALL(sender_, Send(
90 EXPECT_CALL(sender_, Send(
97 socket_host_->Send(dest_, packet1);
101 socket_host_->Send(dest_, packet2);
105 socket_host_->Send(dest_, packet3);
121 EXPECT_CALL(sender_, Send(
128 socket_host_->Send(dest_, packet1);
132 socket_host_->Send(dest_, packet2);
136 socket_host_->Send(dest_, packet3);
146 EXPECT_CALL(sender_, Send(MatchPacketMessag
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dasyncstuntcpsocket_unittest.cc123 bool Send(const void* data, size_t len) { function in class:cricket::AsyncStunTCPSocketTest
124 size_t ret = send_socket_->Send(reinterpret_cast<const char*>(data), len);
149 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
158 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
160 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
162 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
164 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
171 EXPECT_TRUE(Send(kTurnChannelDataMessageWithZeroLength,
180 EXPECT_TRUE(Send(kTurnChannelDataMessage,
189 EXPECT_TRUE(Send(kTurnChannelDataMessageWithOddLengt
[all...]
/external/chromium_org/content/worker/
H A Dwebsharedworkerclient_proxy.cc68 Send(new WorkerMsg_PostMessage(
76 Send(new WorkerHostMsg_PostExceptionToWorkerObject(
94 Send(new WorkerHostMsg_PostConsoleMessageToWorkerObject(route_id_, params));
99 Send(new WorkerHostMsg_ConfirmMessageFromWorkerObject(
105 Send(new WorkerHostMsg_ReportPendingActivity(
110 Send(new WorkerHostMsg_WorkerContextClosed(route_id_));
114 Send(new WorkerHostMsg_WorkerContextDestroyed(route_id_));
151 Send(new WorkerProcessHostMsg_AllowDatabase(
159 Send(new WorkerProcessHostMsg_AllowFileSystem(
178 Send(ne
203 bool WebSharedWorkerClientProxy::Send(IPC::Message* message) { function in class:content::WebSharedWorkerClientProxy
[all...]
/external/chromium_org/chrome/renderer/
H A Dframe_sniffer.cc25 Send(new ChromeViewHostMsg_FrameLoadingError(routing_id(), -error.reason));
32 Send(new ChromeViewHostMsg_FrameLoadingCompleted(routing_id()));
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.cc34 RenderThread::Get()->Send(new SpellCheckHostMsg_CheckSpelling(
45 RenderThread::Get()->Send(new SpellCheckHostMsg_FillSuggestionList(

Completed in 594 milliseconds

1234567891011>>