Searched defs:reply_msg (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_state_message_filter.cc88 IPC::Message* reply_msg) {
96 reply_msg));
102 IPC::Message* reply_msg) {
103 DCHECK(reply_msg);
108 reply_msg,
110 Send(reply_msg);
85 OnGetSearchProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
99 ReplyWithProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
/external/chromium_org/content/browser/
H A Dresolve_proxy_msg_helper.h43 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
60 PendingRequest(const GURL& url, IPC::Message* reply_msg) : argument
61 url(url), reply_msg(reply_msg), pac_req(NULL) { }
67 IPC::Message* reply_msg; member in struct:content::ResolveProxyMsgHelper::PendingRequest
H A Dresolve_proxy_msg_helper.cc40 IPC::Message* reply_msg) {
42 pending_requests_.push_back(PendingRequest(url, reply_msg));
60 delete it->reply_msg;
71 completed_req.reply_msg, result == net::OK, proxy_info_.ToPacString());
72 Send(completed_req.reply_msg);
39 OnResolveProxy(const GURL& url, IPC::Message* reply_msg) argument
/external/chromium_org/ppapi/host/
H A Dhost_message_context.cc42 IPC::Message* reply_msg)
44 sync_reply_msg(reply_msg),
40 HostMessageContext( const ppapi::proxy::ResourceMessageCallParams& cp, IPC::Message* reply_msg) argument
H A Dhost_message_context.h68 IPC::Message reply_msg; member in struct:ppapi::host::HostMessageContext
/external/chromium_org/ppapi/proxy/
H A Dflash_resource_unittest.cc36 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply reply_msg(
42 reply_msg); local
H A Dppp_messaging_proxy.cc117 IPC::Message* reply_msg) {
123 received_var, scoped_ptr<IPC::Message>(reply_msg));
134 reply_msg,
137 dispatcher()->Send(reply_msg);
114 OnMsgHandleBlockingMessage( PP_Instance instance, SerializedVarReceiveInput message_data, IPC::Message* reply_msg) argument
H A Dmessage_handler.cc37 scoped_ptr<IPC::Message> reply_msg) {
49 reply_msg.get(),
52 dispatcher->Send(reply_msg.release());
67 scoped_ptr<IPC::Message> reply_msg) {
80 reply_msg.get(),
83 dispatcher->Send(reply_msg.release());
205 scoped_ptr<IPC::Message> reply_msg) {
214 base::Passed(reply_msg.Pass()))));
223 base::Passed(reply_msg.Pass()))));
33 HandleBlockingMessageWrapper(HandleBlockingMessageFunc function, PP_Instance instance, void* user_data, ScopedPPVar message_data, scoped_ptr<IPC::Message> reply_msg) argument
63 HandleBlockingMessageWrapper_0_1(HandleBlockingMessageFunc_0_1 function, PP_Instance instance, void* user_data, ScopedPPVar message_data, scoped_ptr<IPC::Message> reply_msg) argument
204 HandleBlockingMessage(ScopedPPVar var, scoped_ptr<IPC::Message> reply_msg) argument
H A Dpdf_resource_unittest.cc34 PpapiPluginMsg_PDF_GetLocalizedStringReply reply_msg(expected_string);
39 reply_msg); local
170 PpapiPluginMsg_PDF_GetResourceImageReply reply_msg(expected_resource,
176 reply_msg); local
H A Dresource_message_test_sink.cc64 void ResourceMessageTestSink::SetSyncReplyMessage(IPC::Message* reply_msg) { argument
66 sync_reply_msg_.reset(reply_msg);
115 const IPC::Message& reply_msg)
120 reply_msg_(reply_msg) {
111 ResourceSyncCallHandler( ResourceMessageTestSink* test_sink, uint32 incoming_type, int32_t result, const IPC::Message& reply_msg) argument
/external/chromium_org/android_webview/browser/renderer_host/
H A Dprint_manager.cc82 void PrintManager::OnGetDefaultPrintSettings(IPC::Message* reply_msg) { argument
85 OnGetDefaultPrintSettingsReply(reply_msg);
118 void PrintManager::OnGetDefaultPrintSettingsReply(IPC::Message* reply_msg) { argument
122 PrintHostMsg_GetDefaultPrintSettings::WriteReplyParams(reply_msg, params);
123 Send(reply_msg);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host_unittest.cc95 IPC::Message reply_msg; local
99 &reply_msg));
107 &reply_msg, &reply_msg_param));
H A Dpepper_external_file_ref_backend.cc45 IPC::Message reply_msg = PpapiPluginMsg_FileRef_TouchReply(); local
54 reply_msg));
H A Dpepper_gamepad_host_unittest.cc160 IPC::Message reply_msg; local
162 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host_unittest.cc115 IPC::Message reply_msg; local
117 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg));
124 PpapiPluginMsg_FileChooser_ShowReply::Read(&reply_msg, &reply_msg_param));
H A Dpepper_device_enumeration_host_helper_unittest.cc102 IPC::Message reply_msg; local
106 &reply_msg));
115 reply_msg, &reply_callback_id, &reply_data));
163 IPC::Message reply_msg; local
167 &reply_msg));
174 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply>(reply_msg,
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_permission_helper_delegate.h81 IPC::Message* reply_msg) {}
76 FileSystemAccessedSync( int render_process_id, int render_frame_id, const GURL& url, bool blocked_by_policy, IPC::Message* reply_msg) argument
/external/chromium_org/remoting/protocol/
H A Djingle_messages_unittest.cc318 JingleMessageReply reply_msg; local
320 reply_msg = JingleMessageReply(tests[i].error);
322 reply_msg = JingleMessageReply(tests[i].error, tests[i].error_text);
324 scoped_ptr<XmlElement> reply(reply_msg.ToXml(incoming_message.get()));
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc27 IPC::Message* reply_msg,
29 ChromeViewHostMsg_ClearCache::WriteReplyParams(reply_msg, result);
30 filter->Send(reply_msg);
62 void ChromeNetBenchmarkingMessageFilter::OnClearCache(IPC::Message* reply_msg) { argument
75 base::Bind(&ClearCacheCallback, make_scoped_refptr(this), reply_msg);
82 ChromeViewHostMsg_ClearCache::WriteReplyParams(reply_msg, rv);
83 Send(reply_msg);
26 ClearCacheCallback(ChromeNetBenchmarkingMessageFilter* filter, IPC::Message* reply_msg, int result) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_view_manager.cc127 void PrintViewManager::OnSetupScriptedPrintPreview(IPC::Message* reply_msg) { argument
136 Send(reply_msg);
143 Send(reply_msg);
150 Send(reply_msg);
158 reply_msg);
177 void PrintViewManager::OnScriptedPrintPreviewReply(IPC::Message* reply_msg) { argument
179 Send(reply_msg);
/external/chromium_org/components/nacl/browser/
H A Dnacl_file_host.cc36 IPC::Message* reply_msg) {
37 reply_msg->set_reply_error();
38 nacl_host_message_filter->Send(reply_msg);
41 typedef void (*WriteFileInfoReply)(IPC::Message* reply_msg,
50 IPC::Message* reply_msg,
64 write_reply_message(reply_msg, file_desc, file_token_lo, file_token_hi);
65 nacl_host_message_filter->Send(reply_msg);
72 IPC::Message* reply_msg) {
80 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
86 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
34 NotifyRendererOfError( nacl::NaClHostMessageFilter* nacl_host_message_filter, IPC::Message* reply_msg) argument
46 DoRegisterOpenedNaClExecutableFile( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, base::File file, base::FilePath file_path, IPC::Message* reply_msg, WriteFileInfoReply write_reply_message) argument
68 DoOpenPnaclFile( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const std::string& filename, bool is_executable, IPC::Message* reply_msg) argument
123 DoOpenNaClExecutableOnThreadPool( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const GURL& file_url, IPC::Message* reply_msg) argument
162 GetReadonlyPnaclFd( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const std::string& filename, bool is_executable, IPC::Message* reply_msg) argument
211 OpenNaClExecutable( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, int render_view_id, const GURL& file_url, IPC::Message* reply_msg) argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc149 void AppCacheDispatcherHost::OnGetStatus(int host_id, IPC::Message* reply_msg) { argument
152 delete reply_msg;
156 pending_reply_msg_.reset(reply_msg);
159 host_id, get_status_callback_, reply_msg)) {
165 GetStatusCallback(APPCACHE_STATUS_UNCACHED, reply_msg);
169 IPC::Message* reply_msg) {
172 delete reply_msg;
176 pending_reply_msg_.reset(reply_msg);
179 host_id, start_update_callback_, reply_msg)) {
185 StartUpdateCallback(false, reply_msg);
168 OnStartUpdate(int host_id, IPC::Message* reply_msg) argument
188 OnSwapCache(int host_id, IPC::Message* reply_msg) argument
209 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
216 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
223 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_delegate.h91 IPC::Message* reply_msg) {}
96 IPC::Message* reply_msg) {}
86 RunJavaScriptMessage(RenderFrameHost* render_frame_host, const base::string16& message, const base::string16& default_prompt, const GURL& frame_url, JavaScriptMessageType type, IPC::Message* reply_msg) argument
93 RunBeforeUnloadConfirm(RenderFrameHost* render_frame_host, const base::string16& message, bool is_reload, IPC::Message* reply_msg) argument
/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_message_filter.cc158 IPC::Message* reply_msg) {
160 worker_route_id, url, reply_msg, this);
155 OnRequestFileSystemAccess( int worker_route_id, const GURL& url, IPC::Message* reply_msg) argument
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h95 MachMessage reply_msg; member in struct:MachException::Message
102 memset(&reply_msg, 0, sizeof(reply_msg));

Completed in 469 milliseconds

12