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

1 2 3 45 6 7 8

  /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/chromium_org/base/metrics/
histogram_base_unittest.cc 74 histogram->SnapshotSamples()->Serialize(&pickle);
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 161 if (!serializer.Serialize(*root)) {
convert_web_app.cc 149 if (!serializer.Serialize(*root)) {
150 LOG(ERROR) << "Could not serialize manifest.";
sandboxed_unpacker.cc 615 if (!serializer.Serialize(*final_manifest)) {
798 if (!serializer.Serialize(*catalog)) {
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 187 const std::string new_crl_set_bytes = new_crl_set->Serialize();
  /external/chromium_org/chrome/browser/policy/
config_dir_policy_loader_unittest.cc 138 serializer.Serialize(dict);
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar_browsertest.cc 57 json.Serialize(base::FundamentalValue(value));
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 159 serializer.Serialize(*root);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 237 return serializer.Serialize(*cached_json_.get());
  /external/chromium_org/content/common/
common_param_traits_unittest.cc 21 // Tests that serialize/deserialize correctly understand each other
22 TEST(IPCMessageTest, Serialize) {
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc 79 if (!serializer.Serialize(*value)) {
80 LOG(ERROR) << "Failed to serialize '" << value_name << "'";
  /external/chromium_org/ui/base/clipboard/
clipboard.h 82 std::string Serialize() const;
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 133 bool WebCursor::Serialize(Pickle* pickle) const {
webcursor_unittest.cc 144 EXPECT_TRUE(win32_custom_cursor.Serialize(&win32_custom_pickle));
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 99 font->Serialize(os, &table_ordering_);
font.cc 68 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) {
152 int32_t table_size = target_table->Serialize(fos);
  /external/v8/src/
mksnapshot.cc 38 #include "serialize.h"
325 partial_ser.Serialize(&raw_context);
  /external/chromium_org/net/disk_cache/simple/
simple_index_unittest.cc 169 TEST_F(EntryMetadataTest, Serialize) {
173 entry_metadata.Serialize(&pickle);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
170 ``.default()`` method to serialize additional types), specify it with
196 """Serialize ``obj`` to a JSON formatted ``str``.
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
234 ``.default()`` method to serialize additional types), specify it with

Completed in 532 milliseconds

1 2 3 45 6 7 8