webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | List of all members
WebCore::NestedTimersMap Struct Reference

Public Types

typedef HashMap< int, DOMTimer * >::const_iterator const_iterator
 

Public Member Functions

void startTracking ()
 
void stopTracking ()
 
void add (int timeoutId, DOMTimer *timer)
 
void remove (int timeoutId)
 
const_iterator begin () const
 
const_iterator end () const
 

Static Public Member Functions

static NestedTimersMapinstanceForContext (ScriptExecutionContext &context)
 

Member Typedef Documentation

◆ const_iterator

Member Function Documentation

◆ add()

void WebCore::NestedTimersMap::add ( int  timeoutId,
DOMTimer timer 
)
inline

◆ begin()

const_iterator WebCore::NestedTimersMap::begin ( ) const
inline

◆ end()

const_iterator WebCore::NestedTimersMap::end ( ) const
inline

◆ instanceForContext()

static NestedTimersMap* WebCore::NestedTimersMap::instanceForContext ( ScriptExecutionContext context)
inlinestatic

◆ remove()

void WebCore::NestedTimersMap::remove ( int  timeoutId)
inline

◆ startTracking()

void WebCore::NestedTimersMap::startTracking ( )
inline

◆ stopTracking()

void WebCore::NestedTimersMap::stopTracking ( )
inline

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