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

  /external/chromium_org/third_party/WebKit/Source/core/streams/
UnderlyingSource.h 17 class UnderlyingSource : public GarbageCollectedMixin {
19 virtual ~UnderlyingSource() { }
ReadableStream.h 24 class UnderlyingSource;
41 ReadableStream(ExecutionContext*, UnderlyingSource* /* source */);
77 Member<UnderlyingSource> m_source;
ReadableStreamImpl.h 59 ReadableStreamImpl(ExecutionContext* executionContext, UnderlyingSource* source)
ReadableStream.cpp 15 #include "core/streams/UnderlyingSource.h"
19 ReadableStream::ReadableStream(ExecutionContext* executionContext, UnderlyingSource* source)
ReadableStreamTest.cpp 16 #include "core/streams/UnderlyingSource.h"
58 class MockUnderlyingSource : public GarbageCollectedFinalized<MockUnderlyingSource>, public UnderlyingSource {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 54 class UnderlyingSource;
249 PersistentWillBeMember<UnderlyingSource> m_streamSource;
XMLHttpRequest.cpp 52 #include "core/streams/UnderlyingSource.h"
110 class ReadableStreamSource : public GarbageCollectedFinalized<ReadableStreamSource>, public UnderlyingSource {
124 UnderlyingSource::trace(visitor);
    [all...]

Completed in 141 milliseconds