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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.h 56 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/platform/
Clock.h 57 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/html/track/
TextTrackCue.h 62 double startTime() const { return m_startTime; }
105 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceEntry.h 66 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 95 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/animation/
Player.h 66 bool hasStartTime() const { return !isNull(m_startTime); }
67 double startTime() const { return m_startTime; }
93 double m_startTime;
TimedItem.h 84 double startTime() const { return m_startTime; }
120 // FIXME: m_parent and m_startTime are placeholders, they depend on timing groups.
122 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.h 91 CFTimeInterval m_startTime;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h 103 // 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").
104 double m_startTime; // in seconds
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 121 double m_startTime;
148 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 69 double startTime() const { return m_startTime; }
70 void setStartTime(double startTime) { m_startTime = startTime; }
85 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationBase.h 92 AnimationStateInputStartTimeSet, // m_startTime was set
213 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 657 milliseconds