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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Utilities.h 56 typedef WTF::Vector<RefPtr<MessagePort>, 1> MessagePortArray;
59 // Helper function which pulls the values out of a JS sequence and into a MessagePortArray.
63 bool extractTransferables(v8::Local<v8::Value>, MessagePortArray&, ArrayBufferArray&, v8::Isolate*);
64 bool getMessagePortArray(v8::Local<v8::Value>, MessagePortArray&, v8::Isolate*);
SerializedScriptValue.h 50 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
62 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*);
91 v8::Handle<v8::Value> deserialize(MessagePortArray* = 0);
92 v8::Handle<v8::Value> deserialize(v8::Isolate*, MessagePortArray* = 0);
116 SerializedScriptValue(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, bool& didThrow, v8::Isolate*, ExceptionPolicy = ThrowExceptions);
ScriptValue.h 55 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
144 PassRefPtr<SerializedScriptValue> serialize(ScriptState*, MessagePortArray*, ArrayBufferArray*, bool&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 50 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
57 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
66 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
69 static PassOwnPtr<MessagePortArray> entanglePorts(ScriptExecutionContext&, PassOwnPtr<MessagePortChannelArray>);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 78 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
224 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, DOMWindow* source, ExceptionState&);

Completed in 219 milliseconds