Searched refs:ShowRepostFormWarningDialog (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Ddialog_stubs_gtk.cc39 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window, function in namespace:browser
H A Dbrowser_dialogs.h81 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
H A Drepost_form_warning_view.cc22 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window, function in namespace:browser
/external/chromium/chrome/browser/ui/
H A Dbrowser_window.h236 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0;
H A Dbrowser.h811 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
H A Dbrowser.cc3240 void Browser::ShowRepostFormWarningDialog(TabContents *tab_contents) { function in class:Browser
3241 window()->ShowRepostFormWarningDialog(tab_contents);
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h82 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h94 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
H A Dpanel.cc242 void Panel::ShowRepostFormWarningDialog(TabContents* tab_contents) { function in class:Panel
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h173 void ShowRepostFormWarningDialog(TabContents* tab_contents);
H A Dexternal_tab_container_win.cc708 void ExternalTabContainer::ShowRepostFormWarningDialog( function in class:ExternalTabContainer
710 browser::ShowRepostFormWarningDialog(GetNativeView(), tab_contents);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h104 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
H A Dbrowser_window_gtk.cc939 void BrowserWindowGtk::ShowRepostFormWarningDialog(TabContents* tab_contents) { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h279 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
H A Dbrowser_view.cc994 void BrowserView::ShowRepostFormWarningDialog(TabContents* tab_contents) { function in class:BrowserView
995 browser::ShowRepostFormWarningDialog(GetNativeHandle(), tab_contents);

Completed in 402 milliseconds