Searched refs:ArgumentDecoder (Results 101 - 125 of 170) sorted by relevance

1234567

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DVisibleContentRectUpdateInfo.h32 class ArgumentDecoder;
80 static bool decode(IPC::ArgumentDecoder&, VisibleContentRectUpdateInfo&);
H A DWebHitTestResult.h31 class ArgumentDecoder;
61 static bool decode(IPC::ArgumentDecoder&, WebHitTestResult::Data&);
H A DWebCoreArgumentCoders.cpp94 bool ArgumentCoder<AffineTransform>::decode(ArgumentDecoder& decoder, AffineTransform& affineTransform)
104 bool ArgumentCoder<TransformationMatrix>::decode(ArgumentDecoder& decoder, TransformationMatrix& transformationMatrix)
114 bool ArgumentCoder<LinearTimingFunction>::decode(ArgumentDecoder&, LinearTimingFunction&)
132 bool ArgumentCoder<CubicBezierTimingFunction>::decode(ArgumentDecoder& decoder, CubicBezierTimingFunction& timingFunction)
169 bool ArgumentCoder<StepsTimingFunction>::decode(ArgumentDecoder& decoder, StepsTimingFunction& timingFunction)
191 bool ArgumentCoder<FloatPoint>::decode(ArgumentDecoder& decoder, FloatPoint& floatPoint)
202 bool ArgumentCoder<FloatPoint3D>::decode(ArgumentDecoder& decoder, FloatPoint3D& floatPoint)
213 bool ArgumentCoder<FloatRect>::decode(ArgumentDecoder& decoder, FloatRect& floatRect)
224 bool ArgumentCoder<FloatSize>::decode(ArgumentDecoder& decoder, FloatSize& floatSize)
236 bool ArgumentCoder<FloatQuad>::decode(ArgumentDecoder
[all...]
H A DWebEvent.h40 class ArgumentDecoder;
106 static bool decode(IPC::ArgumentDecoder&, WebEvent&);
137 static bool decode(IPC::ArgumentDecoder&, WebMouseEvent&);
193 static bool decode(IPC::ArgumentDecoder&, WebWheelEvent&);
240 static bool decode(IPC::ArgumentDecoder&, WebKeyboardEvent&);
286 static bool decode(IPC::ArgumentDecoder&, WebPlatformTouchPoint&);
323 static bool decode(IPC::ArgumentDecoder&, WebTouchEvent&);
366 static bool decode(IPC::ArgumentDecoder&, WebPlatformTouchPoint&);
391 static bool decode(IPC::ArgumentDecoder&, WebTouchEvent&);
H A DAssistedNodeInformation.cpp44 bool OptionItem::decode(IPC::ArgumentDecoder& decoder, OptionItem& result)
88 bool AssistedNodeInformation::decode(IPC::ArgumentDecoder& decoder, AssistedNodeInformation& result)
H A DWebProcessCreationParameters.h52 class ArgumentDecoder;
62 static bool decode(IPC::ArgumentDecoder&, WebProcessCreationParameters&);
H A DAPINumber.h30 #include "ArgumentDecoder.h"
51 static bool decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result)
H A DEditorState.h100 static bool decode(IPC::ArgumentDecoder&, EditorState&);
H A DInteractionInformationAtPosition.cpp52 bool InteractionInformationAtPosition::decode(IPC::ArgumentDecoder& decoder, InteractionInformationAtPosition& result)
H A DShareableResource.h57 static bool decode(IPC::ArgumentDecoder&, Handle&);
H A DVisibleContentRectUpdateInfo.cpp49 bool VisibleContentRectUpdateInfo::decode(IPC::ArgumentDecoder& decoder, VisibleContentRectUpdateInfo& result)
H A DWebBackForwardListItem.h39 class ArgumentDecoder;
H A DWebGeolocationPosition.h31 #include "ArgumentDecoder.h"
40 static bool decode(IPC::ArgumentDecoder&, Data&);
H A DWebMouseEvent.cpp72 bool WebMouseEvent::decode(IPC::ArgumentDecoder& decoder, WebMouseEvent& result)
H A DWebPlatformTouchPoint.cpp71 bool WebPlatformTouchPoint::decode(IPC::ArgumentDecoder& decoder, WebPlatformTouchPoint& result)
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.cpp60 static bool decodeImage(ArgumentDecoder& decoder, GRefPtr<GdkPixbuf>& pixbuf)
118 static bool decodeDataObject(ArgumentDecoder& decoder, RefPtr<DataObjectGtk>& dataObject)
203 bool ArgumentCoder<DragData>::decode(ArgumentDecoder& decoder, DragData& dragData)
244 static bool decodeGKeyFile(ArgumentDecoder& decoder, GUniquePtr<GKeyFile>& keyFile)
269 bool decode(ArgumentDecoder& decoder, GRefPtr<GtkPrintSettings>& printSettings)
292 bool decode(ArgumentDecoder& decoder, GRefPtr<GtkPageSetup>& pageSetup)
/macosx-10.10/WebKit2-7600.1.25/Shared/cf/
H A DArgumentCodersCF.cpp29 #include "ArgumentDecoder.h"
200 bool decode(ArgumentDecoder& decoder, RetainPtr<CFTypeRef>& result)
327 bool decode(ArgumentDecoder& decoder, RetainPtr<CFArrayRef>& result)
352 bool decode(ArgumentDecoder& decoder, RetainPtr<CFBooleanRef>& result)
370 bool decode(ArgumentDecoder& decoder, RetainPtr<CFDataRef>& result)
385 bool decode(ArgumentDecoder& decoder, RetainPtr<CFDateRef>& result)
419 bool decode(ArgumentDecoder& decoder, RetainPtr<CFDictionaryRef>& result)
503 bool decode(ArgumentDecoder& decoder, RetainPtr<CFNumberRef>& result)
543 bool decode(ArgumentDecoder& decoder, RetainPtr<CFStringRef>& result)
577 bool decode(ArgumentDecoder
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DArgumentCodersMac.mm30 #import "ArgumentDecoder.h"
131 bool decode(ArgumentDecoder& decoder, RetainPtr<id>& result)
246 bool decode(ArgumentDecoder& decoder, RetainPtr<NSAttributedString>& result)
289 bool decode(ArgumentDecoder& decoder, RetainPtr<NSColor>& result)
326 bool decode(ArgumentDecoder& decoder, RetainPtr<NSDictionary>& result)
357 bool decode(ArgumentDecoder& decoder, RetainPtr<NSFont>& result)
375 bool decode(ArgumentDecoder& decoder, RetainPtr<NSNumber>& result)
390 bool decode(ArgumentDecoder& decoder, RetainPtr<NSString>& result)
416 bool decode(ArgumentDecoder& decoder, RetainPtr<NSArray>& result)
440 bool decode(ArgumentDecoder
[all...]
H A DColorSpaceData.mm30 #include "ArgumentDecoder.h"
65 bool ColorSpaceData::decode(IPC::ArgumentDecoder& decoder, ColorSpaceData& colorSpaceData)
H A DRemoteLayerTreeTransaction.h42 class ArgumentDecoder;
92 static bool decode(IPC::ArgumentDecoder&, LayerCreationProperties&);
105 static bool decode(IPC::ArgumentDecoder&, LayerProperties&);
161 static bool decode(IPC::ArgumentDecoder&, RemoteLayerTreeTransaction&);
H A DSecItemRequestData.cpp65 bool SecItemRequestData::decode(IPC::ArgumentDecoder& decoder, SecItemRequestData& secItemRequestData)
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPIdentifierData.cpp31 #include "ArgumentDecoder.h"
79 bool NPIdentifierData::decode(IPC::ArgumentDecoder& decoder, NPIdentifierData& result)
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DQuickLookDocumentData.cpp31 #include "ArgumentDecoder.h"
65 bool QuickLookDocumentData::decode(IPC::ArgumentDecoder& decoder, QuickLookDocumentData& documentData)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotification.h37 class ArgumentDecoder;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPlugin.cpp49 bool Plugin::Parameters::decode(IPC::ArgumentDecoder& decoder, Parameters& parameters)

Completed in 152 milliseconds

1234567