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

/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc13 AppModalDialog::AppModalDialog(TabContents* tab_contents, function in class:AppModalDialog
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
[all...]
H A Dapp_modal_dialog.h18 class AppModalDialog { class
23 AppModalDialog(TabContents* tab_contents, const std::wstring& title);
24 virtual ~AppModalDialog();
44 // Methods overridable by AppModalDialog subclasses:
50 // expected to delete the AppModalDialog associated with it.
77 DISALLOW_COPY_AND_ASSIGN(AppModalDialog);
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc17 AppModalDialog::AppModalDialog(WebContents* web_contents, const string16& title) function in class:AppModalDialog
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
[all...]
H A Dapp_modal_dialog.h21 class AppModalDialog { class
25 AppModalDialog(content::WebContents* web_contents, const string16& title);
26 virtual ~AppModalDialog();
49 // expected to delete the AppModalDialog associated with it.
58 // Methods overridable by AppModalDialog subclasses:
88 DISALLOW_COPY_AND_ASSIGN(AppModalDialog);

Completed in 70 milliseconds