#include <SuspendableTimer.h>
|
| enum | ReasonForSuspension {
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended,
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended
} |
| |
| enum | ReasonForSuspension {
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended,
JavaScriptDebuggerPaused,
WillDeferLoading,
PageCache,
PageWillBeSuspended
} |
| |
| | 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 |
| |
◆ SuspendableTimer() [1/2]
◆ ~SuspendableTimer() [1/2]
| WebCore::SuspendableTimer::~SuspendableTimer |
( |
| ) |
|
|
virtual |
◆ SuspendableTimer() [2/2]
◆ ~SuspendableTimer() [2/2]
| virtual WebCore::SuspendableTimer::~SuspendableTimer |
( |
| ) |
|
|
virtual |
◆ augmentFireInterval() [1/4]
| void WebCore::SuspendableTimer::augmentFireInterval |
( |
double |
delta | ) |
|
◆ augmentFireInterval() [2/4]
| void WebCore::SuspendableTimer::augmentFireInterval |
( |
double |
delta | ) |
|
◆ augmentFireInterval() [3/4]
| void WebCore::SuspendableTimer::augmentFireInterval |
( |
std::chrono::milliseconds |
delta | ) |
|
|
inline |
◆ augmentFireInterval() [4/4]
| void WebCore::SuspendableTimer::augmentFireInterval |
( |
std::chrono::milliseconds |
delta | ) |
|
|
inline |
◆ augmentRepeatInterval() [1/4]
| void WebCore::SuspendableTimer::augmentRepeatInterval |
( |
double |
delta | ) |
|
◆ augmentRepeatInterval() [2/4]
| void WebCore::SuspendableTimer::augmentRepeatInterval |
( |
double |
delta | ) |
|
◆ augmentRepeatInterval() [3/4]
| void WebCore::SuspendableTimer::augmentRepeatInterval |
( |
std::chrono::milliseconds |
delta | ) |
|
|
inline |
◆ augmentRepeatInterval() [4/4]
| void WebCore::SuspendableTimer::augmentRepeatInterval |
( |
std::chrono::milliseconds |
delta | ) |
|
|
inline |
◆ cancel() [1/2]
| void WebCore::SuspendableTimer::cancel |
( |
| ) |
|
◆ cancel() [2/2]
| void WebCore::SuspendableTimer::cancel |
( |
| ) |
|
◆ didStop() [1/2]
| void WebCore::SuspendableTimer::didStop |
( |
| ) |
|
|
virtual |
◆ didStop() [2/2]
| virtual void WebCore::SuspendableTimer::didStop |
( |
| ) |
|
|
virtual |
◆ isActive() [1/2]
| bool WebCore::SuspendableTimer::isActive |
( |
| ) |
const |
|
inline |
◆ isActive() [2/2]
| bool WebCore::SuspendableTimer::isActive |
( |
| ) |
const |
|
inline |
◆ isSuspended() [1/2]
| bool WebCore::SuspendableTimer::isSuspended |
( |
| ) |
const |
|
inline |
◆ isSuspended() [2/2]
| bool WebCore::SuspendableTimer::isSuspended |
( |
| ) |
const |
|
inline |
◆ repeatInterval() [1/2]
| double WebCore::SuspendableTimer::repeatInterval |
( |
| ) |
const |
◆ repeatInterval() [2/2]
| double WebCore::SuspendableTimer::repeatInterval |
( |
| ) |
const |
◆ repeatIntervalMS() [1/2]
| std::chrono::milliseconds WebCore::SuspendableTimer::repeatIntervalMS |
( |
| ) |
const |
|
inline |
◆ repeatIntervalMS() [2/2]
| std::chrono::milliseconds WebCore::SuspendableTimer::repeatIntervalMS |
( |
| ) |
const |
|
inline |
◆ startOneShot() [1/4]
| void WebCore::SuspendableTimer::startOneShot |
( |
double |
interval | ) |
|
◆ startOneShot() [2/4]
| void WebCore::SuspendableTimer::startOneShot |
( |
double |
interval | ) |
|
◆ startOneShot() [3/4]
| void WebCore::SuspendableTimer::startOneShot |
( |
std::chrono::milliseconds |
interval | ) |
|
|
inline |
◆ startOneShot() [4/4]
| void WebCore::SuspendableTimer::startOneShot |
( |
std::chrono::milliseconds |
interval | ) |
|
|
inline |
◆ startRepeating() [1/4]
| void WebCore::SuspendableTimer::startRepeating |
( |
double |
repeatInterval | ) |
|
◆ startRepeating() [2/4]
| void WebCore::SuspendableTimer::startRepeating |
( |
double |
repeatInterval | ) |
|
◆ startRepeating() [3/4]
| void WebCore::SuspendableTimer::startRepeating |
( |
std::chrono::milliseconds |
repeatInterval | ) |
|
|
inline |
◆ startRepeating() [4/4]
| void WebCore::SuspendableTimer::startRepeating |
( |
std::chrono::milliseconds |
repeatInterval | ) |
|
|
inline |
The documentation for this class was generated from the following files: