HomeSort by relevance Sort by last modified time
    Searched refs:tryGetMessage (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebMessagePortChannel.h 53 virtual bool tryGetMessage(WebString*, WebMessagePortChannelArray&) = 0;
  /external/chromium_org/third_party/WebKit/Source/wtf/
MessageQueue.h 65 PassOwnPtr<DataType> tryGetMessage();
158 inline PassOwnPtr<DataType> MessageQueue<DataType>::tryGetMessage()
  /external/chromium_org/content/child/
webmessageportchannel_impl.h 59 virtual bool tryGetMessage(blink::WebString* message,
webmessageportchannel_impl.cc 136 bool WebMessagePortChannelImpl::tryGetMessage(
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp 173 if (!webChannel.tryGetMessage(&messageString, webChannels))

Completed in 86 milliseconds