/external/chromium_org/content/plugin/ |
plugin_interpose_util_mac.h | 31 bool modal); 36 bool modal);
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.h | 19 // Called on the FILE or UI thread. Even though this may start up a modal 24 bool modal);
|
print_dialog_cloud_internal.h | 147 bool modal); 170 bool modal); 177 // The parameters needed to display a modal HTML dialog. 186 bool modal);
|
print_dialog_cloud.cc | 411 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) { [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
scanresults.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
userdatarequest.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
eventhistory.h | 43 bool modal = false, Qt::WFlags fl = 0);
|
networkconfig.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
peers.h | 25 bool modal = false, Qt::WFlags fl = 0);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 12 def __init__(self, parent, title, text, modal=True): 36 if modal: 62 def view_text(parent, title, text, modal=True): 63 return TextViewer(parent, title, text, modal) 65 def view_file(parent, title, filename, encoding=None, modal=True): 78 return view_text(parent, title, textFile.read(), modal) 95 modal=False)) variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
textView.py | 12 def __init__(self, parent, title, text, modal=True): 36 if modal: 62 def view_text(parent, title, text, modal=True): 63 return TextViewer(parent, title, text, modal) 65 def view_file(parent, title, filename, encoding=None, modal=True): 78 return view_text(parent, title, textFile.read(), modal) 95 modal=False)) variable
|
/external/chromium_org/content/browser/ |
plugin_process_host_mac.cc | 24 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.
|
plugin_process_host.h | 105 // modal HTML dialog (in the form of a JSON string). This function forwards 142 bool modal); 144 bool modal); 179 // Tracks modal windows currently visible.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.js | 61 modal: true, 80 closeOnEscape: true, title: 'Add New Bookmark', modal: true, 97 closeOnEscape: true, title: 'Edit Title', modal: true,
|
/external/chromium_org/ash/wm/ |
system_modal_container_layout_manager_unittest.cc | 59 explicit TestWindow(bool modal) : modal_(modal) {} 89 explicit EventTestWindow(bool modal) : TestWindow(modal), 143 aura::Window* OpenToplevelTestWindow(bool modal) { 145 new TestWindow(modal), CurrentContext()); 150 aura::Window* OpenTestWindowWithParent(aura::Window* parent, bool modal) { 152 views::Widget::CreateWindowWithParent(new TestWindow(modal), parent); 192 // Now open another modal transient parented to the original modal transient [all...] |
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 7 * Functions related to controlling the modal UI state of the app. UI states 87 // Hide elements first so that we don't end up trying to show two modal 113 * Change the app's modal state to |mode|, determined by the data-ui-mode 116 * @param {remoting.AppMode} mode The new modal state. 205 * Initialize all modal dialogs (class kd-modaldialog), adding event handlers 255 // one. We don't have nested modal dialogs, so this will suffice for now.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 425 modal = 3 # visible | modal 465 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title, 477 user_exit=PyDialog(db, "UserExit", x, y, w, h, modal, title, 490 exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title, 504 19, # KeepModeless|Modal|Visible 525 65543, # Error|Minimize|Modal|Visible 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 579 seldlg = PyDialog(db, "SelectFeaturesDlg", x, y, w, h, modal, title, 624 cost = PyDialog(db, "DiskCostDlg", x, y, w, h, modal, title [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 425 modal = 3 # visible | modal 465 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title, 477 user_exit=PyDialog(db, "UserExit", x, y, w, h, modal, title, 490 exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title, 504 19, # KeepModeless|Modal|Visible 525 65543, # Error|Minimize|Modal|Visible 554 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title, 579 seldlg = PyDialog(db, "SelectFeaturesDlg", x, y, w, h, modal, title, 624 cost = PyDialog(db, "DiskCostDlg", x, y, w, h, modal, title [all...] |
/external/chromium_org/ash/ |
root_window_controller_unittest.cc | 274 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_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 40 * alternative UI implementation for the modal dialog.
|
/frameworks/base/services/java/com/android/server/wm/ |
InputMonitor.java | 173 final boolean modal = (flags & (WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL 175 if (modal && child.mAppToken != null) { 180 // Not modal or full screen modal
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
gallery.css | 819 .gallery .edit-modal { 830 .gallery .edit-modal-wrapper[hidden] { 834 .gallery .edit-modal-wrapper { 845 .gallery .edit-modal .label { 856 .gallery .edit-modal .label.brightness { 862 .gallery .edit-modal .label.contrast { 870 .gallery .edit-modal .range { 877 .gallery .edit-modal .range::-webkit-slider-thumb {
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap-responsive.css | 118 .modal { 126 .modal.fade.in { 129 .modal-header .close {
|
bootstrap.css | [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
platform_app.js | 88 // Disable modal dialogs. Shell windows disable these anyway, but it's nice to
|