HomeSort by relevance Sort by last modified time
    Searched refs:RepostFormWarningView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
repost_form_warning_view.cc 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()
    [all...]
repost_form_warning_view.h 28 class RepostFormWarningView : public ConstrainedDialogDelegate {
31 RepostFormWarningView(gfx::NativeWindow parent_window,
47 virtual ~RepostFormWarningView();
54 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningView);

Completed in 46 milliseconds