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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8Utilities.h57 typedef WTF::Vector<RefPtr<ArrayBuffer>, 1> ArrayBufferArray; typedef in namespace:WebCore
65 bool extractTransferables(v8::Local<v8::Value>, MessagePortArray&, ArrayBufferArray&, bool& notASequence, v8::Isolate*);
H A DSerializedScriptValue.h53 typedef Vector<RefPtr<WTF::ArrayBuffer>, 1> ArrayBufferArray; typedef in namespace:WebCore
71 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*);
116 SerializedScriptValue(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*, ExceptionPolicy = ThrowExceptions);
119 static PassOwnPtr<ArrayBufferContentsArray> transferArrayBuffers(ArrayBufferArray&, bool& didThrow, v8::Isolate*);

Completed in 124 milliseconds