Searched refs:didReceiveMessage (Results 1 - 25 of 88) sorted by relevance

1234

/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.cpp35 static bool didReceiveMessage; member in namespace:TestWebKitAPI
40 didReceiveMessage = true;
68 Util::run(&didReceiveMessage);
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
/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);
H A DInjectedBundleClient.h45 void didReceiveMessage(InjectedBundle*, const String& messageName, APIObject* messageBody);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannelClient.h42 virtual void didReceiveMessage(const String&) { } function in class:WebCore::WebSocketChannelClient
H A DThreadableWebSocketChannelClientWrapper.h98 void didReceiveMessage(const String& msg) function in class:WebCore::ThreadableWebSocketChannelClientWrapper
149 m_client->didReceiveMessage(*iter);
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
H A DWebApplicationCacheManager.h48 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
H A DWebKeyValueStorageManager.h48 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/MediaCache/
H A DWebMediaCacheManager.h46 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
H A DWebMediaCacheManager.cpp49 void WebMediaCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebMediaCacheManager
/external/webkit/Tools/TestWebKitAPI/
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);
H A DInjectedBundleController.h58 static void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo);
H A DInjectedBundleTest.h42 virtual void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody) { } function in class:TestWebKitAPI::InjectedBundleTest
/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 DWebGeolocationManagerProxy.h58 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
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
/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.h53 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/Cookies/
H A DWebCookieManager.h46 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.h60 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.h48 WKBundleDidReceiveMessageCallback didReceiveMessage; member in struct:WKBundleClient
/external/webkit/Source/WebKit2/WebProcess/ResourceCache/
H A DWebResourceCacheManager.h50 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.h53 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundle.h82 static void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo);
87 void didReceiveMessage(WKStringRef messageName, WKTypeRef messageBody);
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp570 void WebProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebProcess
578 AuthenticationManager::shared().didReceiveMessage(connection, messageID, arguments);
583 WebApplicationCacheManager::shared().didReceiveMessage(connection, messageID, arguments);
588 WebCookieManager::shared().didReceiveMessage(connection, messageID, arguments);
593 WebDatabaseManager::shared().didReceiveMessage(connection, messageID, arguments);
598 m_geolocationManager.didReceiveMessage(connection, messageID, arguments);
603 m_iconDatabaseProxy.didReceiveMessage(connection, messageID, arguments);
608 WebKeyValueStorageManager::shared().didReceiveMessage(connection, messageID, arguments);
613 WebMediaCacheManager::shared().didReceiveMessage(connection, messageID, arguments);
618 WebResourceCacheManager::shared().didReceiveMessage(connectio
[all...]

Completed in 309 milliseconds

1234