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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBufferList.cpp 32 #include "modules/mediasource/SourceBufferList.h"
40 SourceBufferList::SourceBufferList(ScriptExecutionContext* context, GenericEventQueue* asyncEventQueue)
47 SourceBufferList::~SourceBufferList()
52 void SourceBufferList::add(PassRefPtr<SourceBuffer> buffer)
58 void SourceBufferList::remove(SourceBuffer* buffer)
67 void SourceBufferList::clear()
73 void SourceBufferList::scheduleEvent(const AtomicString& eventName)
83 const AtomicString& SourceBufferList::interfaceName() cons
    [all...]
SourceBufferList.h 44 class SourceBufferList : public RefCounted<SourceBufferList>, public ScriptWrappable, public EventTarget {
46 static PassRefPtr<SourceBufferList> create(ScriptExecutionContext* context, GenericEventQueue* asyncEventQueue)
48 return adoptRef(new SourceBufferList(context, asyncEventQueue));
50 virtual ~SourceBufferList();
64 using RefCounted<SourceBufferList>::ref;
65 using RefCounted<SourceBufferList>::deref;
72 SourceBufferList(ScriptExecutionContext*, GenericEventQueue*);

Completed in 211 milliseconds