Home
last modified time | relevance | path

Searched refs:appendBufferInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp272appendBufferInternal(static_cast<const unsigned char*>(data->data()), data->byteLength(), exceptio… in appendBuffer()
279appendBufferInternal(static_cast<const unsigned char*>(data->baseAddress()), data->byteLength(), e… in appendBuffer()
499 void SourceBuffer::appendBufferInternal(const unsigned char* data, unsigned size, ExceptionState& e… in appendBufferInternal() function in blink::SourceBuffer
DSourceBuffer.h107 void appendBufferInternal(const unsigned char*, unsigned, ExceptionState&);