nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
WindowTimers Interface Reference

import"html.idl";

Public Member Functions

long setTimeout (Function handler, optional long timeout=0, any... arguments)
 
long setTimeout (DOMString handler, optional long timeout=0, any... arguments)
 
void clearTimeout (optional long handle=0)
 
long setInterval (Function handler, optional long timeout=0, any... arguments)
 
long setInterval (DOMString handler, optional long timeout=0, any... arguments)
 
void clearInterval (optional long handle=0)
 

Detailed Description

Definition at line 1671 of file html.idl.

Member Function Documentation

◆ clearInterval()

void WindowTimers::clearInterval ( optional long  handle = 0)

◆ clearTimeout()

void WindowTimers::clearTimeout ( optional long  handle = 0)

◆ setInterval() [1/2]

long WindowTimers::setInterval ( DOMString  handler,
optional long  timeout = 0,
any...  arguments 
)

◆ setInterval() [2/2]

long WindowTimers::setInterval ( Function  handler,
optional long  timeout = 0,
any...  arguments 
)

◆ setTimeout() [1/2]

long WindowTimers::setTimeout ( DOMString  handler,
optional long  timeout = 0,
any...  arguments 
)

◆ setTimeout() [2/2]

long WindowTimers::setTimeout ( Function  handler,
optional long  timeout = 0,
any...  arguments 
)

The documentation for this interface was generated from the following file: