Searched defs:MessagePortArray (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8Utilities.h56 typedef WTF::Vector<RefPtr<MessagePort>, 1> MessagePortArray; typedef in namespace:WebCore
59 // Helper function which pulls the values out of a JS sequence and into a MessagePortArray.
65 bool extractTransferables(v8::Local<v8::Value>, MessagePortArray&, ArrayBufferArray&, bool& notASequence, v8::Isolate*);
67 bool getMessagePortArray(v8::Local<v8::Value>, const String& propertyName, MessagePortArray&, v8::Isolate*);
68 bool getMessagePortArray(v8::Local<v8::Value>, int argumentIndex, MessagePortArray&, v8::Isolate*);
H A DSerializedScriptValue.h52 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; typedef in namespace:WebCore
71 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);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessagePort.h54 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; typedef in namespace:WebCore
69 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
78 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
81 static PassOwnPtr<MessagePortArray> entanglePorts(ExecutionContext&, PassOwnPtr<MessagePortChannelArray>);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindow.h83 typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; typedef in namespace:WebCore
226 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, DOMWindow* source, ExceptionState&);

Completed in 149 milliseconds