Searched defs:modal (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/
H A Dplugin_process_host_mac.cc24 bool modal) {
26 if (modal)
32 bool modal) {
34 if (modal)
96 // If our plugin process has any modal windows up, we need to bring it forward
97 // so that they act more like an in-process modal window would.
22 OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect, bool modal) argument
30 OnPluginShowWindow(uint32 window_id, gfx::Rect window_rect, bool modal) argument
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager_unittest.cc59 explicit TestWindow(bool modal) : modal_(modal) {} argument
89 explicit EventTestWindow(bool modal) : TestWindow(modal), argument
143 aura::Window* OpenToplevelTestWindow(bool modal) { argument
145 new TestWindow(modal), CurrentContext());
150 aura::Window* OpenTestWindowWithParent(aura::Window* parent, bool modal) { argument
152 views::Widget::CreateWindowWithParent(new TestWindow(modal), parent);
192 // Now open another modal transient parented to the original modal transien
[all...]
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc274 views::Widget* modal = CreateModalWidget(gfx::Rect(650, 10, 100, 100)); local
275 EXPECT_EQ(root_windows[1], modal->GetNativeView()->GetRootWindow());
277 modal->GetNativeView()));
278 EXPECT_TRUE(wm::IsActiveWindow(modal->GetNativeView()));
282 EXPECT_TRUE(wm::IsActiveWindow(modal->GetNativeView()));
285 EXPECT_EQ(root_windows[0], modal->GetNativeView()->GetRootWindow());
286 EXPECT_TRUE(wm::IsActiveWindow(modal->GetNativeView()));
288 EXPECT_TRUE(wm::IsActiveWindow(modal->GetNativeView()));
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc411 bool modal)
415 modal_(modal),
425 bool modal)
427 modal_(modal),
442 // If we're not modal we can show the dialog with no browser.
492 // If we're modal we can show the dialog with no browser.
518 bool modal) {
526 if (modal) {
552 modal);
553 if (modal) {
405 CloudPrintHtmlDialogDelegate( const FilePath& path_to_file, int width, int height, const std::string& json_arguments, const string16& print_job_title, const std::string& file_type, bool modal) argument
421 CloudPrintHtmlDialogDelegate( CloudPrintFlowHandler* flow_handler, int width, int height, const std::string& json_arguments, bool modal) argument
515 CreateDialogImpl(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
571 CreatePrintDialogForFile(const FilePath& path_to_file, const string16& print_job_title, const std::string& file_type, bool modal) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 239 milliseconds