Searched refs:ArgumentCoder (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.h116 template<> struct ArgumentCoder<WebCore::AffineTransform> { struct in namespace:IPC
121 template<> struct ArgumentCoder<WebCore::TransformationMatrix> { struct in namespace:IPC
126 template<> struct ArgumentCoder<WebCore::LinearTimingFunction> { struct in namespace:IPC
131 template<> struct ArgumentCoder<WebCore::CubicBezierTimingFunction> { struct in namespace:IPC
136 template<> struct ArgumentCoder<WebCore::StepsTimingFunction> { struct in namespace:IPC
141 template<> struct ArgumentCoder<WebCore::CertificateInfo> { struct in namespace:IPC
146 template<> struct ArgumentCoder<WebCore::FloatPoint> { struct in namespace:IPC
151 template<> struct ArgumentCoder<WebCore::FloatPoint3D> { struct in namespace:IPC
156 template<> struct ArgumentCoder<WebCore::FloatRect> { struct in namespace:IPC
161 template<> struct ArgumentCoder<WebCor struct in namespace:IPC
167 template<> struct ArgumentCoder<WebCore::FloatQuad> { struct in namespace:IPC
172 template<> struct ArgumentCoder<WebCore::ViewportArguments> { struct in namespace:IPC
178 template<> struct ArgumentCoder<WebCore::IntPoint> { struct in namespace:IPC
183 template<> struct ArgumentCoder<WebCore::IntRect> { struct in namespace:IPC
188 template<> struct ArgumentCoder<WebCore::IntSize> { struct in namespace:IPC
193 template<> struct ArgumentCoder<WebCore::Region> { struct in namespace:IPC
198 template<> struct ArgumentCoder<WebCore::Length> { struct in namespace:IPC
203 template<> struct ArgumentCoder<WebCore::ViewportAttributes> { struct in namespace:IPC
208 template<> struct ArgumentCoder<WebCore::MimeClassInfo> { struct in namespace:IPC
213 template<> struct ArgumentCoder<WebCore::PluginInfo> { struct in namespace:IPC
218 template<> struct ArgumentCoder<WebCore::HTTPHeaderMap> { struct in namespace:IPC
223 template<> struct ArgumentCoder<WebCore::AuthenticationChallenge> { struct in namespace:IPC
228 template<> struct ArgumentCoder<WebCore::ProtectionSpace> { struct in namespace:IPC
235 template<> struct ArgumentCoder<WebCore::Credential> { struct in namespace:IPC
240 template<> struct ArgumentCoder<WebCore::Cursor> { struct in namespace:IPC
245 template<> struct ArgumentCoder<WebCore::ResourceRequest> { struct in namespace:IPC
258 template<> struct ArgumentCoder<WebCore::ResourceResponse> { struct in namespace:IPC
265 template<> struct ArgumentCoder<WebCore::ResourceError> { struct in namespace:IPC
278 template<> struct ArgumentCoder<WebCore::WindowFeatures> { struct in namespace:IPC
283 template<> struct ArgumentCoder<WebCore::Color> { struct in namespace:IPC
289 template<> struct ArgumentCoder<WebCore::KeypressCommand> { struct in namespace:IPC
296 template<> struct ArgumentCoder<WebCore::SelectionRect> { struct in namespace:IPC
301 template<> struct ArgumentCoder<WebCore::Highlight> { struct in namespace:IPC
306 template<> struct ArgumentCoder<WebCore::PasteboardWebContent> { struct in namespace:IPC
311 template<> struct ArgumentCoder<WebCore::PasteboardImage> { struct in namespace:IPC
317 template<> struct ArgumentCoder<WebCore::CompositionUnderline> { struct in namespace:IPC
322 template<> struct ArgumentCoder<WebCore::Cookie> { struct in namespace:IPC
327 template<> struct ArgumentCoder<WebCore::DatabaseDetails> { struct in namespace:IPC
332 template<> struct ArgumentCoder<WebCore::DictationAlternative> { struct in namespace:IPC
337 template<> struct ArgumentCoder<WebCore::FileChooserSettings> { struct in namespace:IPC
342 template<> struct ArgumentCoder<WebCore::GrammarDetail> { struct in namespace:IPC
347 template<> struct ArgumentCoder<WebCore::TextCheckingRequestData> { struct in namespace:IPC
352 template<> struct ArgumentCoder<WebCore::TextCheckingResult> { struct in namespace:IPC
357 template<> struct ArgumentCoder<WebCore::URL> { struct in namespace:IPC
362 template<> struct ArgumentCoder<WebCore::UserStyleSheet> { struct in namespace:IPC
367 template<> struct ArgumentCoder<WebCore::UserScript> { struct in namespace:IPC
372 template<> struct ArgumentCoder<WebCore::ScrollableAreaParameters> { struct in namespace:IPC
377 template<> struct ArgumentCoder<WebCore::FixedPositionViewportConstraints> { struct in namespace:IPC
382 template<> struct ArgumentCoder<WebCore::StickyPositionViewportConstraints> { struct in namespace:IPC
388 template<> struct ArgumentCoder<WebCore::FilterOperations> { struct in namespace:IPC
393 template<> struct ArgumentCoder<WebCore::FilterOperation> { struct in namespace:IPC
400 template<> struct ArgumentCoder<WebCore::IDBDatabaseMetadata> { struct in namespace:IPC
405 template<> struct ArgumentCoder<WebCore::IDBGetResult> { struct in namespace:IPC
410 template<> struct ArgumentCoder<WebCore::IDBIndexMetadata> { struct in namespace:IPC
415 template<> struct ArgumentCoder<WebCore::IDBKeyData> { struct in namespace:IPC
420 template<> struct ArgumentCoder<WebCore::IDBKeyPath> { struct in namespace:IPC
425 template<> struct ArgumentCoder<WebCore::IDBKeyRangeData> { struct in namespace:IPC
430 template<> struct ArgumentCoder<WebCore::IDBObjectStoreMetadata> { struct in namespace:IPC
437 template<> struct ArgumentCoder<WebCore::SessionID> { struct in namespace:IPC
442 template<> struct ArgumentCoder<WebCore::BlobPart> { struct in namespace:IPC
448 template<> struct ArgumentCoder<WebCore::ContentFilter> { struct in namespace:IPC
[all...]
H A DTextCheckerState.h49 template<> struct ArgumentCoder<WebKit::TextCheckerState> : SimpleArgumentCoder<WebKit::TextCheckerState> { }; struct in namespace:IPC
H A DWebCoreArgumentCoders.cpp89 void ArgumentCoder<AffineTransform>::encode(ArgumentEncoder& encoder, const AffineTransform& affineTransform)
94 bool ArgumentCoder<AffineTransform>::decode(ArgumentDecoder& decoder, AffineTransform& affineTransform)
99 void ArgumentCoder<TransformationMatrix>::encode(ArgumentEncoder& encoder, const TransformationMatrix& transformationMatrix)
104 bool ArgumentCoder<TransformationMatrix>::decode(ArgumentDecoder& decoder, TransformationMatrix& transformationMatrix)
109 void ArgumentCoder<LinearTimingFunction>::encode(ArgumentEncoder& encoder, const LinearTimingFunction& timingFunction)
114 bool ArgumentCoder<LinearTimingFunction>::decode(ArgumentDecoder&, LinearTimingFunction&)
120 void ArgumentCoder<CubicBezierTimingFunction>::encode(ArgumentEncoder& encoder, const CubicBezierTimingFunction& timingFunction)
132 bool ArgumentCoder<CubicBezierTimingFunction>::decode(ArgumentDecoder& decoder, CubicBezierTimingFunction& timingFunction)
161 void ArgumentCoder<StepsTimingFunction>::encode(ArgumentEncoder& encoder, const StepsTimingFunction& timingFunction)
169 bool ArgumentCoder<StepsTimingFunctio
285 template<> struct ArgumentCoder<Region::Span> { struct in namespace:IPC
[all...]
H A DEditingRange.h77 template<> struct ArgumentCoder<WebKit::EditingRange> : SimpleArgumentCoder<WebKit::EditingRange> { }; struct in namespace:IPC
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.h59 template<> struct ArgumentCoder<WebCore::FilterOperations> { struct in namespace:IPC
65 template<> struct ArgumentCoder<WebCore::TransformOperations> { struct in namespace:IPC
70 template<> struct ArgumentCoder<WebCore::GraphicsLayerAnimations> { struct in namespace:IPC
75 template<> struct ArgumentCoder<WebCore::GraphicsLayerAnimation> { struct in namespace:IPC
81 template<> struct ArgumentCoder<WebCore::GraphicsSurfaceToken> { struct in namespace:IPC
87 template<> struct ArgumentCoder<WebCore::SurfaceUpdateInfo> { struct in namespace:IPC
92 template<> struct ArgumentCoder<WebCore::CoordinatedGraphicsLayerState> { struct in namespace:IPC
97 template<> struct ArgumentCoder<WebCore::TileUpdateInfo> { struct in namespace:IPC
102 template<> struct ArgumentCoder<WebCore::TileCreationInfo> { struct in namespace:IPC
107 template<> struct ArgumentCoder<WebCor struct in namespace:IPC
[all...]
H A DCoordinatedGraphicsArgumentCoders.cpp67 void ArgumentCoder<WebCore::FilterOperations>::encode(ArgumentEncoder& encoder, const WebCore::FilterOperations& filters)
88 ArgumentCoder<Length>::encode(encoder, toBlurFilterOperation(filter)->stdDeviation());
92 ArgumentCoder<IntPoint>::encode(encoder, shadow->location());
94 ArgumentCoder<Color>::encode(encoder, shadow->color());
106 bool ArgumentCoder<WebCore::FilterOperations>::decode(ArgumentDecoder& decoder, WebCore::FilterOperations& filters)
143 if (!ArgumentCoder<Length>::decode(decoder, length))
152 if (!ArgumentCoder<IntPoint>::decode(decoder, location))
156 if (!ArgumentCoder<Color>::decode(decoder, color))
176 void ArgumentCoder<TransformOperations>::encode(ArgumentEncoder& encoder, const TransformOperations& transformOperations)
198 ArgumentCoder<Lengt
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/soup/
H A DWebCoreArgumentCodersSoup.cpp42 void ArgumentCoder<ResourceRequest>::encodePlatformData(ArgumentEncoder& encoder, const ResourceRequest& resourceRequest)
48 bool ArgumentCoder<ResourceRequest>::decodePlatformData(ArgumentDecoder& decoder, ResourceRequest& resourceRequest)
64 void ArgumentCoder<ResourceResponse>::encodePlatformData(ArgumentEncoder& encoder, const ResourceResponse& resourceResponse)
69 bool ArgumentCoder<ResourceResponse>::decodePlatformData(ArgumentDecoder& decoder, ResourceResponse& resourceResponse)
78 void ArgumentCoder<CertificateInfo>::encode(ArgumentEncoder& encoder, const CertificateInfo& certificateInfo)
98 bool ArgumentCoder<CertificateInfo>::decode(ArgumentDecoder& decoder, CertificateInfo& certificateInfo)
128 void ArgumentCoder<ResourceError>::encodePlatformData(ArgumentEncoder& encoder, const ResourceError& resourceError)
133 bool ArgumentCoder<ResourceError>::decodePlatformData(ArgumentDecoder& decoder, ResourceError& resourceError)
144 void ArgumentCoder<ProtectionSpace>::encodePlatformData(ArgumentEncoder&, const ProtectionSpace&)
149 bool ArgumentCoder<ProtectionSpac
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoder.h34 template<typename T> struct ArgumentCoder { struct in namespace:IPC
H A DArgumentCoders.cpp35 void ArgumentCoder<AtomicString>::encode(ArgumentEncoder& encoder, const AtomicString& atomicString)
40 bool ArgumentCoder<AtomicString>::decode(ArgumentDecoder& decoder, AtomicString& atomicString)
50 void ArgumentCoder<CString>::encode(ArgumentEncoder& encoder, const CString& string)
63 bool ArgumentCoder<CString>::decode(ArgumentDecoder& decoder, CString& result)
91 void ArgumentCoder<String>::encode(ArgumentEncoder& encoder, const String& string)
128 bool ArgumentCoder<String>::decode(ArgumentDecoder& decoder, String& result)
H A DArguments.h62 template<typename... Elements> struct ArgumentCoder<std::tuple<Elements...>> { struct in namespace:IPC
85 ArgumentCoder<std::tuple<Types...>>::encode(encoder, arguments);
90 return ArgumentCoder<std::tuple<Types...>>::decode(decoder, result.arguments);
H A DArgumentCoders.h53 template<typename T> struct ArgumentCoder<WTF::Optional<T>> { struct in namespace:IPC
85 template<typename T, typename U> struct ArgumentCoder<std::pair<T, U>> { struct in namespace:IPC
107 template<typename KeyType, typename ValueType> struct ArgumentCoder<WTF::KeyValuePair<KeyType, ValueType>> { struct in namespace:IPC
191 template<typename T, size_t inlineCapacity> struct ArgumentCoder<Vector<T, inlineCapacity>> : VectorArgumentCoder<std::is_arithmetic<T>::value, T, inlineCapacity> { }; struct in namespace:IPC
193 template<typename KeyArg, typename MappedArg, typename HashArg, typename KeyTraitsArg, typename MappedTraitsArg> struct ArgumentCoder<HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg>> { struct in namespace:IPC
230 template<typename KeyArg, typename HashArg, typename KeyTraitsArg> struct ArgumentCoder<HashSet<KeyArg, HashArg, KeyTraitsArg>> { struct in namespace:IPC
264 template<> struct ArgumentCoder<AtomicString> { struct in namespace:IPC
269 template<> struct ArgumentCoder<CString> { struct in namespace:IPC
274 template<> struct ArgumentCoder<String> { struct in namespace:IPC
H A DArgumentEncoder.h29 #include "ArgumentCoder.h"
56 ArgumentCoder<T>::encode(*this, t);
H A DArgumentDecoder.h29 #include "ArgumentCoder.h"
89 return ArgumentCoder<T>::decode(*this, t);
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.h42 template<> struct ArgumentCoder<WebCore::DragData> { struct in namespace:IPC
H A DArgumentCodersGtk.cpp190 void ArgumentCoder<DragData>::encode(ArgumentEncoder& encoder, const DragData& dragData)
203 bool ArgumentCoder<DragData>::decode(ArgumentDecoder& decoder, DragData& dragData)
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebCoreArgumentCodersMac.mm49 void ArgumentCoder<ResourceRequest>::encodePlatformData(ArgumentEncoder& encoder, const ResourceRequest& resourceRequest)
77 void ArgumentCoder<ResourceRequest>::encodePlatformData(ArgumentEncoder& encoder, const ResourceRequest& resourceRequest)
103 bool ArgumentCoder<ResourceRequest>::decodePlatformData(ArgumentDecoder& decoder, ResourceRequest& resourceRequest)
145 void ArgumentCoder<ResourceResponse>::encodePlatformData(ArgumentEncoder& encoder, const ResourceResponse& resourceResponse)
157 bool ArgumentCoder<ResourceResponse>::decodePlatformData(ArgumentDecoder& decoder, ResourceResponse& resourceResponse)
181 void ArgumentCoder<CertificateInfo>::encode(ArgumentEncoder& encoder, const CertificateInfo& certificateInfo)
193 bool ArgumentCoder<CertificateInfo>::decode(ArgumentDecoder& decoder, CertificateInfo& certificateInfo)
211 void ArgumentCoder<ResourceError>::encodePlatformData(ArgumentEncoder& encoder, const ResourceError& resourceError)
251 bool ArgumentCoder<ResourceError>::decodePlatformData(ArgumentDecoder& decoder, ResourceError& resourceError)
289 void ArgumentCoder<ProtectionSpac
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp51 template<> struct ArgumentCoder<ScrollingStateNode> { struct in namespace:IPC
56 template<> struct ArgumentCoder<ScrollingStateScrollingNode> { struct in namespace:IPC
61 template<> struct ArgumentCoder<ScrollingStateFrameScrollingNode> { struct in namespace:IPC
66 template<> struct ArgumentCoder<ScrollingStateOverflowScrollingNode> { struct in namespace:IPC
71 template<> struct ArgumentCoder<ScrollingStateFixedNode> { struct in namespace:IPC
76 template<> struct ArgumentCoder<ScrollingStateStickyNode> { struct in namespace:IPC
85 void ArgumentCoder<ScrollingStateNode>::encode(ArgumentEncoder& encoder, const ScrollingStateNode& node)
96 bool ArgumentCoder<ScrollingStateNode>::decode(ArgumentDecoder& decoder, ScrollingStateNode& node)
122 void ArgumentCoder<ScrollingStateScrollingNode>::encode(ArgumentEncoder& encoder, const ScrollingStateScrollingNode& node)
136 void ArgumentCoder<ScrollingStateFrameScrollingNod
[all...]

Completed in 94 milliseconds