Home
last modified time | relevance | path

Searched refs:SuspendableTimer (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/page/
DSuspendableTimer.cpp34 SuspendableTimer::SuspendableTimer(ScriptExecutionContext* context) in SuspendableTimer() function in WebCore::SuspendableTimer
45 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()
DSuspendableTimer.h35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {
37 explicit SuspendableTimer(ScriptExecutionContext*);
38 virtual ~SuspendableTimer();
DDOMTimer.cpp66 : SuspendableTimer(context) in DOMTimer()
157 SuspendableTimer::contextDestroyed(); in contextDestroyed()
163 SuspendableTimer::stop(); in stop()
DDOMTimer.h39 class DOMTimer : public SuspendableTimer {
/external/webkit/Source/WebCore/dom/
DEventQueue.cpp46 class EventQueueTimer : public SuspendableTimer {
50 : SuspendableTimer(context) in EventQueueTimer()
/external/webkit/Source/WebKit/win/
DWebView.h1052 WebCore::SuspendableTimer* m_closeWindowTimer;
DWebView.cpp1149 class WindowCloseTimer : public WebCore::SuspendableTimer {
1178 : SuspendableTimer(context) in WindowCloseTimer()
1187 SuspendableTimer::contextDestroyed(); in contextDestroyed()
DChangeLog4507 Make m_closeWindowTimer a SuspendableTimer, so it is properly suspended
4511 (WebView::WebView): m_closeWindowTimer is now a pointer to a SuspendableTimer.
/external/webkit/Source/WebCore/
DAndroid.mk522 page/SuspendableTimer.cpp \
DCMakeLists.txt1035 page/SuspendableTimer.cpp
DGNUmakefile.list.am2279 Source/WebCore/page/SuspendableTimer.cpp \
2280 Source/WebCore/page/SuspendableTimer.h \
DWebCore.pro944 page/SuspendableTimer.cpp \
DGNUmakefile.am2290 Source/WebCore/page/SuspendableTimer.cpp \
2291 Source/WebCore/page/SuspendableTimer.h \
DWebCore.gypi3479 'page/SuspendableTimer.cpp',
3480 'page/SuspendableTimer.h',
DChangeLog-2011-02-1610886 SuspendableTimer (which automatically gets suspended while dialogs are
10901 * 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
DChangeLog-2010-12-0655291 * 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 the
134717 SuspendableTimer is used in fixing https://bugs.webkit.org/show_bug.cgi?id=39651
134731 * page/SuspendableTimer.cpp: Added.
134732 (WebCore::SuspendableTimer::SuspendableTimer):
134733 (WebCore::SuspendableTimer::~SuspendableTimer):
134734 (WebCore::SuspendableTimer::hasPendingActivity):
134735 (WebCore::SuspendableTimer::stop):
[all …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1481 …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 */,