HomeSort by relevance Sort by last modified time
    Searched full:arraybuffers (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DedicatedWorkerGlobalScopeCustom.cpp 49 ArrayBufferArray arrayBuffers;
53 if (!extractTransferables(info[transferablesArgIndex], ports, arrayBuffers, notASequence, info.GetIsolate())) {
60 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(info[0], &ports, &arrayBuffers, didThrow, info.GetIsolate());
V8WorkerCustom.cpp 50 ArrayBufferArray arrayBuffers;
54 if (!extractTransferables(info[transferablesArgIndex], ports, arrayBuffers, notASequence, info.GetIsolate())) {
63 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(info[0], &ports, &arrayBuffers, didThrow, info.GetIsolate());
  /external/chromium_org/ppapi/api/
ppb_var_array_buffer.idl 8 * a way to interact with JavaScript ArrayBuffers.
17 * with JavaScript ArrayBuffers, which represent a contiguous sequence of
60 * <code>ArrayBuffer PP_Var</code>. ArrayBuffers are copied when transmitted,
  /external/chromium_org/ppapi/c/
ppb_var_array_buffer.h 22 * a way to interact with JavaScript ArrayBuffers.
32 * with JavaScript ArrayBuffers, which represent a contiguous sequence of
72 * <code>ArrayBuffer PP_Var</code>. ArrayBuffers are copied when transmitted,
  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 16 /// ArrayBuffers, which represent a contiguous sequence of bytes. Note that
72 /// this <code>ArrayBuffer</code>. ArrayBuffers are copied when transmitted,
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferDeallocationObserver.h 42 // Not called for JavaScript-allocated ArrayBuffers.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Utilities.cpp 67 bool extractTransferables(v8::Local<v8::Value> value, MessagePortArray& ports, ArrayBufferArray& arrayBuffers, bool& notASequence, v8::Isolate* isolate)
71 arrayBuffers.resize(0);
104 arrayBuffers.append(V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(transferrable)));
SerializedScriptValue.cpp 711 Serializer(Writer& writer, MessagePortArray* messagePorts, ArrayBufferArray* arrayBuffers, BlobDataHandleMap& blobDataHandles, v8::TryCatch& tryCatch, v8::Isolate* isolate)
725 if (arrayBuffers) {
726 for (size_t i = 0; i < arrayBuffers->size(); i++) {
727 v8::Handle<v8::Object> v8ArrayBuffer = toV8Object(arrayBuffers->at(i).get(), m_writer.getIsolate());
    [all...]
  /external/chromium_org/content/public/renderer/
v8_value_converter.h 23 // ArrayBuffers, and support converting from an ArrayBuffer or any of the
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_network.html 99 To learn about ArrayBuffers,
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 314 // ArrayBuffers in the arguments to the RunFunctionAnd* methods.
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_unittest.cc 95 // Determines if two ArrayBuffers have identical content.
    [all...]
  /external/chromium_org/v8/
ChangeLog 1034 Added a preliminary API for ES6 ArrayBuffers
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
runtime.cc     [all...]

Completed in 262 milliseconds