HomeSort by relevance Sort by last modified time
    Searched refs:OnCloseContents (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/
choose_mobile_network_dialog.h 31 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
sim_dialog_delegate.h 41 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
choose_mobile_network_dialog.cc 90 void ChooseMobileNetworkDialog::OnCloseContents(TabContents* source,
sim_dialog_delegate.cc 129 void SimDialogDelegate::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_delegate.h 37 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
html_dialog_view.cc 159 void HtmlDialogView::OnCloseContents(TabContents* source,
162 delegate_->OnCloseContents(source, out_close_dialog);
206 OnCloseContents(source, &close_dialog);
html_dialog_view.h 70 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
keyboard_overlay_delegate.cc 70 void KeyboardOverlayDelegate::OnCloseContents(TabContents* source,
file_manager_dialogs.cc 102 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {
html_dialog_view_browsertest.cc 57 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.h 46 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) { }
  /external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc 48 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {
html_dialog_ui.h 59 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) = 0;
collected_cookies_ui_delegate.h 44 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {}
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 66 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
login_html_dialog.cc 116 void LoginHtmlDialog::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 74 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
cloud_print_setup_flow.cc 185 void CloudPrintSetupFlow::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 159 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
print_dialog_cloud_unittest.cc 116 MOCK_METHOD2(OnCloseContents,
327 delegate_->OnCloseContents(NULL, &close_dialog);
print_dialog_cloud.cc 499 void CloudPrintHtmlDialogDelegate::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/remoting/
setup_flow.h 187 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
setup_flow.cc 189 void SetupFlow::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/
browser_signin.cc 110 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {
  /external/chromium/chrome/browser/ui/login/
login_prompt_ui.cc 118 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {}

Completed in 441 milliseconds

1 2