Searched defs:Deserialize (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/src/
H A Dsnapshot-common.cc40 bool Snapshot::Deserialize(const byte* content, int len) { function in class:v8::internal::Snapshot
52 Deserialize(str, len);
56 Deserialize(raw_data_, raw_size_);
/external/chromium/chrome/browser/net/
H A Dreferrer.cc123 void Referrer::Deserialize(const Value& value) { function in class:chrome_browser_net::Referrer
/external/chromium/webkit/glue/
H A Dwebcursor.cc73 bool WebCursor::Deserialize(const Pickle* pickle, void** iter) { function in class:WebCursor
/external/skia/legacy/src/core/
H A DSkTypeface.cpp91 SkTypeface* SkTypeface::Deserialize(SkStream* stream) { function in class:SkTypeface
92 return SkFontHost::Deserialize(stream);
/external/skia/legacy/src/ports/
H A DSkFontHost_freetype_mac.cpp92 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
93 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_none.cpp60 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
61 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_fontconfig.cpp345 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
346 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_FONTPATH.cpp298 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_linux.cpp485 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_simple.cpp504 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_mac_atsui.cpp460 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
461 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_android.cpp871 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_win.cpp1022 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
1023 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
/external/skia/src/core/
H A DSkTypeface.cpp87 SkTypeface* SkTypeface::Deserialize(SkStream* stream) { function in class:SkTypeface
88 return SkFontHost::Deserialize(stream);
/external/skia/src/ports/
H A DSkFontHost_freetype_mac.cpp91 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
92 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_none.cpp62 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
63 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_fontconfig.cpp243 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
244 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_FONTPATH.cpp299 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_linux.cpp502 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_simple.cpp504 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_mac_atsui.cpp460 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
461 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
H A DSkFontHost_android.cpp862 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc233 bool ProxyConfigServiceImpl::ProxyConfig::Deserialize( function in class:chromeos::ProxyConfigServiceImpl::ProxyConfig
469 if (reference_config_.Deserialize(value)) {
/external/v8/test/cctest/
H A Dtest-serialize.cc271 static void Deserialize() { function
288 DEPENDENT_TEST(Deserialize, Serialize) {
294 Deserialize();
307 Deserialize();
320 Deserialize();
337 Deserialize();
/external/chromium/base/metrics/
H A Dhistogram.cc254 !sample.Histogram::SampleSet::Deserialize(&iter, pickle)) {
737 bool Histogram::SampleSet::Deserialize(void** iter, const Pickle& pickle) { function in class:base::Histogram::SampleSet

Completed in 345 milliseconds

12