Searched refs:ArgumentDecoder (Results 126 - 150 of 170) sorted by relevance

1234567

/macosx-10.10/WebKit2-7600.1.25/WebProcess/Scrolling/
H A DRemoteScrollingCoordinator.h39 class ArgumentDecoder;
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp53 static bool decode(ArgumentDecoder&, ScrollingStateNode&);
58 static bool decode(ArgumentDecoder&, ScrollingStateScrollingNode&);
63 static bool decode(ArgumentDecoder&, ScrollingStateFrameScrollingNode&);
68 static bool decode(ArgumentDecoder&, ScrollingStateOverflowScrollingNode&);
73 static bool decode(ArgumentDecoder&, ScrollingStateFixedNode&);
78 static bool decode(ArgumentDecoder&, ScrollingStateStickyNode&);
96 bool ArgumentCoder<ScrollingStateNode>::decode(ArgumentDecoder& decoder, ScrollingStateNode& node)
186 bool ArgumentCoder<ScrollingStateScrollingNode>::decode(ArgumentDecoder& decoder, ScrollingStateScrollingNode& node)
213 bool ArgumentCoder<ScrollingStateFrameScrollingNode>::decode(ArgumentDecoder& decoder, ScrollingStateFrameScrollingNode& node)
259 bool ArgumentCoder<ScrollingStateOverflowScrollingNode>::decode(ArgumentDecoder
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebCoreArgumentCodersMac.mm103 bool ArgumentCoder<ResourceRequest>::decodePlatformData(ArgumentDecoder& decoder, ResourceRequest& resourceRequest)
157 bool ArgumentCoder<ResourceResponse>::decodePlatformData(ArgumentDecoder& decoder, ResourceResponse& resourceResponse)
193 bool ArgumentCoder<CertificateInfo>::decode(ArgumentDecoder& decoder, CertificateInfo& certificateInfo)
251 bool ArgumentCoder<ResourceError>::decodePlatformData(ArgumentDecoder& decoder, ResourceError& resourceError)
299 bool ArgumentCoder<ProtectionSpace>::decodePlatformData(ArgumentDecoder& decoder, ProtectionSpace& space)
323 bool ArgumentCoder<KeypressCommand>::decode(ArgumentDecoder& decoder, KeypressCommand& keypressCommand)
344 bool ArgumentCoder<ContentFilter>::decode(ArgumentDecoder& decoder, ContentFilter& contentFilter)
H A DRemoteLayerBackingStore.h70 static bool decode(IPC::ArgumentDecoder&, RemoteLayerBackingStore&);
H A DObjCObjectGraphCoders.mm168 static bool baseDecode(IPC::ArgumentDecoder& decoder, Owner& coder, WebKitNSType& type)
329 static bool decode(IPC::ArgumentDecoder& decoder, WebContextObjCObjectGraphDecoderImpl& coder)
442 static bool decode(IPC::ArgumentDecoder& decoder, InjectedBundleObjCObjectGraphDecoderImpl& coder)
510 bool WebContextObjCObjectGraphDecoder::decode(IPC::ArgumentDecoder& decoder, WebContextObjCObjectGraphDecoder& coder)
538 bool InjectedBundleObjCObjectGraphDecoder::decode(IPC::ArgumentDecoder& decoder, InjectedBundleObjCObjectGraphDecoder& coder)
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPreferencesStore.h29 #include "ArgumentDecoder.h"
41 static bool decode(IPC::ArgumentDecoder&, WebPreferencesStore&);
76 static bool decode(IPC::ArgumentDecoder&, Value&);
H A DContextMenuContextData.cpp111 bool ContextMenuContextData::decode(IPC::ArgumentDecoder& decoder, ContextMenuContextData& contextMenuContextData)
H A DEditorState.cpp71 bool EditorState::decode(IPC::ArgumentDecoder& decoder, EditorState& result)
H A DSecurityOriginData.cpp61 bool SecurityOriginData::decode(IPC::ArgumentDecoder& decoder, SecurityOriginData& securityOriginData)
H A DWebPopupItem.cpp82 bool WebPopupItem::decode(IPC::ArgumentDecoder& decoder, WebPopupItem& item)
H A DAPIURL.h93 static bool decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result)
H A DShareableBitmap.h68 static bool decode(IPC::ArgumentDecoder&, Handle&);
H A DShareableResource.cpp49 bool ShareableResource::Handle::decode(IPC::ArgumentDecoder& decoder, Handle& handle)
H A DWebHitTestResult.cpp75 bool WebHitTestResult::Data::decode(IPC::ArgumentDecoder& decoder, WebHitTestResult::Data& hitTestResultData)
H A DWebKeyboardEvent.cpp99 bool WebKeyboardEvent::decode(IPC::ArgumentDecoder& decoder, WebKeyboardEvent& result)
H A DWebWheelEvent.cpp91 bool WebWheelEvent::decode(IPC::ArgumentDecoder& decoder, WebWheelEvent& t)
H A DWebPreferencesStore.cpp74 bool WebPreferencesStore::Value::decode(IPC::ArgumentDecoder& decoder, Value& result)
128 bool WebPreferencesStore::decode(IPC::ArgumentDecoder& decoder, WebPreferencesStore& result)
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DWebCoordinatedSurface.h47 static bool decode(IPC::ArgumentDecoder&, Handle&);
H A DCoordinatedGraphicsArgumentCoders.cpp106 bool ArgumentCoder<WebCore::FilterOperations>::decode(ArgumentDecoder& decoder, WebCore::FilterOperations& filters)
235 bool ArgumentCoder<TransformOperations>::decode(ArgumentDecoder& decoder, TransformOperations& transformOperations)
369 bool decodeTimingFunction(ArgumentDecoder& decoder, RefPtr<TimingFunction>& timingFunction)
460 bool ArgumentCoder<GraphicsLayerAnimation>::decode(ArgumentDecoder& decoder, GraphicsLayerAnimation& animation)
562 bool ArgumentCoder<GraphicsLayerAnimations>::decode(ArgumentDecoder& decoder, GraphicsLayerAnimations& animations)
581 bool ArgumentCoder<WebCore::GraphicsSurfaceToken>::decode(ArgumentDecoder& decoder, WebCore::GraphicsSurfaceToken& token)
613 bool ArgumentCoder<SurfaceUpdateInfo>::decode(ArgumentDecoder& decoder, SurfaceUpdateInfo& surfaceUpdateInfo)
701 bool ArgumentCoder<CoordinatedGraphicsLayerState>::decode(ArgumentDecoder& decoder, CoordinatedGraphicsLayerState& state)
805 bool ArgumentCoder<TileUpdateInfo>::decode(ArgumentDecoder& decoder, TileUpdateInfo& updateInfo)
815 bool ArgumentCoder<TileCreationInfo>::decode(ArgumentDecoder
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/
H A DNetworkProcessCreationParameters.cpp72 bool NetworkProcessCreationParameters::decode(IPC::ArgumentDecoder& decoder, NetworkProcessCreationParameters& result)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.h35 class ArgumentDecoder;
236 static bool decode(IPC::ArgumentDecoder&, KeyframeValue&);
268 static bool decode(IPC::ArgumentDecoder&, Properties&);
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPVariantData.cpp31 #include "ArgumentDecoder.h"
150 bool NPVariantData::decode(IPC::ArgumentDecoder& decoder, NPVariantData& result)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFrameProxy.h43 class ArgumentDecoder;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleUserMessageCoders.h116 static bool decode(IPC::ArgumentDecoder& decoder, InjectedBundleUserMessageDecoder& coder)
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DOpenSyscall.cpp172 bool OpenSyscall::decode(IPC::ArgumentDecoder* decoder)
209 bool OpenSyscallResult::decode(IPC::ArgumentDecoder* decoder, int fd)

Completed in 128 milliseconds

1234567