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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h 107 void appendBufferInternal(const unsigned char*, unsigned, ExceptionState&);
SourceBuffer.cpp 272 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)

Completed in 3078 milliseconds