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

/external/chromium/chrome/browser/net/
H A Dresolve_proxy_msg_helper.h42 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
58 PendingRequest(const GURL& url, IPC::Message* reply_msg) : argument
59 url(url), reply_msg(reply_msg), pac_req(NULL) { }
65 IPC::Message* reply_msg; member in struct:ResolveProxyMsgHelper::PendingRequest
H A Dresolve_proxy_msg_helper.cc33 IPC::Message* reply_msg) {
35 pending_requests_.push_back(PendingRequest(url, reply_msg));
47 completed_req.reply_msg, result, proxy_info_.ToPacString());
48 Send(completed_req.reply_msg);
114 delete it->reply_msg;
32 OnResolveProxy(const GURL& url, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dmessage_box_handler.h23 // |reply_msg|.
31 IPC::Message* reply_msg);
36 // returned to the renderer using |reply_msg|.
39 IPC::Message* reply_msg);
H A Dmessage_box_handler.cc69 IPC::Message* reply_msg) {
74 display_suppress_checkbox, false, reply_msg));
79 IPC::Message* reply_msg) {
91 reply_msg));
62 RunJavascriptMessageBox(Profile* profile, JavaScriptAppModalDialogDelegate* delegate, const GURL& frame_url, int dialog_flags, const std::wstring& message_text, const std::wstring& default_prompt_text, bool display_suppress_checkbox, IPC::Message* reply_msg) argument
77 RunBeforeUnloadDialog(TabContents* tab_contents, const std::wstring& message_text, IPC::Message* reply_msg) argument
H A Djs_modal_dialog.h29 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
62 IPC::Message* reply_msg);
H A Djs_modal_dialog.cc59 IPC::Message* reply_msg)
66 reply_msg_(reply_msg) {
51 JavaScriptAppModalDialog( JavaScriptAppModalDialogDelegate* delegate, const std::wstring& title, int dialog_flags, const std::wstring& message_text, const std::wstring& default_prompt_text, bool display_suppress_checkbox, bool is_before_unload_dialog, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/printing/
H A Dprinting_message_filter.h55 void OnGetDefaultPrintSettings(IPC::Message* reply_msg);
58 IPC::Message* reply_msg);
64 IPC::Message* reply_msg);
68 IPC::Message* reply_msg);
72 IPC::Message* reply_msg);
75 IPC::Message* reply_msg);
H A Dprinting_message_filter.cc171 void PrintingMessageFilter::OnGetDefaultPrintSettings(IPC::Message* reply_msg) { argument
175 OnGetDefaultPrintSettingsReply(printer_query, reply_msg);
188 reply_msg);
201 IPC::Message* reply_msg) {
210 PrintHostMsg_GetDefaultPrintSettings::WriteReplyParams(reply_msg, params);
211 Send(reply_msg);
225 IPC::Message* reply_msg) {
240 reply_msg);
253 IPC::Message* reply_msg) {
264 PrintHostMsg_ScriptedPrint::WriteReplyParams(reply_msg, param
199 OnGetDefaultPrintSettingsReply( scoped_refptr<printing::PrinterQuery> printer_query, IPC::Message* reply_msg) argument
223 OnScriptedPrint( const PrintHostMsg_ScriptedPrint_Params& params, IPC::Message* reply_msg) argument
250 OnScriptedPrintReply( scoped_refptr<printing::PrinterQuery> printer_query, int routing_id, IPC::Message* reply_msg) argument
273 OnUpdatePrintSettings( int document_cookie, const DictionaryValue& job_settings, IPC::Message* reply_msg) argument
288 OnUpdatePrintSettingsReply( scoped_refptr<printing::PrinterQuery> printer_query, IPC::Message* reply_msg) argument
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_state_message_filter.cc86 IPC::Message* reply_msg) {
93 reply_msg));
99 IPC::Message* reply_msg) {
100 DCHECK(reply_msg);
105 reply_msg,
107 Send(reply_msg);
83 OnMsgGetSearchProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
96 ReplyWithProviderInstallState( const GURL& page_location, const GURL& requested_host, IPC::Message* reply_msg) argument
H A Dsearch_provider_install_state_message_filter.h36 IPC::Message* reply_msg);
41 IPC::Message* reply_msg);
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.h44 IPC::Message* reply_msg);
69 IPC::Message* reply_msg);
74 IPC::Message* reply_msg);
H A Dchrome_render_message_filter.cc88 const std::wstring& url, int channel_descriptor, IPC::Message* reply_msg) {
90 host->Launch(this, channel_descriptor, reply_msg);
184 const std::string& extension_id, IPC::Message* reply_msg) {
198 extension_path, extension_id, default_locale, reply_msg));
205 IPC::Message* reply_msg) {
226 reply_msg, dictionary_map);
227 Send(reply_msg);
87 OnLaunchNaCl( const std::wstring& url, int channel_descriptor, IPC::Message* reply_msg) argument
183 OnGetExtensionMessageBundle( const std::string& extension_id, IPC::Message* reply_msg) argument
201 OnGetExtensionMessageBundleOnFileThread( const FilePath& extension_path, const std::string& extension_id, const std::string& default_locale, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/nacl_host/
H A Dnacl_process_host.h31 IPC::Message* reply_msg);
H A Dnacl_process_host.cc89 IPC::Message* reply_msg) {
127 reply_msg_ = reply_msg;
86 Launch( ChromeRenderMessageFilter* chrome_render_message_filter, int socket_count, IPC::Message* reply_msg) argument
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.h77 IPC::Message* reply_msg,
131 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
H A Dbackground_contents.cc111 IPC::Message* reply_msg,
141 void BackgroundContents::OnMessageBoxClosed(IPC::Message* reply_msg, argument
144 render_view_host_->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
106 RunJavaScriptMessage( const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument
H A Dtab_contents.h689 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
982 IPC::Message* reply_msg,
985 IPC::Message* reply_msg);
988 IPC::Message* reply_msg);
/external/chromium/chrome/browser/extensions/
H A Dextension_host.h138 IPC::Message* reply_msg,
192 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
H A Dextension_host.cc433 IPC::Message* reply_msg,
452 default_prompt, show_suppress_checkbox, reply_msg);
456 OnMessageBoxClosed(reply_msg, false, std::wstring());
485 void ExtensionHost::OnMessageBoxClosed(IPC::Message* reply_msg, argument
489 render_view_host()->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
429 RunJavaScriptMessage(const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h124 IPC::Message* reply_msg,
176 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
H A Dprerender_contents.cc272 IPC::Message* reply_msg,
357 void PrerenderContents::OnMessageBoxClosed(IPC::Message* reply_msg, argument
360 render_view_host_->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
267 RunJavaScriptMessage( const std::wstring& message, const std::wstring& default_prompt, const GURL& frame_url, const int flags, IPC::Message* reply_msg, bool* did_suppress_message) argument

Completed in 191 milliseconds