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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 61 [RaisesException=Setter] attribute unrestricted double appendWindowEnd;
SourceBuffer.h 80 double appendWindowEnd() const;
SourceBuffer.cpp 222 // 3. If the new value is less than 0 or greater than or equal to appendWindowEnd then throw an InvalidAccessError
235 double SourceBuffer::appendWindowEnd() const
242 // Section 3.1 appendWindowEnd attribute setter steps.
243 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-SourceBuffer-appendWindowEnd
322 // 6. Set appendWindowEnd to positive Infinity.

Completed in 120 milliseconds