Searched defs:AppModalDialog (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc17 AppModalDialog::AppModalDialog(WebContents* web_contents, function in class:AppModalDialog
26 AppModalDialog::~AppModalDialog() {
30 void AppModalDialog::ShowModalDialog() {
36 content::Source<AppModalDialog>(this),
40 void AppModalDialog::CreateAndShowDialog() {
45 bool AppModalDialog::IsValid() {
49 void AppModalDialog::Invalidate() {
53 bool AppModalDialog
[all...]
H A Dapp_modal_dialog.h21 class AppModalDialog { class
25 AppModalDialog(content::WebContents* web_contents,
27 virtual ~AppModalDialog();
50 // expected to delete the AppModalDialog associated with it.
59 // Methods overridable by AppModalDialog subclasses:
89 DISALLOW_COPY_AND_ASSIGN(AppModalDialog);

Completed in 236 milliseconds