Home
last modified time | relevance | path

Searched refs:RepostFormWarningView (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Drepost_form_warning_view.cc24 new RepostFormWarningView(parent_window, tab_contents); in ShowRepostFormWarningDialog()
32 RepostFormWarningView::RepostFormWarningView( in RepostFormWarningView() function in RepostFormWarningView
44 RepostFormWarningView::~RepostFormWarningView() { in ~RepostFormWarningView()
50 std::wstring RepostFormWarningView::GetWindowTitle() const { in GetWindowTitle()
54 std::wstring RepostFormWarningView::GetDialogButtonLabel( in GetDialogButtonLabel()
63 views::View* RepostFormWarningView::GetContentsView() { in GetContentsView()
67 bool RepostFormWarningView::Cancel() { in Cancel()
72 bool RepostFormWarningView::Accept() { in Accept()
80 void RepostFormWarningView::DeleteDelegate() { in DeleteDelegate()
Drepost_form_warning_view.h28 class RepostFormWarningView : public ConstrainedDialogDelegate {
31 RepostFormWarningView(gfx::NativeWindow parent_window,
47 virtual ~RepostFormWarningView();
54 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningView);