Home | History | Annotate | Download | only in app_modal_dialogs

Lines Matching defs:AppModalDialog

13 AppModalDialog::AppModalDialog(TabContents* tab_contents,
21 AppModalDialog::~AppModalDialog() {
24 void AppModalDialog::ShowModalDialog() {
32 Source<AppModalDialog>(this),
36 void AppModalDialog::CreateAndShowDialog() {
41 bool AppModalDialog::IsValid() {
45 void AppModalDialog::ActivateModalDialog() {
50 void AppModalDialog::CloseModalDialog() {
55 void AppModalDialog::CompleteDialog() {