Searched refs:ArgumentDecoder (Results 1 - 25 of 170) sorted by relevance

1234567

/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DArgumentCodersMac.h34 class ArgumentDecoder;
38 bool decode(ArgumentDecoder&, RetainPtr<id>&);
42 bool decode(ArgumentDecoder&, RetainPtr<NSAttributedString>&);
47 bool decode(ArgumentDecoder&, RetainPtr<NSColor>&);
52 bool decode(ArgumentDecoder&, RetainPtr<NSDictionary>&);
56 bool decode(ArgumentDecoder&, RetainPtr<NSArray>&);
61 bool decode(ArgumentDecoder&, RetainPtr<NSFont>&);
66 bool decode(ArgumentDecoder&, RetainPtr<NSNumber>&);
70 bool decode(ArgumentDecoder&, RetainPtr<NSString>&);
74 bool decode(ArgumentDecoder
[all...]
H A DAttributedString.h34 class ArgumentDecoder;
42 static bool decode(IPC::ArgumentDecoder&, AttributedString&);
H A DColorSpaceData.h32 class ArgumentDecoder;
40 static bool decode(IPC::ArgumentDecoder&, ColorSpaceData&);
H A DSecItemResponseData.h32 class ArgumentDecoder;
44 static bool decode(IPC::ArgumentDecoder&, SecItemResponseData&);
/macosx-10.10/WebKit2-7600.1.25/Shared/cf/
H A DArgumentCodersCF.h39 class ArgumentDecoder;
43 bool decode(ArgumentDecoder&, RetainPtr<CFArrayRef>& result);
47 bool decode(ArgumentDecoder&, RetainPtr<CFBooleanRef>& result);
51 bool decode(ArgumentDecoder&, RetainPtr<CFDataRef>& result);
55 bool decode(ArgumentDecoder&, RetainPtr<CFDateRef>& result);
59 bool decode(ArgumentDecoder&, RetainPtr<CFDictionaryRef>& result);
63 bool decode(ArgumentDecoder&, RetainPtr<CFNumberRef>& result);
67 bool decode(ArgumentDecoder&, RetainPtr<CFStringRef>& result);
71 bool decode(ArgumentDecoder&, RetainPtr<CFTypeRef>& result);
75 bool decode(ArgumentDecoder
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.h118 static bool decode(ArgumentDecoder&, WebCore::AffineTransform&);
123 static bool decode(ArgumentDecoder&, WebCore::TransformationMatrix&);
128 static bool decode(ArgumentDecoder&, WebCore::LinearTimingFunction&);
133 static bool decode(ArgumentDecoder&, WebCore::CubicBezierTimingFunction&);
138 static bool decode(ArgumentDecoder&, WebCore::StepsTimingFunction&);
143 static bool decode(ArgumentDecoder&, WebCore::CertificateInfo&);
148 static bool decode(ArgumentDecoder&, WebCore::FloatPoint&);
153 static bool decode(ArgumentDecoder&, WebCore::FloatPoint3D&);
158 static bool decode(ArgumentDecoder&, WebCore::FloatRect&);
163 static bool decode(ArgumentDecoder
[all...]
H A DFontInfo.h34 class ArgumentDecoder;
42 static bool decode(IPC::ArgumentDecoder&, FontInfo&);
H A DDictionaryPopupInfo.h36 class ArgumentDecoder;
44 static bool decode(IPC::ArgumentDecoder&, DictionaryPopupInfo&);
H A DNavigationActionData.h33 class ArgumentDecoder;
43 static bool decode(IPC::ArgumentDecoder&, NavigationActionData&);
H A DOriginAndDatabases.h36 class ArgumentDecoder;
44 static bool decode(IPC::ArgumentDecoder&, OriginAndDatabases&);
H A DPlatformPopupMenuData.h35 class ArgumentDecoder;
45 static bool decode(IPC::ArgumentDecoder&, PlatformPopupMenuData&);
H A DUserData.h38 class ArgumentDecoder;
53 static bool decode(IPC::ArgumentDecoder&, UserData&);
59 static bool decode(IPC::ArgumentDecoder&, RefPtr<API::Object>&);
H A DAPIURLRequest.h34 class ArgumentDecoder;
53 static bool decode(IPC::ArgumentDecoder&, RefPtr<Object>&);
H A DAPIURLResponse.h34 class ArgumentDecoder;
50 static bool decode(IPC::ArgumentDecoder&, RefPtr<Object>&);
H A DLayerTreeContext.h32 class ArgumentDecoder;
51 static bool decode(IPC::ArgumentDecoder&, LayerTreeContext&);
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentDecoder.cpp27 #include "ArgumentDecoder.h"
34 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize) function in class:IPC::ArgumentDecoder
39 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Vector<Attachment> attachments) function in class:IPC::ArgumentDecoder
46 ArgumentDecoder::~ArgumentDecoder()
68 void ArgumentDecoder::initialize(const uint8_t* buffer, size_t bufferSize)
84 bool ArgumentDecoder::alignBufferPosition(unsigned alignment, size_t size)
97 bool ArgumentDecoder
[all...]
H A DArgumentCoder.h31 class ArgumentDecoder;
40 static bool decode(ArgumentDecoder& decoder, T& t)
/macosx-10.10/WebKit2-7600.1.25/Shared/Databases/
H A DDatabaseProcessCreationParameters.h36 class ArgumentDecoder;
46 static bool decode(IPC::ArgumentDecoder&, DatabaseProcessCreationParameters&);
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.h61 static bool decode(ArgumentDecoder&, WebCore::FilterOperations&);
67 static bool decode(ArgumentDecoder&, WebCore::TransformOperations&);
72 static bool decode(ArgumentDecoder&, WebCore::GraphicsLayerAnimations&);
77 static bool decode(ArgumentDecoder&, WebCore::GraphicsLayerAnimation&);
83 static bool decode(ArgumentDecoder&, WebCore::GraphicsSurfaceToken&);
89 static bool decode(ArgumentDecoder&, WebCore::SurfaceUpdateInfo&);
94 static bool decode(ArgumentDecoder&, WebCore::CoordinatedGraphicsLayerState&);
99 static bool decode(ArgumentDecoder&, WebCore::TileUpdateInfo&);
104 static bool decode(ArgumentDecoder&, WebCore::TileCreationInfo&);
109 static bool decode(ArgumentDecoder
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.h44 static bool decode(ArgumentDecoder&, WebCore::DragData&);
48 bool decode(ArgumentDecoder&, GRefPtr<GtkPrintSettings>&);
51 bool decode(ArgumentDecoder&, GRefPtr<GtkPageSetup>&);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.h34 class ArgumentDecoder;
44 static bool decode(IPC::ArgumentDecoder&, PluginCreationParameters&);
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPIdentifierData.h35 class ArgumentDecoder;
49 static bool decode(IPC::ArgumentDecoder&, NPIdentifierData&);
H A DPluginProcessCreationParameters.h38 class ArgumentDecoder;
48 static bool decode(IPC::ArgumentDecoder&, PluginProcessCreationParameters&);
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DQuickLookDocumentData.h33 class ArgumentDecoder;
45 static bool decode(IPC::ArgumentDecoder&, QuickLookDocumentData&);
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.h34 class ArgumentDecoder;
49 static bool decode(IPC::ArgumentDecoder&, RemoteScrollingCoordinatorTransaction&);
58 bool decode(IPC::ArgumentDecoder&);

Completed in 418 milliseconds

1234567