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

/external/webkit/Source/WebKit/chromium/public/
H A DWebMessagePortChannelClient.h43 virtual void messageAvailable() = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformMessagePortChannel.h77 virtual void messageAvailable();
H A DPlatformMessagePortChannel.cpp157 void PlatformMessagePortChannel::messageAvailable() function in class:WebCore::PlatformMessagePortChannel
161 m_localPort->messageAvailable();
/external/webkit/Source/WebCore/dom/
H A DMessagePort.h76 void messageAvailable();
H A DMessagePort.cpp114 void MessagePort::messageAvailable() function in class:WebCore::MessagePort
156 // Must be closed before blowing away the cached context, to ensure that we get no more calls to messageAvailable().
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp190 m_remotePort->messageAvailable();

Completed in 1291 milliseconds