HomeSort by relevance Sort by last modified time
    Searched full:modal (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/webkit/WebCore/manual-tests/
show-modal-dialog-test.html 4 showModalDialog("modal-dialog.html",
10 <p>Type text here to be sent to the modal window and press the button:
12 <input type="button" value="Show Modal" onClick="showModal()"></p>
14 <p>Text will appear here from the modal window: <input name="fromModal">
js-timers-beneath-modal-dialog.html 1 <p>JS timers should be paused while a modal dialog (or alert) is displayed.</p>
14 showModalDialog("data:text/html,<p>Numbers in main window should not increase while this modal dialog is displayed</p>");
modal-dialog-arguments.html 14 This tests that modal dialog arguments get passed around correctly. Click the button below to test. The text "SUCCESS" will be shown below if the test was successful.
modal-dialog.html 22 <p>Type text here to be sent back to the main window: <input name="toWindow" value="from modal window"></p>
  /frameworks/base/awt/java/awt/
ModalContext.java 38 * Set up and run modal loop in this context
47 * Leave the modal loop running in this context
49 * it just sets the flag that says the modal loop to stop
58 * @return modal loop is currently running in this context
  /development/simulator/app/
PrefsDialog.h 4 // Prefs modal dialog.
LogPrefsDialog.h 4 // Log preferences modal dialog.
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.h 29 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.h 29 bool modal = false, Qt::WFlags fl = 0);
eventhistory.h 49 bool modal = false, Qt::WFlags fl = 0);
networkconfig.h 29 bool modal = false, Qt::WFlags fl = 0);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.h 29 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.h 29 bool modal = false, Qt::WFlags fl = 0);
eventhistory.h 49 bool modal = false, Qt::WFlags fl = 0);
networkconfig.h 29 bool modal = false, Qt::WFlags fl = 0);
  /external/qemu/
qemu-char.h 10 #define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
  /external/webkit/WebCore/page/
PageGroupLoadDeferrer.cpp 44 // This code is not logically part of load deferring, but we do not want JS code executed beneath modal
Chrome.cpp 188 // If loads are blocked, we can't run modal because the contents
189 // of the modal dialog will never show up!
  /external/webkit/WebCore/page/chromium/
DragControllerChromium.cpp 50 // if we are a modal window, we are the drag source, or the window is an
  /external/webkit/WebCore/page/win/
DragControllerWin.cpp 46 //if we are a modal window, we are the drag source, or the window is an attached sheet
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 89 // Windows Media Player has a modal message loop that will deliver messages
92 // them once the modal loop exits.
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 173 // Displays a modal alert dialog containing the given message. Returns
178 // Displays a modal confirmation dialog with the given message as
184 // Displays a modal input dialog with the given message as description
193 // Displays a modal confirmation dialog containing the given message as
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 92 // IWebUIDelegate::createModalDialog. Clients should determine whether to create a modal dialog
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 164 // The plug-in crashed while it had a modal dialog up.
282 void NetscapePluginHostProxy::setModal(bool modal)
284 if (modal == m_isModal)
287 m_isModal = modal;
907 kern_return_t WKPCSetModal(mach_port_t clientPort, boolean_t modal)
913 hostProxy->setModal(modal);
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 111 // WMP has a modal message loop that it enters whenever we call it or
112 // ask it to paint. This modal loop can deliver messages to other

Completed in 614 milliseconds

1 2 3