HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 434 if (!serializer.Serialize(*final_manifest)) {
600 if (!serializer.Serialize(*catalog)) {
user_script_master.cc 235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
289 this, &ScriptReloader::NotifyMaster, Serialize(scripts)));
convert_web_app.cc 139 if (!serializer.Serialize(*root)) {
140 LOG(ERROR) << "Could not serialize manifest.";
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 207 return serializer.Serialize(*(value.get()));
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 21 // Tests that serialize/deserialize correctly understand each other
22 TEST(IPCMessageTest, Serialize) {
json_pref_store.cc 304 return serializer.Serialize(*(copy.get()));
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.cc 80 new_data_ = Serialize();
  /external/chromium/net/socket/
ssl_host_info.cc 140 std::string SSLHostInfo::Serialize() const {
  /external/chromium/webkit/glue/
webcursor.cc 117 bool WebCursor::Serialize(Pickle* pickle) const {
  /external/skia/legacy/src/ports/
SkFontHost_FONTPATH.cpp 293 void SkFontHost::Serialize(const SkTypeface* tface, SkWStream* stream) {
SkFontHost_fontconfig.cpp 341 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
342 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_linux.cpp 466 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
474 // SkDebugf("--- fonthost serialize null\n");
479 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->getStyle());
SkFontHost_simple.cpp 488 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
495 // SkDebugf("--- fonthost serialize null\n");
500 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
  /external/skia/src/ports/
SkFontHost_FONTPATH.cpp 294 void SkFontHost::Serialize(const SkTypeface* tface, SkWStream* stream) {
SkFontHost_fontconfig.cpp 239 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
240 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_linux.cpp 478 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
485 descriptor.serialize(stream);
SkFontHost_simple.cpp 488 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
495 // SkDebugf("--- fonthost serialize null\n");
500 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
  /external/v8/src/
mksnapshot.cc 38 #include "serialize.h"
325 partial_ser.Serialize(&raw_context);
serialize.cc 39 #include "serialize.h"
    [all...]
  /external/chromium/base/
values.h 434 // This interface is implemented by classes that know how to serialize and
440 virtual bool Serialize(const Value& root) = 0;
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider_unittest.cc 35 serializer.Serialize(dict);
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 245 if (!json.Serialize(value)) {
246 LOG(ERROR) << "Failed to serialize preference value.";
  /external/chromium/base/metrics/
histogram.h 347 bool Serialize(Pickle* pickle) const;
420 // Serialize the given snapshot of a Histogram into a String. Uses
  /external/chromium/chrome/browser/net/
predictor.cc 614 // Serialize the list of subresource names.
615 Value* subresource_list(it->second.Serialize());
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 172 json.Serialize(value);

Completed in 942 milliseconds

12 3