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

  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 10 RepostFormWarningController::RepostFormWarningController(
23 RepostFormWarningController::~RepostFormWarningController() {
31 void RepostFormWarningController::Show(
36 void RepostFormWarningController::Cancel() {
43 void RepostFormWarningController::Continue() {
50 void RepostFormWarningController::Observe(NotificationType type,
66 void RepostFormWarningController::CloseDialog() {
repost_form_warning_controller.h 18 class RepostFormWarningController : public NotificationObserver {
20 explicit RepostFormWarningController(TabContents* tab_contents);
21 virtual ~RepostFormWarningController();
49 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);

Completed in 1236 milliseconds