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

  /external/chromium_org/third_party/WebKit/Source/web/
SourceBufferPrivateImpl.cpp 32 #include "SourceBufferPrivateImpl.h"
38 SourceBufferPrivateImpl::SourceBufferPrivateImpl(PassOwnPtr<WebSourceBuffer> sourceBuffer)
44 PassRefPtr<WebCore::TimeRanges> SourceBufferPrivateImpl::buffered()
53 void SourceBufferPrivateImpl::append(const unsigned char* data, unsigned length)
58 void SourceBufferPrivateImpl::abort()
63 void SourceBufferPrivateImpl::remove(double start, double end)
68 bool SourceBufferPrivateImpl::setTimestampOffset(double offset)
73 void SourceBufferPrivateImpl::setAppendWindowStart(double start)
80 void SourceBufferPrivateImpl::setAppendWindowEnd(double end
    [all...]
SourceBufferPrivateImpl.h 42 class SourceBufferPrivateImpl : public WebCore::SourceBufferPrivate {
44 explicit SourceBufferPrivateImpl(PassOwnPtr<WebSourceBuffer>);
45 virtual ~SourceBufferPrivateImpl() { }
MediaSourcePrivateImpl.cpp 34 #include "SourceBufferPrivateImpl.h"
61 *sourceBuffer = adoptPtr(new SourceBufferPrivateImpl(adoptPtr(webSourceBuffer)));
webkit.target.darwin-arm.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \
webkit.target.darwin-mips.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \
webkit.target.darwin-x86.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \
webkit.target.linux-arm.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \
webkit.target.linux-mips.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \
webkit.target.linux-x86.mk 120 third_party/WebKit/Source/web/SourceBufferPrivateImpl.cpp \

Completed in 1908 milliseconds