Home | History | Annotate | Download | only in app_modal_dialogs

Lines Matching defs:AppModalDialog

17 AppModalDialog::AppModalDialog(WebContents* web_contents, const string16& title)
25 AppModalDialog::~AppModalDialog() {
29 void AppModalDialog::ShowModalDialog() {
35 content::Source<AppModalDialog>(this),
39 void AppModalDialog::CreateAndShowDialog() {
44 bool AppModalDialog::IsValid() {
48 void AppModalDialog::Invalidate() {
52 bool AppModalDialog::IsJavaScriptModalDialog() {
56 void AppModalDialog::ActivateModalDialog() {
61 void AppModalDialog::CloseModalDialog() {
66 void AppModalDialog::CompleteDialog() {