Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMessagePort.cpp150 static bool tryGetMessageFrom(blink::WebMessagePortChannel& webChannel, RefPtr<SerializedScriptValu… in tryGetMessageFrom() function
175 while (m_entangledChannel && tryGetMessageFrom(*m_entangledChannel, message, channels)) { in dispatchMessages()