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

/external/chromium_org/ash/wm/
H A Dwindow_modality_controller_unittest.cc357 // - A |parent| window that hosts a |modal_parent| window within itself. The
358 // |parent| and |modal_parent| windows are not the same window. The
359 // |modal_parent| window is not activatable, because it's contained within the
362 // |modal_parent| window.
364 // - Clicking on the |modal_parent| should activate the |child| window.
365 // - Clicking on the |parent| window outside of the |modal_parent| bounds should
380 aura::Window* modal_parent = delegate->GetModalParent(); local
381 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
382 EXPECT_NE(parent, modal_parent);
383 EXPECT_FALSE(wm::IsActiveWindow(modal_parent));
440 aura::Window* modal_parent = delegate->GetModalParent(); local
441 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
[all...]
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc229 aura::Window* modal_parent = GetModalTransientParent(window); local
230 if (modal_parent)
231 CopyWindowAndTransientParents(target_root, modal_parent);
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud.cc458 gfx::NativeWindow modal_parent,
469 modal_parent_(modal_parent),
598 gfx::NativeWindow modal_parent,
608 browser_context, modal_parent, data, std::string(), print_job_title,
613 chrome::ShowWebDialog(modal_parent,
632 gfx::NativeWindow modal_parent,
634 CreateDialogImpl(browser_context, modal_parent, NULL, base::string16(),
639 gfx::NativeWindow modal_parent,
663 browser_context, modal_parent, data, print_job_title,
688 gfx::NativeWindow modal_parent,
456 CloudPrintWebDialogDelegate( content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::RefCountedMemory* data, const std::string& json_arguments, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool close_after_signin, const base::Closure& callback) argument
597 CreateDialogImpl(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::RefCountedMemory* data, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool close_after_signin, const base::Closure& callback) argument
631 CreateDialogSigninImpl(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::Closure& callback) argument
638 CreateDialogForFileImpl(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::FilePath& path_to_file, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool delete_on_close) argument
687 CreatePrintDialogForFile(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::FilePath& path_to_file, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type, bool delete_on_close) argument
703 CreateCloudPrintSigninDialog(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::Closure& callback) argument
714 CreatePrintDialogForBytes(content::BrowserContext* browser_context, gfx::NativeWindow modal_parent, const base::RefCountedMemory* data, const base::string16& print_job_title, const base::string16& print_ticket, const std::string& file_type) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc899 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( local
903 modal_parent,
929 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( local
933 modal_parent,

Completed in 829 milliseconds