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

  /external/chromium_org/chrome/browser/
repost_form_warning_controller.h 15 class RepostFormWarningController : public TabModalConfirmDialogDelegate,
18 explicit RepostFormWarningController(content::WebContents* web_contents);
19 virtual ~RepostFormWarningController();
33 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);
repost_form_warning_controller.cc 12 RepostFormWarningController::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::OnClosed()
    [all...]

Completed in 827 milliseconds