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

12 3

  /external/chromium/chrome/common/
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/src/ports/
SkFontHost_FONTPATH.cpp 305 void SkFontHost::Serialize(const SkTypeface* tface, SkWStream* stream) {
SkFontHost_fontconfig.cpp 358 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
359 SkASSERT(!"SkFontHost::Serialize unimplemented");
SkFontHost_linux.cpp 478 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
486 // SkDebugf("--- fonthost serialize null\n");
491 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->getStyle());
SkFontHost_android.cpp 547 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
567 // SkDebugf("--- fonthost custom serialize %d %d\n", face->style(), len);
576 // SkDebugf("--- fonthost serialize null\n");
581 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
SkFontHost_mac_atsui.cpp 465 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
466 SkASSERT(!"SkFontHost::Serialize unimplemented");
SkFontHost_simple.cpp 500 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
507 // SkDebugf("--- fonthost serialize null\n");
512 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());
  /external/v8/src/
mksnapshot.cc 37 #include "serialize.h"
241 partial_ser.Serialize(&raw_context);
scopeinfo.cc 303 Handle<SerializedScopeInfo> ScopeInfo<Allocator>::Serialize() {
355 return sinfo.Serialize();
serialize.cc 38 #include "serialize.h"
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
432 static Handle<Value> Serialize(const Arguments& args) {
434 DBG("Serialize(Arguments&) E:");
436 DBG("Serialize(Arguments&) X: not an object");
452 DBG("Serialize(Arguments&) X");
543 SerializeTemplate = Persistent<FunctionTemplate>::New(FunctionTemplate::New(Schema::Type::Serialize));
  /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/v8/test/cctest/
test-heap-profiler.cc 951 snapshot->Serialize(&stream, v8::HeapSnapshot::kJSON);
    [all...]
  /external/chromium/base/metrics/
histogram.h 347 bool Serialize(Pickle* pickle) const;
420 // Serialize the given snapshot of a Histogram into a String. Uses
histogram.cc 225 snapshot.Serialize(&pickle);
725 bool Histogram::SampleSet::Serialize(Pickle* pickle) const {
    [all...]
  /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);
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 204 TEST_F(UnknownFieldSetTest, Serialize) {
text_format_unittest.cc     [all...]
wire_format_unittest.cc 82 // Serialize using the generated code.
99 // Serialize using the generated code.
116 // Serialize using the generated code.
130 // Serialize using the generated code.
146 // Serialize using the generated code.
165 // Serialize using the generated code.
220 TEST(WireFormatTest, Serialize) {
228 // Serialize using the generated code.
236 // Serialize using WireFormat.
258 // Serialize using the generated code
    [all...]

Completed in 2194 milliseconds

12 3