Home
last modified time | relevance | path

Searched refs:webChannel (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMessagePort.cpp168 static bool tryGetMessageFrom(WebMessagePortChannel& webChannel, RefPtr<SerializedScriptValue>& mes… in tryGetMessageFrom() argument
172 if (!webChannel.tryGetMessage(&messageString, webChannels)) in tryGetMessageFrom()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSharedWorkerImpl.cpp322 void WebSharedWorkerImpl::connect(WebMessagePortChannel* webChannel) in connect() argument
325 createCrossThreadTask(&connectTask, adoptPtr(webChannel))); in connect()