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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamer.cpp83 // SourceStream implements the streaming interface towards V8. The main
87 class SourceStream : public v8::ScriptCompiler::ExternalSourceStream { class in namespace:blink
88 WTF_MAKE_NONCOPYABLE(SourceStream);
90 SourceStream(ScriptStreamer* streamer) function in class:blink::SourceStream
96 virtual ~SourceStream() { }
138 // point we will release the references to SourceStream.
255 // still be ongoing. Tell SourceStream to try to cancel it whenever it gets
328 , m_stream(new SourceStream(this))
/external/chromium_org/courgette/
H A Dstreams.h28 class SourceStream;
34 // A SourceStream allows a region of memory to be scanned by a sequence of Read
36 class SourceStream { class in namespace:courgette
38 SourceStream() : start_(NULL), end_(NULL), current_(NULL) {} function in class:courgette::SourceStream
40 // Initializes the SourceStream to yield the bytes at |pointer|. The caller
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
54 // Initializes the SourceStream to yield the bytes in |string|. The caller
59 // Initializes the SourceStream to yield the bytes written to |sink|. |sink|
88 bool ShareSubstream(size_t offset, size_t length, SourceStream* substream);
93 bool ShareSubstream(size_t length, SourceStream* substrea
[all...]

Completed in 109 milliseconds