Home
last modified time | relevance | path

Searched refs:RepostFormWarningGtk (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Drepost_form_warning_gtk.cc17 RepostFormWarningGtk::RepostFormWarningGtk(GtkWindow* parent, in RepostFormWarningGtk() function in RepostFormWarningGtk
60 GtkWidget* RepostFormWarningGtk::GetWidgetRoot() { in GetWidgetRoot()
64 GtkWidget* RepostFormWarningGtk::GetFocusWidget() { in GetFocusWidget()
68 void RepostFormWarningGtk::DeleteDelegate() { in DeleteDelegate()
72 RepostFormWarningGtk::~RepostFormWarningGtk() { in ~RepostFormWarningGtk()
76 void RepostFormWarningGtk::OnRefresh(GtkWidget* widget) { in OnRefresh()
80 void RepostFormWarningGtk::OnCancel(GtkWidget* widget) { in OnCancel()
Drepost_form_warning_gtk.h22 class RepostFormWarningGtk : public ConstrainedDialogDelegate {
24 RepostFormWarningGtk(GtkWindow* parent, TabContents* tab_contents);
32 virtual ~RepostFormWarningGtk();
35 CHROMEGTK_CALLBACK_0(RepostFormWarningGtk, void, OnRefresh);
36 CHROMEGTK_CALLBACK_0(RepostFormWarningGtk, void, OnCancel);
44 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningGtk);
Dbrowser_window_gtk.cc940 new RepostFormWarningGtk(GetNativeHandle(), tab_contents); in ShowRepostFormWarningDialog()
/external/chromium/chrome/browser/ui/views/
Ddialog_stubs_gtk.cc41 new RepostFormWarningGtk(GTK_WINDOW(parent_window), tab_contents); in ShowRepostFormWarningDialog()