Searched refs:OnMessageBoxClosed (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
D | js_modal_dialog.h | 29 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
|
D | js_modal_dialog.cc | 159 delegate_->OnMessageBoxClosed(reply_msg_, success, prompt_text); in NotifyDelegate()
|
/external/chromium/chrome/browser/tab_contents/ |
D | background_contents.h | 131 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
|
D | background_contents.cc | 141 void BackgroundContents::OnMessageBoxClosed(IPC::Message* reply_msg, in OnMessageBoxClosed() function in BackgroundContents
|
D | tab_contents.h | 689 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_contents.h | 176 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
|
D | prerender_contents.cc | 357 void PrerenderContents::OnMessageBoxClosed(IPC::Message* reply_msg, in OnMessageBoxClosed() function in prerender::PrerenderContents
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host.cc | 456 OnMessageBoxClosed(reply_msg, false, std::wstring()); in RunJavaScriptMessage() 485 void ExtensionHost::OnMessageBoxClosed(IPC::Message* reply_msg, in OnMessageBoxClosed() function in ExtensionHost
|
D | extension_host.h | 192 virtual void OnMessageBoxClosed(IPC::Message* reply_msg,
|