|
enum | ReasonForSuspension {
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended,
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended
} |
|
enum | ReasonForSuspension {
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended,
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended
} |
|
| 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 () |
|
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) |
|
WEBCORE_EXPORT | ContextDestructionObserver (ScriptExecutionContext *) |
|
ScriptExecutionContext * | scriptExecutionContext () const |
|
WEBCORE_EXPORT | ContextDestructionObserver (ScriptExecutionContext *) |
|
ScriptExecutionContext * | scriptExecutionContext () const |
|
| ActiveDOMObject (ScriptExecutionContext *) |
|
virtual | ~ActiveDOMObject () |
|
| ActiveDOMObject (ScriptExecutionContext *) |
|
virtual | ~ActiveDOMObject () |
|
virtual WEBCORE_EXPORT | ~ContextDestructionObserver () |
|
void | observeContext (ScriptExecutionContext *) |
|
virtual WEBCORE_EXPORT | ~ContextDestructionObserver () |
|
void | observeContext (ScriptExecutionContext *) |
|
ScriptExecutionContext * | m_scriptExecutionContext |
|