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

1 2 3

  /external/chromium/chrome/browser/net/
referrer.h 118 Value* Serialize() const;
referrer.cc 147 Value* Referrer::Serialize() const {
  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.cpp 81 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 48 ASSERT_FALSE(serializer.Serialize(*root_dict));
52 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
56 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
117 ASSERT_TRUE(serializer.Serialize(valueRoot));
131 ASSERT_TRUE(serializer.Serialize(root));
155 ASSERT_TRUE(serializer.Serialize(root));
290 ASSERT_TRUE(serializer.Serialize(*root));
319 ASSERT_TRUE(serializer.Serialize(*root));
json_value_serializer_perftest.cc 80 ASSERT_TRUE(reader.Serialize(*test_cases[j]));
jstemplate_builder.cc 55 serializer.Serialize(*json);
  /external/chromium/net/socket/
ssl_host_info.h 106 std::string Serialize() const;
  /external/skia/include/core/
SkFontHost.h 122 be retrieved with Deserialize(). The standard format is to serialize
127 static void Serialize(const SkTypeface*, SkWStream*);
129 /** Given a stream created by Serialize(), return a new typeface (like
  /external/skia/legacy/include/core/
SkFontHost.h 127 static void Serialize(const SkTypeface*, SkWStream*);
129 /** Given a stream created by Serialize(), return a new typeface (like
  /external/skia/legacy/src/ports/
SkFontHost_none.cpp 56 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
57 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_freetype_mac.cpp 88 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
89 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
  /external/skia/src/ports/
SkFontHost_none.cpp 58 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
59 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
SkFontHost_freetype_mac.cpp 87 void SkFontHost::Serialize(const SkTypeface*, SkWStream*) {
88 SkDEBUGFAIL("SkFontHost::Serialize unimplemented");
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
235 ser.Serialize();
240 static void Serialize() {
252 TEST(Serialize) {
255 Serialize();
263 Serialize();
264 Serialize();
288 DEPENDENT_TEST(Deserialize, Serialize) {
289 // The serialize-deserialize tests only work if the VM is built without
291 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/chromium/webkit/glue/
webcursor.h 40 // platform specific cursor. It is also possible to serialize / de-serialize a
58 bool Serialize(Pickle* pickle) const;
webcursor_unittest.cc 90 EXPECT_TRUE(win32_custom_cursor.Serialize(&win32_custom_pickle));
  /external/skia/legacy/src/core/
SkTypeface.cpp 87 void SkTypeface::serialize(SkWStream* stream) const { function in class:SkTypeface
88 SkFontHost::Serialize(this, stream);
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 122 bool Serialize(std::string* output);
124 // DictionaryValue and then into the config. Opposite of Serialize.
proxy_config_service_impl_unittest.cc 598 // Serialize source_config into std::string.
600 EXPECT_TRUE(source_config.Serialize(&serialized_value));
615 src_serializer.Serialize(*net_src_cfg.ToValue());
617 tgt_serializer.Serialize(*net_tgt_cfg.ToValue());
proxy_config_service_impl.cc 190 bool ProxyConfigServiceImpl::ProxyConfig::Serialize(std::string* output) {
490 if (!reference_config_.Serialize(&value)) {
  /external/skia/src/core/
SkTypeface.cpp 83 void SkTypeface::serialize(SkWStream* stream) const { function in class:SkTypeface
84 SkFontHost::Serialize(this, stream);
  /external/v8/src/
serialize.h 508 void Serialize();
520 // We can't serialize a heap with external two byte strings.
594 // Serialize the objects reachable from a single object pointer.
595 virtual void Serialize(Object** o);
629 // Serialize the current state of the heap. The order is:
638 void Serialize() {
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 137 if (!serializer.Serialize(*root)) {
  /external/v8/include/
v8-profiler.h 325 kJSON = 0 // See format description near 'Serialize' method.
378 void Serialize(OutputStream* stream, SerializationFormat format) const;
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]

Completed in 432 milliseconds

1 2 3