HomeSort by relevance Sort by last modified time
    Searched refs:timerAlignmentInterval (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
NullExecutionContext.cpp 37 double NullExecutionContext::timerAlignmentInterval() const
NullExecutionContext.h 37 double timerAlignmentInterval() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 79 virtual double timerAlignmentInterval() const = 0;
Document.h     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 182 double alignmentInterval = executionContext()->timerAlignmentInterval();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 111 virtual double timerAlignmentInterval() const OVERRIDE FINAL;
WorkerGlobalScope.cpp 147 double WorkerGlobalScope::timerAlignmentInterval() const
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 205 double timerAlignmentInterval() const;
Page.cpp 438 double Page::timerAlignmentInterval() const

Completed in 103 milliseconds