Searched refs:Deserialize (Results 26 - 50 of 58) sorted by relevance

123

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_storage.cc63 scoped_ptr<Value> root(serializer.Deserialize(NULL, NULL));
/external/chromium/chrome/browser/extensions/
H A Dextension_ui_unittest.cc19 value = serializer.Deserialize(NULL, error);
/external/chromium/webkit/glue/
H A Dwebcursor.cc73 bool WebCursor::Deserialize(const Pickle* pickle, void** iter) { function in class:WebCursor
/external/skia/src/ports/
H A DSkFontHost_FONTPATH.cpp298 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
H A DSkFontHost_fontconfig.cpp345 SkTypeface* SkFontHost::Deserialize(SkStream* stream) { function in class:SkFontHost
346 SkDEBUGFAIL("SkFontHost::Deserialize unimplemented");
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");
/external/chromium/base/
H A Dvalues.h448 virtual Value* Deserialize(int* error_code, std::string* error_str) = 0;
/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc349 scoped_ptr<Value> json_root(json.Deserialize(&error_code, &error_message));
/external/chromium/chrome/common/extensions/
H A Dextension_l10n_util.cc249 Value *dictionary = messages_serializer.Deserialize(NULL, error);
H A Dextension_file_util.cc101 scoped_ptr<Value> root(serializer.Deserialize(NULL, error));
H A Dextension_manifests_unittest.cc42 return static_cast<DictionaryValue*>(serializer.Deserialize(NULL, error));
H A Dextension_unittest.cc142 static_cast<DictionaryValue*>(serializer.Deserialize(&error_code,
829 scoped_ptr<Value> result(serializer.Deserialize(NULL, &error));
1318 scoped_ptr<Value> permission_value(serializer.Deserialize(NULL, &error));
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack_unittest.cc405 static_cast<DictionaryValue*>(serializer.Deserialize(NULL, &error)));
/external/v8/src/
H A Dserialize.h338 // Deserialize the snapshot into an empty heap.
339 void Deserialize();
341 // Deserialize a single object and the objects reachable from it.
/external/chromium/base/metrics/
H A Dhistogram.h348 bool Deserialize(void** iter, const Pickle& pickle);
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
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc602 // Deserialize std:string into target_config.
604 EXPECT_TRUE(target_config.Deserialize(serialized_value));
/external/chromium/chrome/browser/net/
H A Dpredictor.cc650 referrers_[GURL(motivating_url_spec)].Deserialize(*subresource_list);
/external/skia/src/pipe/
H A DSkGPipeRead.cpp91 *fTypefaces.append() = SkTypeface::Deserialize(&stream);
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc267 scoped_ptr<Value> root_val(deserializer.Deserialize(NULL, NULL));
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc518 scoped_ptr<Value> root(deserializer.Deserialize(NULL, &error_msg));
/external/chromium/chrome/common/
H A Djson_schema_validator_unittest_base.cc33 Value* result = serializer.Deserialize(NULL, &error_message);
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1057 TEST_F(TextFormatMessageSetTest, Deserialize) {

Completed in 365 milliseconds

123