Searched defs:didReceiveMessage (Results 1 - 25 of 45) sorted by relevance

12

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DResponsivenessTimerDoesntFireEarly_Bundle.cpp37 virtual void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody);
47 void ResponsivenessTimerDoesntFireEarlyTest::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef) function in class:TestWebKitAPI::ResponsivenessTimerDoesntFireEarlyTest
H A DCanHandleRequest_Bundle.cpp38 virtual void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody);
58 void CanHandleRequestTest::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef) function in class:TestWebKitAPI::CanHandleRequestTest
H A DCanHandleRequest.cpp35 static bool didReceiveMessage; member in namespace:TestWebKitAPI
40 didReceiveMessage = true;
68 Util::run(&didReceiveMessage);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannelClient.h42 virtual void didReceiveMessage(const String&) { } function in class:WebCore::WebSocketChannelClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleClient.cpp57 void InjectedBundleClient::didReceiveMessage(InjectedBundle* bundle, const String& messageName, APIObject* messageBody) function in class:WebKit::InjectedBundleClient
59 if (!m_client.didReceiveMessage)
62 m_client.didReceiveMessage(toAPI(bundle), toAPI(messageName.impl()), toAPI(messageBody), m_client.clientInfo);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.h48 WKBundleDidReceiveMessageCallback didReceiveMessage; member in struct:WKBundleClient
/external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
H A DWebKeyValueStorageManager.cpp53 void WebKeyValueStorageManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebKeyValueStorageManager
/external/webkit/Source/WebKit2/WebProcess/MediaCache/
H A DWebMediaCacheManager.cpp49 void WebMediaCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebMediaCacheManager
/external/webkit/Source/WebKit2/UIProcess/
H A DWebGeolocationManagerProxy.cpp75 void WebGeolocationManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebGeolocationManagerProxy
H A DChunkedUpdateDrawingAreaProxy.cpp75 didReceiveMessage(page->process()->connection(), CoreIPC::MessageID(DrawingAreaProxyLegacyMessage::DidSetSize), arguments.get());
151 void ChunkedUpdateDrawingAreaProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::ChunkedUpdateDrawingAreaProxy
H A DWebApplicationCacheManagerProxy.cpp60 void WebApplicationCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebApplicationCacheManagerProxy
H A DWebFullScreenManagerProxy.cpp62 void WebFullScreenManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebFullScreenManagerProxy
H A DWebKeyValueStorageManagerProxy.cpp60 void WebKeyValueStorageManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebKeyValueStorageManagerProxy
H A DWebMediaCacheManagerProxy.cpp59 void WebMediaCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebMediaCacheManagerProxy
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
H A DWebApplicationCacheManager.cpp52 void WebApplicationCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebApplicationCacheManager
/external/webkit/Source/WebKit2/WebProcess/Cookies/
H A DWebCookieManager.cpp50 void WebCookieManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebCookieManager
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp54 void WebGeolocationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebGeolocationManager
/external/webkit/Tools/TestWebKitAPI/
H A DInjectedBundleTest.h42 virtual void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody) { } function in class:TestWebKitAPI::InjectedBundleTest
H A DInjectedBundleController.cpp58 didReceiveMessage
94 void InjectedBundleController::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo) function in class:TestWebKitAPI::InjectedBundleController
98 self->m_currentTest->didReceiveMessage(bundle, messageName, messageBody);
/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.cpp60 void AuthenticationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::AuthenticationManager
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp59 void WebFullScreenManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebFullScreenManager
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnection.cpp101 void PluginProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::PluginProcessConnection
/external/webkit/Source/WebKit2/WebProcess/ResourceCache/
H A DWebResourceCacheManager.cpp58 void WebResourceCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebResourceCacheManager
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp174 void ChunkedUpdateDrawingArea::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::ChunkedUpdateDrawingArea
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.cpp72 void InjectedBundle::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, const void *clientInfo) function in class:WTR::InjectedBundle
74 static_cast<InjectedBundle*>(const_cast<void*>(clientInfo))->didReceiveMessage(messageName, messageBody);
87 didReceiveMessage
130 void InjectedBundle::didReceiveMessage(WKStringRef messageName, WKTypeRef messageBody) function in class:WTR::InjectedBundle

Completed in 249 milliseconds

12