Searched refs:timerAlignmentInterval (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DNullExecutionContext.cpp37 double NullExecutionContext::timerAlignmentInterval() const function in class:blink::NullExecutionContext
H A DNullExecutionContext.h37 double timerAlignmentInterval() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExecutionContext.h79 virtual double timerAlignmentInterval() const = 0;
H A DDocument.h1114 virtual double timerAlignmentInterval() const OVERRIDE FINAL;
H A DDocument.cpp2763 double Document::timerAlignmentInterval() const function in class:blink::Document
2768 return p->timerAlignmentInterval();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMTimer.cpp182 double alignmentInterval = executionContext()->timerAlignmentInterval();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.h111 virtual double timerAlignmentInterval() const OVERRIDE FINAL;
H A DWorkerGlobalScope.cpp147 double WorkerGlobalScope::timerAlignmentInterval() const function in class:blink::WorkerGlobalScope
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h205 double timerAlignmentInterval() const;
H A DPage.cpp438 double Page::timerAlignmentInterval() const function in class:blink::Page

Completed in 838 milliseconds