Searched refs:RepostFormWarningController (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/chrome/browser/
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...]
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);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1535 TabModalConfirmDialog::Create(new RepostFormWarningController(source),

Completed in 1084 milliseconds