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

1 2 3 4 56 7 8

  /external/webkit/Source/WebKit2/Shared/Plugins/
NPRemoteObjectMap.h 67 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
  /external/webkit/Source/WebKit2/Shared/
WebBackForwardListItem.cpp 72 PassRefPtr<WebBackForwardListItem> WebBackForwardListItem::decode(CoreIPC::ArgumentDecoder& decoder)
WebKeyboardEvent.cpp 56 bool WebKeyboardEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebKeyboardEvent& t)
WebPopupItem.cpp 71 bool WebPopupItem::decode(CoreIPC::ArgumentDecoder* decoder, WebPopupItem& item)
PlatformPopupMenuData.cpp 68 bool PlatformPopupMenuData::decode(CoreIPC::ArgumentDecoder* decoder, PlatformPopupMenuData& data)
ShareableBitmap.h 61 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.cpp 78 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk)
  /external/webkit/Source/WebKit2/Shared/mac/
UpdateChunk.cpp 29 #include "ArgumentDecoder.h"
77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk)
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h 75 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
WebApplicationCacheManagerProxy.cpp 60 void WebApplicationCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
WebContext.h 120 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
121 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
201 void didReceiveWebContextMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
202 CoreIPC::SyncReplyMode didReceiveSyncWebContextMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
WebKeyValueStorageManagerProxy.cpp 60 void WebKeyValueStorageManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
WebMediaCacheManagerProxy.cpp 59 void WebMediaCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
WebProcessProxy.h 129 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
130 virtual CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
152 void didReceiveWebProcessProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
153 CoreIPC::SyncReplyMode didReceiveSyncWebProcessProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
WebContextUserMessageCoders.h 99 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebContextUserMessageDecoder& coder)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.h 61 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
TiledDrawingArea.h 57 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 231 static PassOwnPtr<ArgumentDecoder> createArgumentDecoder(mach_msg_header_t* header)
238 return adoptPtr(new ArgumentDecoder(body, bodySize));
283 ArgumentDecoder* argumentDecoder;
286 argumentDecoder = new ArgumentDecoder(messageBody, messageBodySize);
288 argumentDecoder = new ArgumentDecoder(messageBody, messageBodySize, attachments);
292 return adoptPtr(argumentDecoder);
298 return adoptPtr(new ArgumentDecoder(messageBody, messageBodySize, attachments))
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.h 66 void didReceivePluginControllerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
67 CoreIPC::SyncReplyMode didReceiveSyncPluginControllerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
WebProcessConnection.cpp 100 void WebProcessConnection::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
116 CoreIPC::SyncReplyMode WebProcessConnection::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.h 57 void didReceivePluginProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments);
58 CoreIPC::SyncReplyMode didReceiveSyncPluginProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.cpp 31 #include "ArgumentDecoder.h"
77 bool UpdateChunk::decode(CoreIPC::ArgumentDecoder* decoder, UpdateChunk& chunk)
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 52 void WebApplicationCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.cpp 60 void AuthenticationManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp 50 void WebCookieManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)

Completed in 431 milliseconds

1 2 3 4 56 7 8