Searched refs:SuspendableTimer (Results 1 – 17 of 17) sorted by relevance
34 SuspendableTimer::SuspendableTimer(ScriptExecutionContext* context) in SuspendableTimer() function in WebCore::SuspendableTimer45 SuspendableTimer::~SuspendableTimer() in ~SuspendableTimer()49 bool SuspendableTimer::hasPendingActivity() const in hasPendingActivity()54 void SuspendableTimer::stop() in stop()59 void SuspendableTimer::suspend(ReasonForSuspension) in suspend()73 void SuspendableTimer::resume() in resume()83 bool SuspendableTimer::canSuspend() const in canSuspend()
35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {37 explicit SuspendableTimer(ScriptExecutionContext*);38 virtual ~SuspendableTimer();
66 : SuspendableTimer(context) in DOMTimer()157 SuspendableTimer::contextDestroyed(); in contextDestroyed()163 SuspendableTimer::stop(); in stop()
39 class DOMTimer : public SuspendableTimer {
46 class EventQueueTimer : public SuspendableTimer {50 : SuspendableTimer(context) in EventQueueTimer()
1052 WebCore::SuspendableTimer* m_closeWindowTimer;
1149 class WindowCloseTimer : public WebCore::SuspendableTimer {1178 : SuspendableTimer(context) in WindowCloseTimer()1187 SuspendableTimer::contextDestroyed(); in contextDestroyed()
4507 Make m_closeWindowTimer a SuspendableTimer, so it is properly suspended4511 (WebView::WebView): m_closeWindowTimer is now a pointer to a SuspendableTimer.
522 page/SuspendableTimer.cpp \
1035 page/SuspendableTimer.cpp
2279 Source/WebCore/page/SuspendableTimer.cpp \2280 Source/WebCore/page/SuspendableTimer.h \
944 page/SuspendableTimer.cpp \
2290 Source/WebCore/page/SuspendableTimer.cpp \2291 Source/WebCore/page/SuspendableTimer.h \
3479 'page/SuspendableTimer.cpp',3480 'page/SuspendableTimer.h',
10886 SuspendableTimer (which automatically gets suspended while dialogs are10901 * page/SuspendableTimer.cpp:10902 (WebCore::SuspendableTimer::SuspendableTimer):10903 (WebCore::SuspendableTimer::suspend):10904 (WebCore::SuspendableTimer::resume):10905 * page/SuspendableTimer.h:11873 SuspendableTimer (which automatically gets suspended while dialogs are
55291 * page/SuspendableTimer.cpp:55292 (WebCore::SuspendableTimer::suspend): Add ReasonForSuspension parameter.55293 * page/SuspendableTimer.h:134713 Add a base class for DOMTimer called SuspendableTimer which captures just the134717 SuspendableTimer is used in fixing https://bugs.webkit.org/show_bug.cgi?id=39651134731 * page/SuspendableTimer.cpp: Added.134732 (WebCore::SuspendableTimer::SuspendableTimer):134733 (WebCore::SuspendableTimer::~SuspendableTimer):134734 (WebCore::SuspendableTimer::hasPendingActivity):134735 (WebCore::SuspendableTimer::stop):[all …]
1481 …11AB9E77003C462C /* SuspendableTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62C1217A11…1482 …D11AB9E77003C462C /* SuspendableTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C1217B11A…8065 …3C462C /* SuspendableTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…8066 …7003C462C /* SuspendableTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …14429 62C1217A11AB9E76003C462C /* SuspendableTimer.cpp */,14430 62C1217B11AB9E77003C462C /* SuspendableTimer.h */,22533 62C1217D11AB9E77003C462C /* SuspendableTimer.h in Headers */,25355 62C1217C11AB9E77003C462C /* SuspendableTimer.cpp in Sources */,