HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /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)) {
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_org/base/metrics/
histogram_base.cc 127 serializer.Serialize(root);
sparse_histogram_unittest.cc 119 TEST_F(SparseHistogramTest, Serialize) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc 159 return serializer.Serialize(*(value.get()));
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc 65 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) {
counting_policy.cc 269 std::string args = Util::Serialize(action.args());
312 if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id))
  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 142 serializer.Serialize(*list_value);
  /external/chromium_org/chrome/browser/search/
local_ntp_source.cc 113 // Serialize the dictionary.
116 serializer.Serialize(config_data);
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 50 // Serialize the data into the provided pickle.
51 void Serialize(Pickle* pickle) const;
57 // When adding new members here, you should update the Serialize() and
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 119 if (!serializer.Serialize(*pairing.ToValue())) {
120 LOG(ERROR) << "Failed to serialize pairing data for "
  /external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.cc 112 std::string format_string = format.Serialize();
  /external/chromium_org/ui/webui/
jstemplate_builder.cc 85 serializer.Serialize(*json);
  /external/chromium_org/v8/include/
v8-profiler.h 313 kJSON = 0 // See format description near 'Serialize' method.
370 void Serialize(OutputStream* stream, SerializationFormat format) const;
  /external/sfntly/cpp/src/sfntly/
font.h 265 // Serialize the font to the output stream.
268 void Serialize(OutputStream* os, IntegerList* table_ordering);
317 // @param tableHeaders the headers to serialize
321 // Serialize the tables.
323 // @param tableHeaders the headers for the tables to serialize
  /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...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium/chrome/browser/chromeos/
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/chromium_org/chrome/browser/extensions/
user_script_master.cc 265 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
309 &ScriptReloader::NotifyMaster, this, Serialize(user_scripts)));
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 207 return serializer.Serialize(*(value.get()));

Completed in 766 milliseconds

1 2 34 5 6 7 8