Searched refs:decodeValue (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.h68 static bool decodeValue(EncodedValue&, WebCore::KeypressCommand& value);
76 static bool decodeValue(EncodedValue&, std::unique_ptr<NondeterministicInputBase>& value);
83 static bool decodeValue(EncodedValue&, std::unique_ptr<WebCore::PlatformKeyboardEvent>& value);
90 static bool decodeValue(EncodedValue&, std::unique_ptr<WebCore::PlatformMouseEvent>& value);
97 static bool decodeValue(EncodedValue&, std::unique_ptr<WebCore::PlatformWheelEvent>& value);
104 static bool decodeValue(EncodedValue&, RefPtr<WebCore::PluginData>& value);
111 static bool decodeValue(EncodedValue&, WebCore::URL& value);
118 static bool decodeValue(EncodedValue&, RefPtr<WebCore::SecurityOrigin>& value);
H A DSerializationMethods.cpp155 bool EncodingTraits<MimeClassInfo>::decodeValue(EncodedValue& encodedData, MimeClassInfo& input) function in class:JSC::EncodingTraits
194 bool EncodingTraits<NondeterministicInputBase>::decodeValue(EncodedValue& encodedValue, std::unique_ptr<NondeterministicInputBase>& input) function in class:JSC::EncodingTraits
235 bool EncodingTraits<KeypressCommand>::decodeValue(EncodedValue& encodedValue, KeypressCommand& decodedValue) function in class:JSC::EncodingTraits
278 bool EncodingTraits<PlatformKeyboardEvent>::decodeValue(EncodedValue& encodedValue, std::unique_ptr<PlatformKeyboardEvent>& input) function in class:JSC::EncodingTraits
326 bool EncodingTraits<PlatformMouseEvent>::decodeValue(EncodedValue& encodedValue, std::unique_ptr<PlatformMouseEvent>& input) function in class:JSC::EncodingTraits
406 bool EncodingTraits<PlatformWheelEvent>::decodeValue(EncodedValue& encodedData, std::unique_ptr<PlatformWheelEvent>& input) function in class:JSC::EncodingTraits
463 bool EncodingTraits<PluginData>::decodeValue(EncodedValue& encodedData, RefPtr<PluginData>& input) function in class:JSC::EncodingTraits
489 bool EncodingTraits<PluginInfo>::decodeValue(EncodedValue& encodedData, PluginInfo& input) function in class:JSC::EncodingTraits
508 bool EncodingTraits<SecurityOrigin>::decodeValue(EncodedValue& encodedValue, RefPtr<SecurityOrigin>& input) function in class:JSC::EncodingTraits
519 bool EncodingTraits<URL>::decodeValue(EncodedValu function in class:JSC::EncodingTraits
[all...]
H A DMemoizedDOMResult.cpp49 if (!EncodingTraits<type>::decodeValue(encodedValue, result)) \
H A DMemoizedDOMResult.h94 return EncodingTraits<T>::decodeValue(encodedValue, decodedValue);
/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-enum-encoding-helpers.json-TestReplayInputs.h62 static bool decodeValue(EncodedValue&, InputQueue& value);
69 static bool decodeValue(EncodedValue&, WebCore::MouseButton& value);
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.h57 static bool decodeValue(EncodedValue&, WebCore::FormData::Type& value);
64 static bool decodeValue(EncodedValue&, PlatformEvent::Type& value);
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.h58 static bool decodeValue(EncodedValue&, WebCore::MouseButton& value);
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.cpp92 bool EncodingTraits<WebCore::FormData::Type>::decodeValue(EncodedValue& encodedValue, WebCore::FormData::Type& enumValue) function in class:JSC::EncodingTraits
95 if (!EncodingTraits<Vector<String>>::decodeValue(encodedValue, enumStrings))
124 bool EncodingTraits<PlatformEvent::Type>::decodeValue(EncodedValue& encodedValue, PlatformEvent::Type& enumValue) function in class:JSC::EncodingTraits
127 if (!EncodingTraits<Vector<String>>::decodeValue(encodedValue, enumStrings))
H A Dgenerate-enum-with-guard.json-TestReplayInputs.cpp83 bool EncodingTraits<WebCore::PlatformWheelEventPhase>::decodeValue(EncodedValue& encodedValue, WebCore::PlatformWheelEventPhase& enumValue) function in class:JSC::EncodingTraits
86 if (!EncodingTraits<Vector<String>>::decodeValue(encodedValue, enumStrings))
H A Dgenerate-enum-encoding-helpers.json-TestReplayInputs.cpp82 bool EncodingTraits<InputQueue>::decodeValue(EncodedValue& encodedValue, InputQueue& enumValue) function in class:JSC::EncodingTraits
126 bool EncodingTraits<WebCore::MouseButton>::decodeValue(EncodedValue& encodedValue, WebCore::MouseButton& enumValue) function in class:JSC::EncodingTraits
129 if (!EncodingTraits<Vector<String>>::decodeValue(encodedValue, enumStrings))
H A Dgenerate-enum-with-guard.json-TestReplayInputs.h60 static bool decodeValue(EncodedValue&, WebCore::PlatformWheelEventPhase& value);
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.cpp116 bool EncodingTraits<WebCore::MouseButton>::decodeValue(EncodedValue& encodedValue, WebCore::MouseButton& enumValue) function in class:JSC::EncodingTraits
119 if (!EncodingTraits<Vector<String>>::decodeValue(encodedValue, enumStrings))
/macosx-10.10/JavaScriptCore-7600.1.17/replay/
H A DEncodedValue.h104 static bool decodeValue(EncodedValue&, DecodedType&);
105 static bool decodeValue(EncodedValue&, std::unique_ptr<DecodedType>&);
121 static bool decodeValue(EncodedValue& encodedVector, DecodedType& decodedValue) function in struct:JSC::EncodingTraits
127 if (!EncodingTraits<T>::decodeValue(encodedElement, decodedValue.at(i)))
137 // so encodeValue and decodeValue are intentionally omitted here.
145 static bool decodeValue(EncodedValue& encodedValue, DecodedType& decodedValue) function in struct:JSC::ScalarEncodingTraits
200 return EncodingTraits<T>::decodeValue(encodedValue, decodedValue);
210 return EncodingTraits<T>::decodeValue(encodedValue, decodedValue);

Completed in 179 milliseconds