HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 1 - 25 of 57) 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);
common_param_traits_unittest.cc 21 // Tests that serialize/deserialize correctly understand each other
22 TEST(IPCMessageTest, Serialize) {
  /external/chromium/net/socket/
ssl_host_info.h 106 std::string Serialize() const;
  /external/skia/include/core/
SkFontHost.h 140 static void Serialize(const SkTypeface*, SkWStream*);
142 /** Given a stream created by Serialize(), return a new typeface (like
  /external/skia/src/ports/
SkFontHost_none.cpp 67 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
68 SkASSERT(!"SkFontHost::Serialize unimplemented");
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
240 ser.Serialize();
245 static void Serialize() {
257 TEST(Serialize) {
260 Serialize();
268 Serialize();
269 Serialize();
293 DEPENDENT_TEST(Deserialize, Serialize) {
294 // The serialize-deserialize tests only work if the VM is built without
296 // 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/src/core/
SkTypeface.cpp 94 void SkTypeface::serialize(SkWStream* stream) const { function in class:SkTypeface
95 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/v8/src/
serialize.h 452 void Serialize();
462 // We can't serialize a heap with external two byte strings.
530 // Serialize the objects reachable from a single object pointer.
531 virtual void Serialize(Object** o);
565 // Serialize the current state of the heap. The order is:
574 void Serialize() {
scopeinfo.h 61 Handle<SerializedScopeInfo> Serialize();
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 137 if (!serializer.Serialize(*root)) {
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/v8/include/
v8-profiler.h 331 kJSON = 0 // See format description near 'Serialize' method.
378 void Serialize(OutputStream* stream, SerializationFormat format) const;
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 207 return serializer.Serialize(*(value.get()));

Completed in 474 milliseconds

1 2 3