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

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.h 58 double m_endTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 67 double endTime() const { return m_endTime; }
110 double m_endTime;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h 106 // m_endTime is the time to stop playing based on the context's timeline (0 or a time less than the context's current time means "now").
109 double m_endTime; // in seconds

Completed in 3060 milliseconds