Searched defs:appendBufferInternal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DSourceBuffer.cpp272 appendBufferInternal(static_cast<const unsigned char*>(data->data()), data->byteLength(), exceptionState);
279 appendBufferInternal(static_cast<const unsigned char*>(data->baseAddress()), data->byteLength(), exceptionState);
499 void SourceBuffer::appendBufferInternal(const unsigned char* data, unsigned size, ExceptionState& exceptionState) function in class:blink::SourceBuffer

Completed in 70 milliseconds