import"console.idl";
Public Member Functions | |
void | close () |
void | stop () |
void | focus () |
void | blur () |
WindowProxy | open (optional DOMString url="about:blank", optional DOMString target="_blank", [TreatNullAs=EmptyString] optional DOMString features="", optional boolean replace=false) |
getter | WindowProxy (unsigned long index) |
getter | object (DOMString name) |
void | alert () |
void | alert (DOMString message) |
boolean | confirm (optional DOMString message="") |
DOMString | prompt (optional DOMString message="", optional DOMString default="") |
void | print () |
any | showModalDialog (DOMString url, optional any argument) |
long | requestAnimationFrame (FrameRequestCallback callback) |
void | cancelAnimationFrame (long handle) |
void | postMessage (any message, DOMString targetOrigin, optional sequence< Transferable > transfer) |
void | captureEvents () |
void | releaseEvents () |
void | close () |
void | stop () |
void | focus () |
void | blur () |
WindowProxy | open (optional DOMString url, optional DOMString target, optional DOMString features, optional boolean replace) |
getter | WindowProxy (unsigned long index) |
getter | object (DOMString name) |
void | alert (DOMString message) |
boolean | confirm (DOMString message) |
DOMString | prompt (DOMString message, optional DOMString default) |
void | print () |
any | showModalDialog (DOMString url, optional any argument) |
void | postMessage (any message, DOMString targetOrigin, optional sequence< Transferable > transfer) |
![]() | |
void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
boolean | dispatchEvent (Event event) |
void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
boolean | dispatchEvent (Event event) |
Definition at line 22 of file console.idl.
void Window::alert | ( | ) |
void Window::alert | ( | DOMString | message | ) |
void Window::alert | ( | DOMString | message | ) |
void Window::blur | ( | ) |
void Window::blur | ( | ) |
void Window::cancelAnimationFrame | ( | long | handle | ) |
void Window::captureEvents | ( | ) |
void Window::close | ( | ) |
void Window::close | ( | ) |
boolean Window::confirm | ( | DOMString | message | ) |
boolean Window::confirm | ( | optional DOMString | message = "" | ) |
void Window::focus | ( | ) |
void Window::focus | ( | ) |
getter Window::object | ( | DOMString | name | ) |
getter Window::object | ( | DOMString | name | ) |
WindowProxy Window::open | ( | optional DOMString | url, |
optional DOMString | target, | ||
optional DOMString | features, | ||
optional boolean | replace | ||
) |
WindowProxy Window::open | ( | optional DOMString | url = "about:blank" , |
optional DOMString | target = "_blank" , |
||
[TreatNullAs=EmptyString] optional DOMString | features = "" , |
||
optional boolean | replace = false |
||
) |
void Window::postMessage | ( | any | message, |
DOMString | targetOrigin, | ||
optional sequence< Transferable > | transfer | ||
) |
void Window::postMessage | ( | any | message, |
DOMString | targetOrigin, | ||
optional sequence< Transferable > | transfer | ||
) |
void Window::print | ( | ) |
void Window::print | ( | ) |
DOMString Window::prompt | ( | DOMString | message, |
optional DOMString | default | ||
) |
DOMString Window::prompt | ( | optional DOMString | message = "" , |
optional DOMString | default = "" |
||
) |
void Window::releaseEvents | ( | ) |
long Window::requestAnimationFrame | ( | FrameRequestCallback | callback | ) |
any Window::showModalDialog | ( | DOMString | url, |
optional any | argument | ||
) |
any Window::showModalDialog | ( | DOMString | url, |
optional any | argument | ||
) |
void Window::stop | ( | ) |
void Window::stop | ( | ) |
getter Window::WindowProxy | ( | unsigned long | index | ) |
getter Window::WindowProxy | ( | unsigned long | index | ) |
readonly attribute ApplicationCache Window::applicationCache |
readonly attribute Console Window::console |
Definition at line 23 of file console.idl.
readonly attribute WindowProxy Window::frames |
attribute EventHandler Window::onabort |
Definition at line 51 of file window.idl.
attribute EventHandler Window::onafterprint |
Definition at line 52 of file window.idl.
attribute EventHandler Window::onbeforeprint |
Definition at line 53 of file window.idl.
attribute EventHandler Window::onbeforeunload |
Definition at line 54 of file window.idl.
attribute EventHandler Window::onblur |
Definition at line 55 of file window.idl.
attribute EventHandler Window::oncancel |
Definition at line 56 of file window.idl.
attribute EventHandler Window::oncanplay |
Definition at line 57 of file window.idl.
attribute EventHandler Window::oncanplaythrough |
Definition at line 58 of file window.idl.
attribute EventHandler Window::onchange |
Definition at line 59 of file window.idl.
attribute EventHandler Window::onclick |
Definition at line 60 of file window.idl.
attribute EventHandler Window::onclose |
Definition at line 61 of file window.idl.
attribute EventHandler Window::oncontextmenu |
Definition at line 62 of file window.idl.
attribute EventHandler Window::oncuechange |
Definition at line 63 of file window.idl.
attribute EventHandler Window::ondblclick |
Definition at line 64 of file window.idl.
attribute EventHandler Window::ondrag |
Definition at line 65 of file window.idl.
attribute EventHandler Window::ondragend |
Definition at line 66 of file window.idl.
attribute EventHandler Window::ondragenter |
Definition at line 67 of file window.idl.
attribute EventHandler Window::ondragleave |
Definition at line 68 of file window.idl.
attribute EventHandler Window::ondragover |
Definition at line 69 of file window.idl.
attribute EventHandler Window::ondragstart |
Definition at line 70 of file window.idl.
attribute EventHandler Window::ondrop |
Definition at line 71 of file window.idl.
attribute EventHandler Window::ondurationchange |
Definition at line 72 of file window.idl.
attribute EventHandler Window::onemptied |
Definition at line 73 of file window.idl.
attribute EventHandler Window::onended |
Definition at line 74 of file window.idl.
attribute OnErrorEventHandler Window::onerror |
Definition at line 75 of file window.idl.
attribute EventHandler Window::onfocus |
Definition at line 76 of file window.idl.
attribute EventHandler Window::onhashchange |
Definition at line 77 of file window.idl.
attribute EventHandler Window::oninput |
Definition at line 78 of file window.idl.
attribute EventHandler Window::oninvalid |
Definition at line 79 of file window.idl.
attribute EventHandler Window::onkeydown |
Definition at line 80 of file window.idl.
attribute EventHandler Window::onkeypress |
Definition at line 81 of file window.idl.
attribute EventHandler Window::onkeyup |
Definition at line 82 of file window.idl.
attribute EventHandler Window::onload |
Definition at line 83 of file window.idl.
attribute EventHandler Window::onloadeddata |
Definition at line 84 of file window.idl.
attribute EventHandler Window::onloadedmetadata |
Definition at line 85 of file window.idl.
attribute EventHandler Window::onloadstart |
Definition at line 86 of file window.idl.
attribute EventHandler Window::onmessage |
Definition at line 87 of file window.idl.
attribute EventHandler Window::onmousedown |
Definition at line 88 of file window.idl.
attribute EventHandler Window::onmousemove |
Definition at line 89 of file window.idl.
attribute EventHandler Window::onmouseout |
Definition at line 90 of file window.idl.
attribute EventHandler Window::onmouseover |
Definition at line 91 of file window.idl.
attribute EventHandler Window::onmouseup |
Definition at line 92 of file window.idl.
attribute EventHandler Window::onmousewheel |
Definition at line 93 of file window.idl.
attribute EventHandler Window::onoffline |
Definition at line 94 of file window.idl.
attribute EventHandler Window::ononline |
Definition at line 95 of file window.idl.
attribute EventHandler Window::onpagehide |
Definition at line 99 of file window.idl.
attribute EventHandler Window::onpageshow |
Definition at line 100 of file window.idl.
attribute EventHandler Window::onpause |
Definition at line 96 of file window.idl.
attribute EventHandler Window::onplay |
Definition at line 97 of file window.idl.
attribute EventHandler Window::onplaying |
Definition at line 98 of file window.idl.
attribute EventHandler Window::onpopstate |
Definition at line 101 of file window.idl.
attribute EventHandler Window::onprogress |
Definition at line 102 of file window.idl.
attribute EventHandler Window::onratechange |
Definition at line 103 of file window.idl.
attribute EventHandler Window::onreset |
Definition at line 104 of file window.idl.
attribute EventHandler Window::onresize |
Definition at line 105 of file window.idl.
attribute EventHandler Window::onscroll |
Definition at line 106 of file window.idl.
attribute EventHandler Window::onseeked |
Definition at line 107 of file window.idl.
attribute EventHandler Window::onseeking |
Definition at line 108 of file window.idl.
attribute EventHandler Window::onselect |
Definition at line 109 of file window.idl.
attribute EventHandler Window::onshow |
Definition at line 110 of file window.idl.
attribute EventHandler Window::onstalled |
Definition at line 111 of file window.idl.
attribute EventHandler Window::onstorage |
Definition at line 112 of file window.idl.
attribute EventHandler Window::onsubmit |
Definition at line 113 of file window.idl.
attribute EventHandler Window::onsuspend |
Definition at line 114 of file window.idl.
attribute EventHandler Window::ontimeupdate |
Definition at line 115 of file window.idl.
attribute EventHandler Window::onunload |
Definition at line 116 of file window.idl.
attribute EventHandler Window::onvolumechange |
Definition at line 117 of file window.idl.
attribute EventHandler Window::onwaiting |
Definition at line 118 of file window.idl.
attribute WindowProxy Window::opener |
Definition at line 28 of file window.idl.
readonly attribute WindowProxy Window::parent |
readonly attribute WindowProxy Window::self |
readonly attribute WindowProxy Window::top |
readonly attribute WindowProxy Window::window |