Home
last modified time | relevance | path

Searched refs:RepostFormWarningController (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
Drepost_form_warning_controller.cc10 RepostFormWarningController::RepostFormWarningController( in RepostFormWarningController() function in RepostFormWarningController
23 RepostFormWarningController::~RepostFormWarningController() { in ~RepostFormWarningController()
31 void RepostFormWarningController::Show( in Show()
36 void RepostFormWarningController::Cancel() { in Cancel()
43 void RepostFormWarningController::Continue() { in Continue()
50 void RepostFormWarningController::Observe(NotificationType type, in Observe()
66 void RepostFormWarningController::CloseDialog() { in CloseDialog()
Drepost_form_warning_controller.h18 class RepostFormWarningController : public NotificationObserver {
20 explicit RepostFormWarningController(TabContents* tab_contents);
21 virtual ~RepostFormWarningController();
49 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);
/external/chromium/chrome/browser/ui/cocoa/
Drepost_form_warning_mac.mm13 // completion event to the C++ class |RepostFormWarningController|.
15 RepostFormWarningController* warning_; // weak
17 - (id)initWithWarning:(RepostFormWarningController*)warning; argument
24 - (id)initWithWarning:(RepostFormWarningController*)warning { argument
46 new RepostFormWarningController(tab_contents));
51 RepostFormWarningController* controller)
Drepost_form_warning_mac.h14 class RepostFormWarningController; variable
27 RepostFormWarningController* controller);
35 scoped_ptr<RepostFormWarningController> controller_;
/external/chromium/chrome/browser/ui/gtk/
Drepost_form_warning_gtk.h15 class RepostFormWarningController; variable
38 scoped_ptr<RepostFormWarningController> controller_;
Drepost_form_warning_gtk.cc19 : controller_(new RepostFormWarningController(tab_contents)) { in RepostFormWarningGtk()
/external/chromium/chrome/browser/ui/views/
Drepost_form_warning_view.h15 class RepostFormWarningController; variable
52 scoped_ptr<RepostFormWarningController> controller_;
Drepost_form_warning_view.cc35 : controller_(new RepostFormWarningController(tab_contents)), in RepostFormWarningView()