webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WindowCloseTimer Class Referencefinal
Inheritance diagram for WindowCloseTimer:
WebCore::SuspendableTimer WebCore::TimerBase WebCore::ActiveDOMObject WebCore::TimerBase WebCore::ActiveDOMObject WebCore::ContextDestructionObserver WebCore::ContextDestructionObserver WebCore::ContextDestructionObserver WebCore::ContextDestructionObserver

Static Public Member Functions

static WindowCloseTimercreate (WebView *)
 

Additional Inherited Members

- Public Types inherited from WebCore::ActiveDOMObject
enum  ReasonForSuspension {
  JavaScriptDebuggerPaused, WillDeferLoading, PageCache, PageWillBeSuspended,
  JavaScriptDebuggerPaused, WillDeferLoading, PageCache, PageWillBeSuspended
}
 
enum  ReasonForSuspension {
  JavaScriptDebuggerPaused, WillDeferLoading, PageCache, PageWillBeSuspended,
  JavaScriptDebuggerPaused, WillDeferLoading, PageCache, PageWillBeSuspended
}
 
- Public Member Functions inherited from WebCore::SuspendableTimer
 SuspendableTimer (ScriptExecutionContext &)
 
virtual ~SuspendableTimer ()
 
virtual void didStop ()
 
bool isActive () const
 
bool isSuspended () const
 
void startRepeating (double repeatInterval)
 
void startOneShot (double interval)
 
double repeatInterval () const
 
void augmentFireInterval (double delta)
 
void augmentRepeatInterval (double delta)
 
void startRepeating (std::chrono::milliseconds repeatInterval)
 
void startOneShot (std::chrono::milliseconds interval)
 
std::chrono::milliseconds repeatIntervalMS () const
 
void augmentFireInterval (std::chrono::milliseconds delta)
 
void augmentRepeatInterval (std::chrono::milliseconds delta)
 
void cancel ()
 
 SuspendableTimer (ScriptExecutionContext &)
 
virtual ~SuspendableTimer ()
 
virtual void didStop ()
 
bool isActive () const
 
bool isSuspended () const
 
void startRepeating (double repeatInterval)
 
void startOneShot (double interval)
 
double repeatInterval () const
 
void augmentFireInterval (double delta)
 
void augmentRepeatInterval (double delta)
 
void startRepeating (std::chrono::milliseconds repeatInterval)
 
void startOneShot (std::chrono::milliseconds interval)
 
std::chrono::milliseconds repeatIntervalMS () const
 
void augmentFireInterval (std::chrono::milliseconds delta)
 
void augmentRepeatInterval (std::chrono::milliseconds delta)
 
void cancel ()
 
- Public Member Functions inherited from WebCore::ActiveDOMObject
void suspendIfNeeded ()
 
void assertSuspendIfNeededWasCalled () const
 
template<class T >
void setPendingActivity (T *thisObject)
 
template<class T >
void unsetPendingActivity (T *thisObject)
 
void suspendIfNeeded ()
 
void assertSuspendIfNeededWasCalled () const
 
template<class T >
void setPendingActivity (T *thisObject)
 
template<class T >
void unsetPendingActivity (T *thisObject)
 
- Public Member Functions inherited from WebCore::ContextDestructionObserver
WEBCORE_EXPORT ContextDestructionObserver (ScriptExecutionContext *)
 
ScriptExecutionContextscriptExecutionContext () const
 
WEBCORE_EXPORT ContextDestructionObserver (ScriptExecutionContext *)
 
ScriptExecutionContextscriptExecutionContext () const
 
- Protected Member Functions inherited from WebCore::ActiveDOMObject
 ActiveDOMObject (ScriptExecutionContext *)
 
virtual ~ActiveDOMObject ()
 
 ActiveDOMObject (ScriptExecutionContext *)
 
virtual ~ActiveDOMObject ()
 
- Protected Member Functions inherited from WebCore::ContextDestructionObserver
virtual WEBCORE_EXPORT ~ContextDestructionObserver ()
 
void observeContext (ScriptExecutionContext *)
 
virtual WEBCORE_EXPORT ~ContextDestructionObserver ()
 
void observeContext (ScriptExecutionContext *)
 
- Protected Attributes inherited from WebCore::ContextDestructionObserver
ScriptExecutionContextm_scriptExecutionContext
 

Member Function Documentation

◆ create()

WindowCloseTimer * WindowCloseTimer::create ( WebView webView)
static

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