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

12 3 4 5 6 7 8

  /external/webkit/Source/WebKit2/Shared/
DictionaryPopupInfo.h 37 class ArgumentDecoder;
45 static bool decode(CoreIPC::ArgumentDecoder*, DictionaryPopupInfo&);
OriginAndDatabases.h 34 class ArgumentDecoder;
42 static bool decode(CoreIPC::ArgumentDecoder*, OriginAndDatabases&);
PlatformPopupMenuData.h 34 class ArgumentDecoder;
44 static bool decode(CoreIPC::ArgumentDecoder*, PlatformPopupMenuData&);
UpdateInfo.h 34 class ArgumentDecoder;
47 static bool decode(CoreIPC::ArgumentDecoder*, UpdateInfo&);
WebOpenPanelParameters.h 34 class ArgumentDecoder;
46 static bool decode(CoreIPC::ArgumentDecoder*, Data&);
WebPopupItem.h 33 class ArgumentDecoder;
50 static bool decode(CoreIPC::ArgumentDecoder*, WebPopupItem&);
ContextMenuState.h 43 static bool decode(CoreIPC::ArgumentDecoder* decoder, ContextMenuState& result)
FontInfo.cpp 44 bool FontInfo::decode(CoreIPC::ArgumentDecoder* decoder, FontInfo& fontInfo)
SessionState.cpp 38 static bool decode(ArgumentDecoder* decoder, RefPtr<T>& item)
73 bool SessionState::decode(CoreIPC::ArgumentDecoder* decoder, SessionState& state)
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.h 35 class ArgumentDecoder;
51 static bool decode(CoreIPC::ArgumentDecoder*, NPIdentifierData&);
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.h 38 class ArgumentDecoder;
53 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/mac/
PlatformCertificateInfo.h 33 class ArgumentDecoder;
48 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
UpdateChunk.h 34 class ArgumentDecoder;
50 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.h 36 class ArgumentDecoder;
51 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.h 33 class ArgumentDecoder;
49 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
PlatformCertificateInfo.h 32 class ArgumentDecoder;
55 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
LayerTreeContextWin.cpp 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&)
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.h 36 class ArgumentDecoder;
75 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
76 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
102 void didReceiveWebFullScreenManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
103 CoreIPC::SyncReplyMode didReceiveSyncWebFullScreenManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply);
WebApplicationCacheManagerProxy.h 38 class ArgumentDecoder;
66 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
77 void didReceiveWebApplicationCacheManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
WebKeyValueStorageManagerProxy.h 38 class ArgumentDecoder;
66 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
77 void didReceiveWebKeyValueStorageManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
WebMediaCacheManagerProxy.h 38 class ArgumentDecoder;
64 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
75 void didReceiveWebMediaCacheManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
WebIconDatabase.h 41 class ArgumentDecoder;
95 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
96 CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
103 void didReceiveWebIconDatabaseMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
104 CoreIPC::SyncReplyMode didReceiveSyncWebIconDatabaseMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/WebProcess/Authentication/
AuthenticationManager.h 32 class ArgumentDecoder;
53 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
65 void didReceiveAuthenticationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDatabaseManager.h 35 class ArgumentDecoder;
48 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
59 void didReceiveWebDatabaseManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 31 #include "ArgumentDecoder.h"
85 virtual void didReceiveMessage(Connection*, MessageID, ArgumentDecoder*) = 0;
86 virtual SyncReplyMode didReceiveSyncMessage(Connection*, MessageID, ArgumentDecoder*, ArgumentEncoder*) { ASSERT_NOT_REACHED(); return AutomaticReply; }
154 template<typename E> PassOwnPtr<ArgumentDecoder> deprecatedWaitFor(E messageID, uint64_t destinationID, double timeout);
198 PassOwnPtr<ArgumentDecoder> waitForMessage(MessageID, uint64_t destinationID, double timeout);
200 PassOwnPtr<ArgumentDecoder> sendSyncMessage(MessageID, uint64_t syncRequestID, PassOwnPtr<ArgumentEncoder>, double timeout);
201 PassOwnPtr<ArgumentDecoder> waitForSyncReply(uint64_t syncRequestID, double timeout);
204 void processIncomingMessage(MessageID, PassOwnPtr<ArgumentDecoder>);
205 void processIncomingSyncReply(PassOwnPtr<ArgumentDecoder>);
213 typedef Message<ArgumentDecoder> IncomingMessage
    [all...]

Completed in 149 milliseconds

12 3 4 5 6 7 8