Home | History | Annotate | Download | only in views

Lines Matching refs:RepostFormWarningView

24   new RepostFormWarningView(parent_window, tab_contents);
30 // RepostFormWarningView, constructor & destructor:
32 RepostFormWarningView::RepostFormWarningView(
44 RepostFormWarningView::~RepostFormWarningView() {
48 // RepostFormWarningView, views::DialogDelegate implementation:
50 std::wstring RepostFormWarningView::GetWindowTitle() const {
54 std::wstring RepostFormWarningView::GetDialogButtonLabel(
63 views::View* RepostFormWarningView::GetContentsView() {
67 bool RepostFormWarningView::Cancel() {
72 bool RepostFormWarningView::Accept() {
78 // RepostFormWarningView, RepostFormWarning implementation:
80 void RepostFormWarningView::DeleteDelegate() {