Searched refs:appendWindowStart (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DSourceBuffer.idl46 [RaisesException=Setter] attribute double appendWindowStart;
H A DSourceBuffer.h78 double appendWindowStart() const;
H A DSourceBuffer.cpp141 double SourceBuffer::appendWindowStart() const function in class:WebCore::SourceBuffer
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 108 milliseconds