Searched refs:reply_msg (Results 1 - 25 of 88) sorted by relevance

1234

/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);
49 IPC::Message* reply_msg) {
57 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
63 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
69 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
79 NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
83 reply_msg, target_desc);
84 nacl_host_message_filter->Send(reply_msg);
34 NotifyRendererOfError( nacl::NaClHostMessageFilter* nacl_host_message_filter, IPC::Message* reply_msg) argument
46 DoOpenPnaclFile( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const std::string& filename, IPC::Message* reply_msg) argument
87 DoRegisterOpenedNaClExecutableFile( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, base::File file, base::FilePath file_path, IPC::Message* reply_msg) argument
112 DoOpenNaClExecutableOnThreadPool( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const GURL& file_url, IPC::Message* reply_msg) argument
148 GetReadonlyPnaclFd( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, const std::string& filename, IPC::Message* reply_msg) argument
195 OpenNaClExecutable( scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter, int render_view_id, const GURL& file_url, IPC::Message* reply_msg) argument
[all...]
H A Dnacl_host_message_filter.h53 IPC::Message* reply_msg);
55 IPC::Message* reply_msg,
58 IPC::Message* reply_msg);
59 void OnNaClCreateTemporaryFile(IPC::Message* reply_msg);
68 IPC::Message* reply_msg);
69 void SyncReturnTemporaryFile(IPC::Message* reply_msg,
H A Dnacl_file_host.h34 IPC::Message* reply_msg);
46 IPC::Message* reply_msg);
H A Dnacl_host_message_filter.cc117 IPC::Message* reply_msg) {
123 reply_msg,
137 reply_msg));
142 IPC::Message* reply_msg,
166 host->Launch(this, reply_msg, manifest_path);
170 const std::string& filename, IPC::Message* reply_msg) {
173 nacl_file_host::GetReadonlyPnaclFd(this, filename, reply_msg);
183 IPC::Message* reply_msg,
187 reply_msg,
190 reply_msg
115 OnLaunchNaCl( const nacl::NaClLaunchParams& launch_params, IPC::Message* reply_msg) argument
140 LaunchNaClContinuation( const nacl::NaClLaunchParams& launch_params, IPC::Message* reply_msg, ppapi::PpapiPermissions permissions) argument
169 OnGetReadonlyPnaclFd( const std::string& filename, IPC::Message* reply_msg) argument
182 SyncReturnTemporaryFile( IPC::Message* reply_msg, base::File file) argument
195 OnNaClCreateTemporaryFile( IPC::Message* reply_msg) argument
253 OnOpenNaClExecutable(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::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...]
H A Dappcache_dispatcher_host.h52 void OnGetStatus(int host_id, IPC::Message* reply_msg);
53 void OnStartUpdate(int host_id, IPC::Message* reply_msg);
54 void OnSwapCache(int host_id, IPC::Message* reply_msg);
/external/chromium_org/content/browser/renderer_host/
H A Ddatabase_message_filter.h45 IPC::Message* reply_msg);
48 IPC::Message* reply_msg);
50 IPC::Message* reply_msg);
52 IPC::Message* reply_msg);
56 IPC::Message* reply_msg);
57 void OnDatabaseGetUsageAndQuota(IPC::Message* reply_msg,
85 IPC::Message* reply_msg,
H A Ddatabase_message_filter.cc117 IPC::Message* reply_msg) {
170 DatabaseHostMsg_OpenFile::WriteReplyParams(reply_msg, target_handle);
171 Send(reply_msg);
177 IPC::Message* reply_msg) {
178 DatabaseDeleteFile(vfs_file_name, sync_dir, reply_msg, kNumDeleteRetries);
184 IPC::Message* reply_msg,
219 vfs_file_name, sync_dir, reply_msg, reschedule_count - 1),
225 DatabaseHostMsg_DeleteFile::WriteReplyParams(reply_msg, error_code);
226 Send(reply_msg);
231 IPC::Message* reply_msg) {
114 OnDatabaseOpenFile( const base::string16& vfs_file_name, int desired_flags, IPC::Message* reply_msg) argument
174 OnDatabaseDeleteFile( const base::string16& vfs_file_name, const bool& sync_dir, IPC::Message* reply_msg) argument
181 DatabaseDeleteFile( const base::string16& vfs_file_name, bool sync_dir, IPC::Message* reply_msg, int reschedule_count) argument
229 OnDatabaseGetFileAttributes( const base::string16& vfs_file_name, IPC::Message* reply_msg) argument
244 OnDatabaseGetFileSize( const base::string16& vfs_file_name, IPC::Message* reply_msg) argument
257 OnDatabaseGetSpaceAvailable( const std::string& origin_identifier, IPC::Message* reply_msg) argument
279 OnDatabaseGetUsageAndQuota( IPC::Message* reply_msg, quota::QuotaStatusCode status, int64 usage, int64 quota) argument
[all...]
H A Drender_message_filter.h139 IPC::Message* reply_msg);
142 IPC::Message* reply_msg);
152 void OnLoadFont(const FontDescriptor& font, IPC::Message* reply_msg);
161 void OnGetPlugins(bool refresh, IPC::Message* reply_msg);
162 void GetPluginsCallback(IPC::Message* reply_msg,
175 IPC::Message* reply_msg);
177 IPC::Message* reply_msg);
214 IPC::Message* reply_msg);
217 IPC::Message* reply_msg);
222 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
[all...]
H A Drender_message_filter.cc121 // reply_msg(), and then call SendReplyAndDeleteThis().
125 IPC::Message* reply_msg)
127 reply_msg_(reply_msg) {
134 IPC::Message* reply_msg() { return reply_msg_; } function in class:content::__anon7051::RenderMessageCompletionCallback
152 IPC::Message* reply_msg)
153 : RenderMessageCompletionCallback(filter, reply_msg),
167 reply_msg(), channel_handle, plugin_pid, plugin_child_id);
226 IPC::Message* reply_msg)
227 : RenderMessageCompletionCallback(filter, reply_msg),
290 FrameHostMsg_OpenChannelToPlugin::WriteReplyParams(reply_msg(),
124 RenderMessageCompletionCallback(RenderMessageFilter* filter, IPC::Message* reply_msg) argument
150 OpenChannelToPpapiPluginCallback(RenderMessageFilter* filter, ResourceContext* context, IPC::Message* reply_msg) argument
224 OpenChannelToNpapiPluginCallback(RenderMessageFilter* filter, ResourceContext* context, IPC::Message* reply_msg) argument
577 OnGetCookies(int render_frame_id, const GURL& url, const GURL& first_party_for_cookies, IPC::Message* reply_msg) argument
601 OnGetRawCookies( const GURL& url, const GURL& first_party_for_cookies, IPC::Message* reply_msg) argument
651 OnLoadFont(const FontDescriptor& font, IPC::Message* reply_msg) argument
679 OnGetPlugins( bool refresh, IPC::Message* reply_msg) argument
703 GetPluginsCallback( IPC::Message* reply_msg, const std::vector<WebPluginInfo>& all_plugins) argument
744 OnOpenChannelToPlugin(int render_frame_id, const GURL& url, const GURL& policy_url, const std::string& mime_type, IPC::Message* reply_msg) argument
758 OnOpenChannelToPepperPlugin( const base::FilePath& path, IPC::Message* reply_msg) argument
905 AllocateSharedBitmapOnFileThread( uint32 buffer_size, const cc::SharedBitmapId& id, IPC::Message* reply_msg) argument
917 OnAllocateSharedBitmap(uint32 buffer_size, const cc::SharedBitmapId& id, IPC::Message* reply_msg) argument
1017 OnKeygen(uint32 key_size_index, const std::string& challenge_string, const GURL& url, IPC::Message* reply_msg) argument
1046 PostKeygenToWorkerThread( IPC::Message* reply_msg, scoped_ptr<net::KeygenHandler> keygen_handler) argument
1064 OnKeygenOnWorkerThread( scoped_ptr<net::KeygenHandler> keygen_handler, IPC::Message* reply_msg) argument
1082 CheckPolicyForCookies( int render_frame_id, const GURL& url, const GURL& first_party_for_cookies, IPC::Message* reply_msg, const net::CookieList& cookie_list) argument
1104 SendGetCookiesResponse(IPC::Message* reply_msg, const std::string& cookies) argument
1110 SendGetRawCookiesResponse( IPC::Message* reply_msg, const net::CookieList& cookie_list) argument
[all...]
/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.cc39 IPC::Message* reply_msg) {
41 pending_requests_.push_back(PendingRequest(url, reply_msg));
59 delete it->reply_msg;
70 completed_req.reply_msg, result == net::OK, proxy_info_.ToPacString());
71 Send(completed_req.reply_msg);
38 OnResolveProxy(const GURL& url, IPC::Message* reply_msg) argument
/external/chromium_org/ppapi/host/
H A Dresource_message_handler.cc41 DCHECK(context->reply_msg.type() == 0);
45 DCHECK(context->reply_msg.type() == 0);
55 SendReply(reply_context, context->reply_msg);
/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_state_message_filter.cc83 IPC::Message* reply_msg) {
91 reply_msg));
97 IPC::Message* reply_msg) {
98 DCHECK(reply_msg);
103 reply_msg,
105 Send(reply_msg);
80 OnGetSearchProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
94 ReplyWithProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
H A Dsearch_provider_install_state_message_filter.h38 IPC::Message* reply_msg);
43 IPC::Message* reply_msg);
/external/chromium_org/content/browser/android/java/
H A Dgin_java_bridge_dispatcher_host.cc75 IPC::Message* reply_msg = TakePendingReply(render_frame_host); local
76 if (reply_msg != NULL) {
79 IPC::WriteParam(reply_msg, result);
80 IPC::WriteParam(reply_msg, kGinJavaBridgeRenderFrameDeleted);
81 render_frame_host->Send(reply_msg);
267 IPC::Message* reply_msg) {
270 reply_msg);
274 IPC::Message* reply_msg) {
278 reply_msg);
283 IPC::Message* reply_msg) {
266 OnGetMethods(GinJavaBoundObject::ObjectID object_id, IPC::Message* reply_msg) argument
272 OnHasMethod(GinJavaBoundObject::ObjectID object_id, const std::string& method_name, IPC::Message* reply_msg) argument
280 OnInvokeMethod(GinJavaBoundObject::ObjectID object_id, const std::string& method_name, const base::ListValue& arguments, IPC::Message* reply_msg) argument
361 OnGetMethods( RenderFrameHost* render_frame_host, GinJavaBoundObject::ObjectID object_id, IPC::Message* reply_msg) argument
393 IPC::Message* reply_msg = TakePendingReply(render_frame_host); local
401 OnHasMethod( RenderFrameHost* render_frame_host, GinJavaBoundObject::ObjectID object_id, const std::string& method_name, IPC::Message* reply_msg) argument
429 IPC::Message* reply_msg = TakePendingReply(render_frame_host); local
437 OnInvokeMethod( RenderFrameHost* render_frame_host, GinJavaBoundObject::ObjectID object_id, const std::string& method_name, const base::ListValue& arguments, IPC::Message* reply_msg) argument
481 IPC::Message* reply_msg = TakePendingReply(render_frame_host); local
522 IPC::Message* reply_msg = TakePendingReply(render_frame_host); local
559 IPC::Message* reply_msg = it->second; local
[all...]
H A Djava_bridge_dispatcher_host.cc85 void JavaBridgeDispatcherHost::OnGetChannelHandle(IPC::Message* reply_msg) { argument
88 base::Bind(&JavaBridgeDispatcherHost::GetChannelHandle, this, reply_msg));
100 void JavaBridgeDispatcherHost::GetChannelHandle(IPC::Message* reply_msg) { argument
105 reply_msg,
111 base::Bind(&JavaBridgeDispatcherHost::Send, this, reply_msg));
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc26 IPC::Message* reply_msg,
28 ChromeViewHostMsg_ClearCache::WriteReplyParams(reply_msg, result);
29 filter->Send(reply_msg);
61 void ChromeNetBenchmarkingMessageFilter::OnClearCache(IPC::Message* reply_msg) { argument
74 base::Bind(&ClearCacheCallback, make_scoped_refptr(this), reply_msg);
81 ChromeViewHostMsg_ClearCache::WriteReplyParams(reply_msg, rv);
82 Send(reply_msg);
25 ClearCacheCallback(ChromeNetBenchmarkingMessageFilter* filter, IPC::Message* reply_msg, int result) argument
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.h62 void OnRelease(IPC::Message* reply_msg);
68 IPC::Message* reply_msg);
76 IPC::Message* reply_msg);
83 IPC::Message* reply_msg);
85 IPC::Message* reply_msg);
H A Dnpobject_stub.cc113 void NPObjectStub::OnRelease(IPC::Message* reply_msg) { argument
114 Send(reply_msg);
139 IPC::Message* reply_msg) {
156 reply_msg, result_param, return_value);
157 channel_->Send(reply_msg);
201 NPObjectMsg_Invoke::WriteReplyParams(reply_msg, result_param, return_value);
202 channel_->Send(reply_msg);
242 IPC::Message* reply_msg) {
251 NPObjectMsg_SetProperty::WriteReplyParams(reply_msg, result);
252 channel_->Send(reply_msg);
136 OnInvoke(bool is_default, const NPIdentifier_Param& method, const std::vector<NPVariant_Param>& args, IPC::Message* reply_msg) argument
240 OnSetProperty(const NPIdentifier_Param& name, const NPVariant_Param& property, IPC::Message* reply_msg) argument
344 OnConstruct(const std::vector<NPVariant_Param>& args, IPC::Message* reply_msg) argument
396 OnEvaluate(const std::string& script, bool popups_allowed, IPC::Message* reply_msg) argument
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprinting_message_filter.h102 void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
105 IPC::Message* reply_msg);
111 IPC::Message* reply_msg);
114 IPC::Message* reply_msg);
121 IPC::Message* reply_msg);
124 IPC::Message* reply_msg);
H A Dprint_view_manager.h77 void OnSetupScriptedPrintPreview(IPC::Message* reply_msg);
79 void OnScriptedPrintPreviewReply(IPC::Message* reply_msg);
H A Dprint_view_manager.cc137 void PrintViewManager::OnSetupScriptedPrintPreview(IPC::Message* reply_msg) { argument
146 Send(reply_msg);
153 Send(reply_msg);
160 Send(reply_msg);
168 reply_msg);
187 void PrintViewManager::OnScriptedPrintPreviewReply(IPC::Message* reply_msg) { argument
189 Send(reply_msg);
/external/chromium_org/ppapi/proxy/
H A Dflash_resource_unittest.cc36 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply reply_msg(
42 reply_msg); local
H A Dmessage_handler.cc33 scoped_ptr<IPC::Message> reply_msg) {
42 reply_msg.get(),
45 dispatcher->Send(reply_msg.release());
112 scoped_ptr<IPC::Message> reply_msg) {
119 base::Passed(reply_msg.Pass()))));
29 HandleBlockingMessageWrapper(HandleBlockingMessageFunc function, PP_Instance instance, void* user_data, ScopedPPVar message_data, scoped_ptr<IPC::Message> reply_msg) argument
111 HandleBlockingMessage(ScopedPPVar var, scoped_ptr<IPC::Message> reply_msg) argument

Completed in 454 milliseconds

1234