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

1 23 4 5 6 7 8

  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 37 class ArgumentDecoder;
45 static bool decode(CoreIPC::ArgumentDecoder*, WebPageCreationParameters&);
OriginAndDatabases.cpp 40 bool OriginAndDatabases::decode(CoreIPC::ArgumentDecoder* decoder, OriginAndDatabases& originAndDatabases)
PrintInfo.cpp 29 #include "ArgumentDecoder.h"
47 bool PrintInfo::decode(CoreIPC::ArgumentDecoder* decoder, PrintInfo& info)
WebNavigationDataStore.h 29 #include "ArgumentDecoder.h"
43 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebNavigationDataStore& store)
WebPageGroupData.cpp 39 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder* decoder, WebPageGroupData& data)
SandboxExtension.h 41 class ArgumentDecoder;
62 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
92 inline bool SandboxExtension::Handle::decode(CoreIPC::ArgumentDecoder*, Handle&) { return true; }
DictionaryPopupInfo.cpp 48 bool DictionaryPopupInfo::decode(CoreIPC::ArgumentDecoder* decoder, DictionaryPopupInfo& result)
StringPairVector.h 53 static bool decode(CoreIPC::ArgumentDecoder* decoder, StringPairVector& stringPairVector)
UpdateInfo.cpp 43 bool UpdateInfo::decode(CoreIPC::ArgumentDecoder* decoder, UpdateInfo& result)
  /external/webkit/Source/WebKit2/Shared/mac/
AttributedString.mm 30 #import "ArgumentDecoder.h"
43 bool AttributedString::decode(CoreIPC::ArgumentDecoder* decoder, AttributedString& attributedString)
ShareableSurface.h 39 class ArgumentDecoder;
55 static bool decode(CoreIPC::ArgumentDecoder*, Handle&);
  /external/webkit/Source/WebKit2/UIProcess/
WebResourceCacheManagerProxy.h 37 class ArgumentDecoder;
65 void didReceiveWebResourceCacheManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
DrawingAreaProxy.h 42 class ArgumentDecoder;
76 void didReceiveDrawingAreaProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
79 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) = 0;
WebCookieManagerProxy.h 38 class ArgumentDecoder;
73 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
87 void didReceiveWebCookieManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DecoderAdapter.h 29 #include "ArgumentDecoder.h"
50 CoreIPC::ArgumentDecoder m_decoder;
DrawingArea.h 35 class ArgumentDecoder;
57 void didReceiveDrawingAreaMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
77 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) = 0;
  /external/webkit/Source/WebKit2/WebProcess/qt/
WebProcessQt.cpp 44 void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters& parameters, CoreIPC::ArgumentDecoder* arguments)
  /external/webkit/Source/WebKit2/PluginProcess/
WebProcessConnection.h 60 virtual void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
61 virtual CoreIPC::SyncReplyMode didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
67 CoreIPC::SyncReplyMode didReceiveSyncWebProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*);
  /external/webkit/Source/WebKit2/Shared/gtk/
WebCoreArgumentCodersGtk.cpp 39 bool decodeResourceRequest(ArgumentDecoder* decoder, WebCore::ResourceRequest& resourceRequest)
55 bool decodeResourceResponse(ArgumentDecoder* decoder, WebCore::ResourceResponse& resourceResponse)
69 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
  /external/webkit/Source/WebKit2/Shared/qt/
WebCoreArgumentCodersQt.cpp 39 bool decodeResourceRequest(ArgumentDecoder* decoder, WebCore::ResourceRequest& resourceRequest)
54 bool decodeResourceResponse(ArgumentDecoder* decoder, WebCore::ResourceResponse& resourceResponse)
68 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.h 35 class ArgumentDecoder;
55 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
80 void didReceiveWebFullScreenManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 39 class ArgumentDecoder;
73 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
76 void didReceiveWebIconDatabaseProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentCoders.h 29 #include "ArgumentDecoder.h"
47 static bool decode(ArgumentDecoder* decoder, T& t)
60 static bool decode(ArgumentDecoder* decoder, std::pair<T, U>& pair)
86 static bool decode(ArgumentDecoder* decoder, Vector<T>& vector)
116 static bool decode(ArgumentDecoder* decoder, Vector<T>& vector)
155 static bool decode(ArgumentDecoder* decoder, Vector<uint8_t>& vector)
171 static bool decode(ArgumentDecoder* decoder, HashMapType& hashMap)
212 static bool decode(ArgumentDecoder* decoder, CString& result)
254 static bool decode(ArgumentDecoder* decoder, String& result)
288 static bool decode(ArgumentDecoder* decoder, AtomicString& atomicString
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
MachPort.h 29 #include "ArgumentDecoder.h"
54 static bool decode(ArgumentDecoder* decoder, MachPort& p)
  /external/webkit/Source/WebKit2/Shared/Plugins/
PluginProcessCreationParameters.cpp 49 bool PluginProcessCreationParameters::decode(CoreIPC::ArgumentDecoder* decoder, PluginProcessCreationParameters& result)

Completed in 1133 milliseconds

1 23 4 5 6 7 8