/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/gpu/command_buffer/tests/ |
gl_manager.cc | 117 attrib_helper.Serialize(&attribs);
|
/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/third_party/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/chromium_org/ui/base/clipboard/ |
clipboard.h | 83 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/chrome/browser/extensions/activity_log/ |
counting_policy.cc | 304 std::string args = Util::Serialize(action.args()); 347 if (!string_table_.StringToInt(db, Util::Serialize(action.other()), &id))
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_socket.cc | 561 bool CastSocket::Serialize(const CastMessage& message_proto, 668 if (!Serialize(message_proto, &message_data))
|
/external/chromium_org/chrome/browser/extensions/ |
sandboxed_unpacker.cc | 615 if (!serializer.Serialize(*final_manifest)) { 796 if (!serializer.Serialize(*catalog)) {
|
/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
|
/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/chromium_org/base/prefs/ |
json_pref_store.cc | 325 return serializer.Serialize(*prefs_);
|
/external/chromium_org/base/test/launcher/ |
test_results_tracker.cc | 303 return serializer.Serialize(*summary_root);
|
/external/chromium_org/content/browser/download/ |
base_file.cc | 237 if (!secure_hash_->Serialize(&hash_state))
|
/external/chromium_org/rlz/chromeos/lib/ |
rlz_value_store_chromeos.cc | 229 if (!serializer.Serialize(*copy.get())) { 230 LOG(ERROR) << "Failed to serialize RLZ data";
|
/external/chromium_org/v8/src/ |
mksnapshot.cc | 41 #include "serialize.h" 370 partial_ser.Serialize(&raw_context);
|
/external/chromium_org/content/renderer/gpu/ |
gpu_benchmarking_extension.cc | 80 void Serialize(const cc::Layer* layer) { 83 Serialize(children[i].get()); 90 // Serialize picture to file. 99 picture->serialize(&file, &EncodeBitmapToData); 484 serializer.Serialize(root_layer);
|