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

  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 17 AppModalDialog::AppModalDialog(WebContents* web_contents,
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::IsJavaScriptModalDialog()
    [all...]
app_modal_dialog.h 21 class AppModalDialog {
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 48 milliseconds