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

  /external/chromium_org/third_party/WebKit/Source/core/streams/
ReadableStream.cpp 6 #include "core/streams/ReadableStream.h"
19 ReadableStream::ReadableStream(ExecutionContext* executionContext, UnderlyingSource* source)
31 ReadableStream::~ReadableStream()
35 String ReadableStream::stateString() const
51 bool ReadableStream::enqueuePreliminaryCheck(size_t chunkSize)
60 bool ReadableStream::enqueuePostAction(size_t totalQueueSize)
75 void ReadableStream::close()
86 void ReadableStream::readPreliminaryCheck(ExceptionState& exceptionState
    [all...]
ReadableStream.h 26 class ReadableStream : public GarbageCollectedFinalized<ReadableStream>, public ScriptWrappable {
38 // After ReadableStream construction, |didSourceStart| must be called when
41 ReadableStream(ExecutionContext*, UnderlyingSource* /* source */);
42 virtual ~ReadableStream();
69 typedef ScriptPromiseProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > WaitPromise;
70 typedef ScriptPromiseProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > ClosedPromise;

Completed in 1380 milliseconds