Searched defs:RepostFormWarningController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
H A Drepost_form_warning_controller.h15 class RepostFormWarningController : public TabModalConfirmDialogDelegate, class in inherits:TabModalConfirmDialogDelegate,content::WebContentsObserver
18 explicit RepostFormWarningController(content::WebContents* web_contents);
19 virtual ~RepostFormWarningController();
33 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);
H A Drepost_form_warning_controller.cc12 RepostFormWarningController::RepostFormWarningController( function in class:RepostFormWarningController
18 RepostFormWarningController::~RepostFormWarningController() {
21 base::string16 RepostFormWarningController::GetTitle() {
25 base::string16 RepostFormWarningController::GetDialogMessage() {
29 base::string16 RepostFormWarningController::GetAcceptButtonTitle() {
33 void RepostFormWarningController::OnAccepted() {
37 void RepostFormWarningController::OnCanceled() {
41 void RepostFormWarningController
[all...]

Completed in 92 milliseconds