Searched refs:tryGetMessageFrom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessagePort.cpp168 static bool tryGetMessageFrom(WebMessagePortChannel& webChannel, RefPtr<SerializedScriptValue>& message, OwnPtr<MessagePortChannelArray>& channels) function in namespace:blink
193 while (m_entangledChannel && tryGetMessageFrom(*m_entangledChannel, message, channels)) {

Completed in 219 milliseconds