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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 46 [RaisesException=Setter] attribute double appendWindowStart;
SourceBuffer.h 78 double appendWindowStart() const;
SourceBuffer.cpp 141 double SourceBuffer::appendWindowStart() const
156 // Section 3.1 appendWindowStart attribute setter steps.
195 // 4. If the new value is less than or equal to appendWindowStart then throw an InvalidAccessError
267 // 5. Set appendWindowStart to 0.

Completed in 37 milliseconds