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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 54 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
70 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
79 static PassOwnPtr<MessagePortArray> toMessagePortArray(ExecutionContext*, const blink::WebMessagePortChannelArray&);
82 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
85 static PassOwnPtr<MessagePortArray> entanglePorts(ExecutionContext&, PassOwnPtr<MessagePortChannelArray>);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.h 58 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
80 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, ExceptionState&, v8::Isolate*);
98 v8::Handle<v8::Value> deserialize(MessagePortArray* = 0);
99 v8::Handle<v8::Value> deserialize(v8::Isolate*, MessagePortArray* = 0, const WebBlobInfoArray* = 0);
101 // Helper function which pulls the values out of a JS sequence and into a MessagePortArray.
105 static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*);
121 SerializedScriptValue(v8::Handle<v8::Value>, MessagePortArray*, ArrayBufferArray*, WebBlobInfoArray*, ExceptionState&, v8::Isolate*);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 86 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
232 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, LocalDOMWindow* source, ExceptionState&);

Completed in 120 milliseconds