Home
last modified time | relevance | path

Searched refs:DOMTimer (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMTimer.cpp58 double DOMTimer::hiddenPageAlignmentInterval() in hiddenPageAlignmentInterval()
65 double DOMTimer::visiblePageAlignmentInterval() in visiblePageAlignmentInterval()
71 int DOMTimer::install(ExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, b… in install()
82 void DOMTimer::removeByID(ExecutionContext* context, int timeoutID) in removeByID()
92 DOMTimer::DOMTimer(ExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interval, boo… in DOMTimer() function in blink::DOMTimer
111 DOMTimer::~DOMTimer() in ~DOMTimer()
115 int DOMTimer::timeoutID() const in timeoutID()
120 void DOMTimer::fired() in fired()
166 void DOMTimer::contextDestroyed() in contextDestroyed()
171 void DOMTimer::stop() in stop()
[all …]
DDOMTimer.h41 class DOMTimer FINAL : public SuspendableTimer {
47 virtual ~DOMTimer();
63 …static PassOwnPtr<DOMTimer> create(ExecutionContext* context, PassOwnPtr<ScheduledAction> action, … in create()
65 return adoptPtr(new DOMTimer(context, action, timeout, singleShot, timeoutID)); in create()
68DOMTimer(ExecutionContext*, PassOwnPtr<ScheduledAction>, int interval, bool singleShot, int timeou…
DDOMWindowTimers.cpp45 return DOMTimer::install(eventTarget.executionContext(), action, timeout, true); in setTimeout()
50 return DOMTimer::install(eventTarget.executionContext(), action, timeout, false); in setInterval()
56 DOMTimer::removeByID(context, timeoutID); in clearTimeout()
62 DOMTimer::removeByID(context, timeoutID); in clearInterval()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.h144 friend class DOMTimer; // For installNewTimeout() and removeTimeoutByID() below.
161 typedef HashMap<int, OwnPtr<DOMTimer> > TimeoutMap;
DExecutionContext.cpp192 …TimeoutMap::AddResult result = m_timeouts.add(timeoutID, DOMTimer::create(this, action, timeout, s… in installNewTimeout()
194 DOMTimer* timer = result.storedValue->value.get(); in installNewTimeout()
DDocument.cpp2767 return DOMTimer::visiblePageAlignmentInterval(); in timerAlignmentInterval()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DNullExecutionContext.cpp39 return DOMTimer::visiblePageAlignmentInterval(); in timerAlignmentInterval()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp136 , m_timerAlignmentInterval(DOMTimer::visiblePageAlignmentInterval()) in Page()
463 setTimerAlignmentInterval(DOMTimer::visiblePageAlignmentInterval()); in setVisibilityState()
465 setTimerAlignmentInterval(DOMTimer::hiddenPageAlignmentInterval()); in setVisibilityState()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.cpp149 return DOMTimer::visiblePageAlignmentInterval(); in timerAlignmentInterval()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-mips64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-x86.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-arm.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.linux-mips.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-arm64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.linux-arm64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.linux-x86_64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-mips.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.linux-arm.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.linux-x86.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-mips64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk342 third_party/WebKit/Source/core/frame/DOMTimer.cpp \
Dcore.gypi1153 'frame/DOMTimer.cpp',
1154 'frame/DOMTimer.h',
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt1754 0.11^3388424^HTMLParserThrea^chrome ^[.] WebCore::DOMTimer::fired()
1756 --- WebCore::DOMTimer::fired()