Searched refs:CoreIPC (Results 151 - 175 of 258) sorted by relevance

1234567891011

/external/webkit/Source/WebKit2/WebProcess/Authentication/
H A DAuthenticationManager.cpp60 void AuthenticationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
/external/webkit/Source/WebKit2/WebProcess/Cookies/
H A DWebCookieManager.cpp50 void WebCookieManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp54 void WebGeolocationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
/external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
H A DWebKeyValueStorageManager.cpp53 void WebKeyValueStorageManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DDataReference.h31 namespace CoreIPC { namespace
68 } // namespace CoreIPC
/external/webkit/Source/WebKit2/Shared/mac/
H A DArgumentCodersMac.h31 namespace CoreIPC { namespace
H A DWebCoreArgumentCodersMac.mm36 namespace CoreIPC {
46 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLRequestCreateSerializableRepresentation(resourceRequest.nsURLRequest(), CoreIPC::tokenNullTypeRef()));
65 NSURLRequest *nsURLRequest = WKNSURLRequestFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
81 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLResponseCreateSerializableRepresentation(resourceResponse.nsURLResponse(), CoreIPC::tokenNullTypeRef()));
100 NSURLResponse* nsURLResponse = WKNSURLResponseFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
195 } // namespace CoreIPC
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
H A DThreadLauncherQt.cpp64 CoreIPC::Connection::Identifier ThreadLauncher::createWebThread()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h42 namespace CoreIPC { namespace
125 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.h50 CoreIPC::ArgumentDecoder m_decoder;
H A DWebPage.h70 namespace CoreIPC { namespace
122 class WebPage : public APIObject, public CoreIPC::MessageSender<WebPage> {
130 CoreIPC::Connection* connection() const;
188 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
189 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC
[all...]
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPIdentifierData.cpp71 void NPIdentifierData::encode(CoreIPC::ArgumentEncoder* encoder) const
80 bool NPIdentifierData::decode(CoreIPC::ArgumentDecoder* decoder, NPIdentifierData& result)
H A DNPRemoteObjectMap.cpp46 PassRefPtr<NPRemoteObjectMap> NPRemoteObjectMap::create(CoreIPC::Connection* connection)
51 NPRemoteObjectMap::NPRemoteObjectMap(CoreIPC::Connection* connection)
222 CoreIPC::SyncReplyMode NPRemoteObjectMap::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
226 return CoreIPC::AutomaticReply;
/external/webkit/Source/WebKit2/Shared/gtk/
H A DUpdateChunk.cpp60 void UpdateChunk::encode(CoreIPC::ArgumentEncoder* encoder) const
78 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk)
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.h39 namespace CoreIPC { namespace
58 void setPDFDocumentData(const String& mimeType, const String& suggestedFilename, const CoreIPC::DataReference&);
/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DProcessLauncher.h46 virtual void didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier) = 0;
82 void didFinishLaunchingProcess(PlatformProcessIdentifier, CoreIPC::Connection::Identifier);
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
H A DThreadLauncherMac.mm56 CoreIPC::Connection::Identifier ThreadLauncher::createWebThread()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnectionManager.cpp66 CoreIPC::Connection::Identifier connectionIdentifier;
68 CoreIPC::MachPort connectionMachPort;
H A DPlugin.h36 namespace CoreIPC { namespace
64 void encode(CoreIPC::ArgumentEncoder*) const;
65 static bool decode(CoreIPC::ArgumentDecoder*, Parameters&);
/external/webkit/Source/WebKit2/Platform/mac/
H A DSharedMemoryMac.cpp57 void SharedMemory::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const
60 encoder->encode(CoreIPC::MachPort(m_port, MACH_MSG_TYPE_MOVE_SEND));
64 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)
73 CoreIPC::MachPort machPort;
74 if (!decoder->decode(CoreIPC::Out(machPort)))
/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.cpp108 void DrawingAreaProxyImpl::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
113 void DrawingAreaProxyImpl::didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*)
H A DWebCookieManagerProxy.cpp66 void WebCookieManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp159 static PassRefPtr<WebData> createWebData(const CoreIPC::DataReference& data)
167 void DownloadProxy::didFail(const ResourceError& error, const CoreIPC::DataReference& resumeData)
180 void DownloadProxy::didCancel(const CoreIPC::DataReference& resumeData)
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp66 CoreIPC::Connection* Download::connection() const
139 void Download::didFail(const ResourceError& error, const CoreIPC::DataReference& resumeData)
148 void Download::didCancel(const CoreIPC::DataReference& resumeData)
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp59 void WebFullScreenManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)

Completed in 1254 milliseconds

1234567891011