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

1 2 34 5 6 7 8

  /external/webkit/Source/WebKit2/Shared/
WebEvent.cpp 29 #include "ArgumentDecoder.h"
54 bool WebEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebEvent& t)
WebGeolocationPosition.cpp 51 bool WebGeolocationPosition::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& data)
WebOpenPanelParameters.cpp 52 bool WebOpenPanelParameters::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& result)
WebPlatformTouchPoint.cpp 51 bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder* decoder, WebPlatformTouchPoint& t)
WebCoreArgumentCoders.h 30 #include "ArgumentDecoder.h"
73 static bool decode(ArgumentDecoder* decoder, WebCore::MimeClassInfo& mimeClassInfo)
95 static bool decode(ArgumentDecoder* decoder, WebCore::PluginInfo& pluginInfo)
116 static bool decode(ArgumentDecoder* decoder, WebCore::HTTPHeaderMap& headerMap)
128 static bool decode(ArgumentDecoder* decoder, WebCore::AuthenticationChallenge& challenge)
151 static bool decode(ArgumentDecoder* decoder, WebCore::ProtectionSpace& space)
174 static bool decode(ArgumentDecoder* decoder, WebCore::Credential& credential)
190 bool decodeImage(ArgumentDecoder*, RefPtr<WebCore::Image>&);
214 static bool decode(ArgumentDecoder* decoder, WebCore::Cursor& cursor)
250 bool decodeResourceRequest(ArgumentDecoder*, WebCore::ResourceRequest&)
    [all...]
WebBackForwardListItem.h 34 class ArgumentDecoder;
66 static PassRefPtr<WebBackForwardListItem> decode(CoreIPC::ArgumentDecoder&);
WebContextMenuItemData.h 33 class ArgumentDecoder;
65 static bool decode(CoreIPC::ArgumentDecoder*, WebContextMenuItemData&);
WebEvent.h 37 class ArgumentDecoder;
103 static bool decode(CoreIPC::ArgumentDecoder*, WebEvent&);
140 static bool decode(CoreIPC::ArgumentDecoder*, WebMouseEvent&);
195 static bool decode(CoreIPC::ArgumentDecoder*, WebWheelEvent&);
230 static bool decode(CoreIPC::ArgumentDecoder*, WebKeyboardEvent&);
258 static bool decode(CoreIPC::ArgumentDecoder*, WebGestureEvent&);
296 static bool decode(CoreIPC::ArgumentDecoder*, WebPlatformTouchPoint&);
317 static bool decode(CoreIPC::ArgumentDecoder*, WebTouchEvent&);
WebProcessCreationParameters.h 40 class ArgumentDecoder;
50 static bool decode(CoreIPC::ArgumentDecoder*, WebProcessCreationParameters&);
SecurityOriginData.cpp 43 bool SecurityOriginData::decode(CoreIPC::ArgumentDecoder* decoder, SecurityOriginData& securityOriginData)
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.h 31 class ArgumentDecoder;
79 static bool decode(ArgumentDecoder*, Attachment&);
Connection.cpp 307 PassOwnPtr<ArgumentDecoder> Connection::waitForMessage(MessageID messageID, uint64_t destinationID, double timeout)
317 OwnPtr<ArgumentDecoder> arguments(message.arguments());
344 HashMap<std::pair<unsigned, uint64_t>, ArgumentDecoder*>::iterator it = m_waitForMessageMap.find(messageAndDestination);
346 OwnPtr<ArgumentDecoder> arguments(it->second);
361 return PassOwnPtr<ArgumentDecoder>();
364 PassOwnPtr<ArgumentDecoder> Connection::sendSyncMessage(MessageID messageID, uint64_t syncRequestID, PassOwnPtr<ArgumentEncoder> encoder, double timeout)
391 OwnPtr<ArgumentDecoder> reply = waitForSyncReply(syncRequestID, timeout);
406 PassOwnPtr<ArgumentDecoder> Connection::waitForSyncReply(uint64_t syncRequestID, double timeout)
451 void Connection::processIncomingSyncReply(PassOwnPtr<ArgumentDecoder> arguments)
481 void Connection::processIncomingMessage(MessageID messageID, PassOwnPtr<ArgumentDecoder> arguments
    [all...]
Attachment.cpp 29 #include "ArgumentDecoder.h"
67 bool Attachment::decode(ArgumentDecoder* decoder, Attachment& attachment)
  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 39 class ArgumentDecoder;
61 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.h 71 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
77 void didReceivePluginProcessMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPVariantData.h 34 class ArgumentDecoder;
104 static bool decode(CoreIPC::ArgumentDecoder*, NPVariantData&);
  /external/webkit/Source/WebKit2/Shared/mac/
LayerTreeContextMac.mm 29 #include "ArgumentDecoder.h"
48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder* decoder, LayerTreeContext& result)
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.h 63 void didReceiveDownloadProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
64 CoreIPC::SyncReplyMode didReceiveSyncDownloadProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.h 51 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
52 virtual void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
WebDatabaseManagerProxy.h 38 class ArgumentDecoder;
79 void didReceiveWebDatabaseManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
WebPageProxy.h 61 class ArgumentDecoder;
406 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
407 void didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
505 void didReceiveWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
506 CoreIPC::SyncReplyMode didReceiveSyncWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
513 void didStartProvisionalLoadForFrame(uint64_t frameID, const String& url, const String& unreachableURL, CoreIPC::ArgumentDecoder*);
514 void didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String&, CoreIPC::ArgumentDecoder*);
515 void didFailProvisionalLoadForFrame(uint64_t frameID, const WebCore::ResourceError&, CoreIPC::ArgumentDecoder*);
516 void didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo&, CoreIPC::ArgumentDecoder*);
517 void didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder*);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.h 65 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
66 virtual CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 125 void initializeWebProcess(const WebProcessCreationParameters&, CoreIPC::ArgumentDecoder*);
126 void platformInitializeWebProcess(const WebProcessCreationParameters&, CoreIPC::ArgumentDecoder*);
171 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
172 virtual CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
182 void didReceiveWebProcessMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Shared/win/
WebCoreArgumentCodersWin.cpp 54 bool decodeResourceRequest(ArgumentDecoder* decoder, WebCore::ResourceRequest& resourceRequest)
95 bool decodeResourceResponse(ArgumentDecoder* decoder, WebCore::ResourceResponse& resourceResponse)
131 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
  /external/webkit/Source/WebKit2/Platform/gtk/
SharedMemoryGtk.cpp 49 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)

Completed in 370 milliseconds

1 2 34 5 6 7 8