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

1 2 3 4 5 6 7 8

  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.h 34 class ArgumentDecoder;
38 bool decode(ArgumentDecoder*, RetainPtr<NSAttributedString>&);
42 bool decode(ArgumentDecoder*, RetainPtr<NSColor>&);
46 bool decode(ArgumentDecoder*, RetainPtr<NSDictionary>&);
50 bool decode(ArgumentDecoder*, RetainPtr<NSFont>&);
54 bool decode(ArgumentDecoder*, RetainPtr<NSNumber>&);
58 bool decode(ArgumentDecoder*, RetainPtr<NSString>&);
AttributedString.h 34 class ArgumentDecoder;
42 static bool decode(CoreIPC::ArgumentDecoder*, AttributedString&);
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.h 38 class ArgumentDecoder;
42 bool decode(ArgumentDecoder*, RetainPtr<CFArrayRef>& result);
46 bool decode(ArgumentDecoder*, RetainPtr<CFBooleanRef>& result);
50 bool decode(ArgumentDecoder*, RetainPtr<CFDataRef>& result);
54 bool decode(ArgumentDecoder*, RetainPtr<CFDictionaryRef>& result);
58 bool decode(ArgumentDecoder*, RetainPtr<CFNumberRef>& result);
62 bool decode(ArgumentDecoder*, RetainPtr<CFStringRef>& result);
66 bool decode(ArgumentDecoder*, RetainPtr<CFURLRef>& result);
71 bool decode(ArgumentDecoder*, RetainPtr<SecCertificateRef>& result);
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.h 33 class ArgumentDecoder;
48 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
57 void didReceiveWebApplicationCacheManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.h 33 class ArgumentDecoder;
48 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
57 void didReceiveWebKeyValueStorageManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/MediaCache/
WebMediaCacheManager.h 33 class ArgumentDecoder;
46 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
55 void didReceiveWebMediaCacheManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.h 39 class ArgumentDecoder {
41 ArgumentDecoder(const uint8_t* buffer, size_t bufferSize);
42 ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>&);
43 ~ArgumentDecoder();
53 // The data in the data reference here will only be valid for the lifetime of the ArgumentDecoder object.
107 ArgumentDecoder(const ArgumentDecoder*);
108 ArgumentDecoder* operator=(const ArgumentDecoder*);
124 template<> inline bool ArgumentDecoder::decode(bool& n
    [all...]
ArgumentDecoder.cpp 27 #include "ArgumentDecoder.h"
34 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize)
39 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Deque<Attachment>& attachments)
46 ArgumentDecoder::~ArgumentDecoder()
59 void ArgumentDecoder::initialize(const uint8_t* buffer, size_t bufferSize)
77 bool ArgumentDecoder::alignBufferPosition(unsigned alignment, size_t size)
90 bool ArgumentDecoder::bufferIsLargeEnoughToContain(unsigned alignment, size_t size) cons
    [all...]
ArgumentCoder.h 33 class ArgumentDecoder;
42 static bool decode(ArgumentDecoder* decoder, T& t)
DataReference.cpp 29 #include "ArgumentDecoder.h"
39 bool DataReference::decode(ArgumentDecoder* decoder, DataReference& dataReference)
DataReference.h 33 class ArgumentDecoder;
61 static bool decode(ArgumentDecoder* decoder, DataReference& dataReference);
  /external/webkit/Source/WebKit2/Shared/
FontInfo.h 34 class ArgumentDecoder;
42 static bool decode(CoreIPC::ArgumentDecoder*, FontInfo&);
LayerTreeContext.h 30 class ArgumentDecoder;
44 static bool decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&);
PrintInfo.h 39 class ArgumentDecoder;
54 static bool decode(CoreIPC::ArgumentDecoder*, PrintInfo&);
SecurityOriginData.h 34 class ArgumentDecoder;
44 static bool decode(CoreIPC::ArgumentDecoder*, SecurityOriginData&);
SessionState.h 32 class ArgumentDecoder;
49 static bool decode(CoreIPC::ArgumentDecoder*, SessionState&);
WebPageGroupData.h 32 class ArgumentDecoder;
40 static bool decode(CoreIPC::ArgumentDecoder*, WebPageGroupData&);
  /external/webkit/Source/WebKit2/Shared/Plugins/
PluginProcessCreationParameters.h 38 class ArgumentDecoder;
48 static bool decode(CoreIPC::ArgumentDecoder*, PluginProcessCreationParameters&);
  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationManagerProxy.h 34 class ArgumentDecoder;
58 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
66 void didReceiveWebGeolocationManagerProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.h 34 class ArgumentDecoder;
46 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
66 void didReceiveWebCookieManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.h 36 class ArgumentDecoder;
60 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
64 void didReceiveWebGeolocationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.h 36 class ArgumentDecoder;
50 void didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
57 void didReceiveWebResourceCacheManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
  /external/webkit/Source/WebKit2/Shared/gtk/
PlatformCertificateInfo.h 30 #include "ArgumentDecoder.h"
50 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&)
  /external/webkit/Source/WebKit2/Shared/qt/
PlatformCertificateInfo.h 29 #include "ArgumentDecoder.h"
49 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&)
  /external/webkit/Source/WebKit2/WebProcess/gtk/
WebProcessGtk.cpp 45 void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters&, CoreIPC::ArgumentDecoder*)

Completed in 139 milliseconds

1 2 3 4 5 6 7 8