Searched defs:messageAvailable (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/dom/ | ||
H A D | MessagePort.cpp | 114 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/WebKit/chromium/src/ | ||
H A D | PlatformMessagePortChannel.cpp | 157 void PlatformMessagePortChannel::messageAvailable() function in class:WebCore::PlatformMessagePortChannel 161 m_localPort->messageAvailable(); |
Completed in 3053 milliseconds