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/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 64 double startTime() const { return m_startTime; }
109 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceEntry.h 69 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 99 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/platform/mac/
ScrollElasticityController.h 129 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/core/animation/
AnimationPlayer.h 98 bool hasStartTime() const { return !isNull(m_startTime); }
99 double startTime() const { return m_startTime * 1000; }
100 double startTimeInternal() const { return m_startTime; }
131 double startTime() const { return m_startTime; }
135 , m_startTime(startTime)
139 double m_startTime;
169 double m_startTime;
AnimationNode.h 98 double startTime() const { return m_startTime * 1000; }
99 double startTimeInternal() const { return m_startTime; }
145 // FIXME: m_parent and m_startTime are placeholders, they depend on timing groups.
147 const double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 123 double m_startTime;
150 double m_startTime;
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 68 double startTime() const { return m_startTime; }
69 void setStartTime(double startTime) { m_startTime = startTime; }
85 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 

Completed in 1375 milliseconds