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

  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 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()
    [all...]
app_modal_dialog.h 18 class AppModalDialog {
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/
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 366 milliseconds