HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentDecoder (Results 151 - 175 of 198) sorted by null

1 2 3 4 5 67 8

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 54 void WebGeolocationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleUserMessageCoders.h 100 static bool decode(CoreIPC::ArgumentDecoder* decoder, InjectedBundleUserMessageDecoder& coder)
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.cpp 53 void WebKeyValueStorageManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 262 ArgumentDecoder* argumentDecoder;
264 argumentDecoder = new ArgumentDecoder(messageBody, messageInfo.bodySize());
266 argumentDecoder = new ArgumentDecoder(messageBody, messageInfo.bodySize(), attachments);
268 processIncomingMessage(messageInfo.messageID(), adoptPtr(argumentDecoder));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 29 #include "ArgumentDecoder.h"
42 static bool decode(ArgumentDecoder*, Arguments0&)
75 static bool decode(ArgumentDecoder* decoder, Arguments1& result)
113 static bool decode(ArgumentDecoder* decoder, Arguments2& result)
155 static bool decode(ArgumentDecoder* decoder, Arguments3& result)
198 static bool decode(ArgumentDecoder* decoder, Arguments4& result)
242 static bool decode(ArgumentDecoder* decoder, Arguments5& result)
287 static bool decode(ArgumentDecoder* decoder, Arguments6& result)
333 static bool decode(ArgumentDecoder* decoder, Arguments7& result)
378 static bool decode(ArgumentDecoder* decoder, Arguments8& result
    [all...]
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp 49 bool ShareableBitmap::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)
WebMouseEvent.cpp 93 bool WebMouseEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebMouseEvent& t)
WebPageCreationParameters.cpp 65 bool WebPageCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, WebPageCreationParameters& parameters)
WebWheelEvent.cpp 83 bool WebWheelEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebWheelEvent& t)
  /external/webkit/Source/WebKit2/Shared/win/
PlatformCertificateInfo.cpp 29 #include "ArgumentDecoder.h"
123 bool PlatformCertificateInfo::decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& c)
  /external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.cpp 66 void WebCookieManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
WebFrameProxy.h 39 class ArgumentDecoder;
DrawingAreaProxyImpl.cpp 108 void DrawingAreaProxyImpl::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*)
113 void DrawingAreaProxyImpl::didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*)
WebIconDatabase.cpp 262 void WebIconDatabase::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* decoder)
267 CoreIPC::SyncReplyMode WebIconDatabase::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* decoder, CoreIPC::ArgumentEncoder* reply)
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 59 void WebFullScreenManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp 146 void WebIconDatabaseProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.cpp 58 void WebResourceCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp 174 void ChunkedUpdateDrawingArea::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
WebPage.h 71 class ArgumentDecoder;
188 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
189 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
423 void didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
424 CoreIPC::SyncReplyMode didReceiveSyncWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 177 processIncomingMessage(MessageID::fromInt(messageID), adoptPtr(new ArgumentDecoder(m_readBuffer.data(), realBufferSize)));
  /external/webkit/Source/WebKit2/Platform/mac/
SharedMemoryMac.cpp 29 #include "ArgumentDecoder.h"
64 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 29 #include "ArgumentDecoder.h"
87 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 111 void PluginProcess::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages_unittest.py 520 #include "ArgumentDecoder.h"
585 void WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
623 CoreIPC::SyncReplyMode WebPage::didReceiveSyncWebPageMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPVariantData.cpp 31 #include "ArgumentDecoder.h"
151 bool NPVariantData::decode(CoreIPC::ArgumentDecoder* decoder, NPVariantData& result)

Completed in 1794 milliseconds

1 2 3 4 5 67 8