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

12

/external/chromium_org/skia/ext/
H A DSkTypeface_fake.cpp17 SkTypeface* SkTypeface::Deserialize(SkStream* stream) { function in class:SkTypeface
/external/chromium_org/base/json/
H A Djson_string_value_serializer.cc38 Value* JSONStringValueSerializer::Deserialize(int* error_code, function in class:JSONStringValueSerializer
H A Djson_file_value_serializer.cc83 base::Value* JSONFileValueSerializer::Deserialize(int* error_code, function in class:JSONFileValueSerializer
97 return serializer.Deserialize(error_code, error_str);
/external/chromium_org/crypto/
H A Dsecure_hash_default.cc41 virtual bool Deserialize(PickleIterator* data_iterator) OVERRIDE;
60 bool SecureHashSHA256NSS::Deserialize(PickleIterator* data_iterator) { function in class:crypto::__anon7591::SecureHashSHA256NSS
H A Dsecure_hash_openssl.cc44 virtual bool Deserialize(PickleIterator* data_iterator) OVERRIDE;
63 bool SecureHashSHA256OpenSSL::Deserialize(PickleIterator* data_iterator) { function in class:crypto::__anon7592::SecureHashSHA256OpenSSL
/external/chromium_org/chrome/browser/net/
H A Dreferrer.cc123 void Referrer::Deserialize(const base::Value& value) { function in class:chrome_browser_net::Referrer
/external/chromium_org/components/nacl/browser/
H A Dnacl_validation_cache.cc79 bool NaClValidationCache::Deserialize(const Pickle* pickle) { function in class:nacl::NaClValidationCache
/external/chromium_org/mojo/system/
H A Dplatform_handle_dispatcher.cc39 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Deserialize( function in class:mojo::system::PlatformHandleDispatcher
H A Dmessage_pipe_dispatcher.cc96 scoped_refptr<MessagePipeDispatcher> MessagePipeDispatcher::Deserialize( function in class:mojo::system::MessagePipeDispatcher
H A Dshared_buffer_dispatcher.cc84 scoped_refptr<SharedBufferDispatcher> SharedBufferDispatcher::Deserialize( function in class:mojo::system::SharedBufferDispatcher
H A Ddispatcher.cc67 scoped_refptr<Dispatcher> Dispatcher::TransportDataAccess::Deserialize( function in class:mojo::system::Dispatcher::TransportDataAccess
79 MessagePipeDispatcher::Deserialize(channel, source, size));
88 SharedBufferDispatcher::Deserialize(channel, source, size,
92 PlatformHandleDispatcher::Deserialize(channel, source, size,
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dgmock.h28 Proto* Deserialize(const string& str) const { function in class:testing::internal::WhenDeserializedAsMatcher
51 scoped_ptr<const Proto> deserialized_arg(Deserialize(arg));
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc83 bool WebCursor::Deserialize(PickleIterator* iter) { function in class:content::WebCursor
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.cc48 bool ResourceMessageParams::Deserialize(const IPC::Message* msg, function in class:ppapi::proxy::ResourceMessageParams
161 bool ResourceMessageCallParams::Deserialize(const IPC::Message* msg, function in class:ppapi::proxy::ResourceMessageCallParams
163 if (!ResourceMessageParams::Deserialize(msg, iter))
191 bool ResourceMessageReplyParams::Deserialize(const IPC::Message* msg, function in class:ppapi::proxy::ResourceMessageReplyParams
/external/chromium_org/net/http/
H A Dtransport_security_persister.cc192 return Deserialize(serialized, dirty, transport_security_state_);
196 bool TransportSecurityPersister::Deserialize(const std::string& serialized, function in class:net::TransportSecurityPersister
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp168 SkTypeface* SkTypeface::Deserialize(SkStream* stream) { function in class:SkTypeface
/external/skia/src/core/
H A DSkTypeface.cpp168 SkTypeface* SkTypeface::Deserialize(SkStream* stream) { function in class:SkTypeface
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc127 bool EntryMetadata::Deserialize(PickleIterator* it) { function in class:disk_cache::EntryMetadata
H A Dsimple_index_file.cc178 bool SimpleIndexFile::IndexMetadata::Deserialize(PickleIterator* it) { function in class:disk_cache::SimpleIndexFile::IndexMetadata
342 SimpleIndexFile::Deserialize(
368 void SimpleIndexFile::Deserialize(const char* data, int data_len, function in class:disk_cache::SimpleIndexFile
394 if (!index_metadata.Deserialize(&pickle_it)) {
412 !entry_metadata.Deserialize(&pickle_it)) {
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc286 static void Deserialize() { function
304 DEPENDENT_TEST(Deserialize, Serialize) {
311 Deserialize();
325 Deserialize();
339 Deserialize();
357 Deserialize();
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_android.cc196 Clipboard::FormatType Clipboard::FormatType::Deserialize( function in class:ui::Clipboard::FormatType
340 return FormatType::Deserialize(format_string);
H A Dclipboard_aura.cc424 Clipboard::FormatType Clipboard::FormatType::Deserialize( function in class:ui::Clipboard::FormatType
606 return FormatType::Deserialize(format_string);
H A Dclipboard_aurax11.cc211 Clipboard::FormatType Clipboard::FormatType::Deserialize( function in class:ui::Clipboard::FormatType
853 return FormatType::Deserialize(format_string);
H A Dclipboard_win.cc192 Clipboard::FormatType Clipboard::FormatType::Deserialize( function in class:ui::Clipboard::FormatType
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_sync_unittest.cc202 TemplateURL* Deserialize(const syncer::SyncData& sync_data);
342 TemplateURL* TemplateURLServiceSyncTest::Deserialize( function in class:TemplateURLServiceSyncTest
371 scoped_ptr<TemplateURL> deserialized(Deserialize(sync_data));
390 scoped_ptr<TemplateURL> deserialized(Deserialize(*iter));
409 scoped_ptr<TemplateURL> deserialized(Deserialize(*iter));
429 scoped_ptr<TemplateURL> deserialized(Deserialize(*iter));
675 TemplateURL* converted = Deserialize(*iter);
1420 scoped_ptr<TemplateURL> temp_turl(Deserialize(initial_data[0]));

Completed in 782 milliseconds

12