HomeSort by relevance Sort by last modified time
    Searched defs:m_startTime (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebActiveGestureAnimation.h 55 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Clock.h 55 double m_startTime;
PlatformSpeechSynthesisUtterance.h 68 double startTime() const { return m_startTime; }
69 void setStartTime(double startTime) { m_startTime = startTime; }
84 double m_startTime;
ScrollAnimatorNone.h 122 double m_startTime;
149 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Player.h 56 double startTime() const { return m_startTime; }
69 const double m_startTime;
TimedItem.h 67 double startTime() const { return m_startTime; }
101 // FIXME: m_parent and m_startTime are placeholders, they depend on timing groups.
103 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.h 57 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PerformanceEntry.h 66 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 96 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptGCEvent.h 59 : m_startTime(0.0)
65 m_startTime = 0.0;
71 double startTime() { return m_startTime; }
72 void setStartTime(double startTime) { m_startTime = startTime; }
77 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.h 91 CFTimeInterval m_startTime;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h 104 // m_startTime is the time to start playing based on the context's timeline (0 or a time less than the context's current time means "now").
105 double m_startTime; // in seconds
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
InbandTextTrackPrivateClient.h 41 : m_startTime(0)
53 double startTime() const { return m_startTime; }
54 void setStartTime(double startTime) { m_startTime = startTime; }
99 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 93 double startTime() const { return m_startTime; }
238 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationBase.h 92 AnimationStateInputStartTimeSet, // m_startTime was set
216 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 633 milliseconds