HomeSort by relevance Sort by last modified time
    Searched full:modal (Results 1 - 25 of 75) 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>
  /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/chromium/base/
event_recorder.cc 180 // The Journal Recorder must stop recording events when system modal
209 // A system modal dialog box is being displayed. Stop playing back
215 // A system modal dialog box is destroyed. We can start playing back
  /external/protobuf/src/google/protobuf/compiler/
test_plugin.cc 44 // Don't print a silly message or stick a modal dialog box in my face,
  /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
  /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.
  /frameworks/base/docs/html/guide/developing/tools/
MonkeyRunner.jd 159 program. The dialog is modal, so the program pauses until the user clicks the dialog's
206 dialog is modal, so the program pauses until the user clicks one of the dialog's
301 modal, so the program pauses until the user clicks one of the dialog's buttons.
  /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...]

Completed in 1554 milliseconds

1 2 3