Searched refs:CanCloseDialog (Results 1 – 5 of 5) sorted by relevance
17 bool WebDialogDelegate::CanCloseDialog() const { in CanCloseDialog() function in ui::WebDialogDelegate
70 virtual bool CanCloseDialog() const;
39 virtual bool CanCloseDialog() const OVERRIDE;
120 bool ChargerReplacementDialog::CanCloseDialog() const { in CanCloseDialog() function in chromeos::ChargerReplacementDialog
105 if (!delegate_->CanCloseDialog() && !close_contents_called_) in CanClose()