Searched defs:Serialize (Results 26 - 50 of 57) sorted by relevance

123

/external/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.cc41 int32_t FontDataTable::Serialize(OutputStream* os) { function in class:sfntly::FontDataTable
45 int32_t FontDataTable::Serialize(WritableFontData* data) { function in class:sfntly::FontDataTable
/external/chromium_org/base/metrics/
H A Dhistogram_samples.cc101 bool HistogramSamples::Serialize(Pickle* pickle) const { function in class:base::HistogramSamples
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc135 bool WebCursor::Serialize(Pickle* pickle) const { function in class:content::WebCursor
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_framer.cc72 bool MessageFramer::Serialize(const CastMessage& message_proto, function in class:extensions::core_api::cast_channel::MessageFramer
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.cc43 void ResourceMessageParams::Serialize(IPC::Message* msg) const { function in class:ppapi::proxy::ResourceMessageParams
156 void ResourceMessageCallParams::Serialize(IPC::Message* msg) const { function in class:ppapi::proxy::ResourceMessageCallParams
157 ResourceMessageParams::Serialize(msg);
182 void ResourceMessageReplyParams::Serialize(IPC::Message* msg) const { function in class:ppapi::proxy::ResourceMessageReplyParams
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc47 std::string DevToolsProtocol::Command::Serialize() { function in class:DevToolsProtocol::Command
98 base::DictionaryValue* DevToolsProtocol::Response::Serialize() { function in class:DevToolsProtocol::Response
H A Ddevtools_targets_ui.cc238 id_to_descriptor[target->GetId()] = Serialize(*target);
389 base::DictionaryValue* target_data = Serialize(*target);
461 base::DictionaryValue* DevToolsTargetsUIHandler::Serialize( function in class:DevToolsTargetsUIHandler
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc74 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) { function in class:extensions::ActivityLogPolicy::Util
H A Dactivity_actions.cc54 std::string Serialize(const base::Value* value) { function in namespace:extensions::__anon3618
251 result->args.reset(new std::string(Serialize(args())));
275 ActivityLogPolicy::Util::Serialize(web_request)));
349 result += " ARGS=" + Serialize(args_.get());
359 result += " PAGE_TITLE=" + Serialize(&title);
368 result += " OTHER=" + Serialize(other_.get());
518 std::string lhs_args = ActivityLogPolicy::Util::Serialize(lhs->args());
519 std::string rhs_args = ActivityLogPolicy::Util::Serialize(rhs->args());
544 std::string lhs_other = ActivityLogPolicy::Util::Serialize(lhs->other());
545 std::string rhs_other = ActivityLogPolicy::Util::Serialize(rh
[all...]
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py57 def Serialize(self, value, data_offset, data, handle_offset): member in class:SerializableType
59 Serialize a value of this type.
80 Serialize.
104 def Serialize(self, value, data_offset, data, handle_offset): member in class:NumericType
154 def Serialize(self, value, data_offset, data, handle_offset): member in class:PointerType
173 """Serialize the not null value."""
225 def Serialize(self, value, data_offset, data, handle_offset): member in class:HandleType
256 """Serialize the not null array."""
318 (new_data, new_handles) = self.sub_type.Serialize(
391 (new_data, new_handles) = value.Serialize(handle_offse
408 def Serialize(self, value, data_offset, data, handle_offset): member in class:NoneType
472 def Serialize(self, obj, data_offset, data, handle_offset): member in class:FieldGroup
496 def Serialize(self, obj, data_offset, data, handle_offset): member in class:SingleFieldGroup
520 def Serialize(self, obj, data_offset, data, handle_offset): member in class:BooleanGroup
[all...]
H A Dmessaging.py97 def Serialize(self): member in class:MessageHeader
140 (data, _) = header.Serialize()
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc481 std::string CRLSetStorage::Serialize(const CRLSet* crl_set) { function in class:net::CRLSetStorage
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader.cc157 scoped_ptr<base::SharedMemory> Serialize(const UserScriptList& scripts) { function in namespace:extensions::__anon4034
211 scoped_ptr<base::SharedMemory> memory = Serialize(*user_scripts);
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc279 static std::string Serialize(base::Value* value) { function
282 bool serialized_ok = serializer.Serialize(*value);
296 std::string value_string = Serialize(value);
381 std::string value_string = Serialize(new_value);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol.cc53 std::string DevToolsProtocol::Command::Serialize() { function in class:content::DevToolsProtocol::Command
110 std::string DevToolsProtocol::Response::Serialize() { function in class:content::DevToolsProtocol::Response
158 std::string DevToolsProtocol::Notification::Serialize() { function in class:content::DevToolsProtocol::Notification
199 SendRawMessage(notification->Serialize());
204 SendRawMessage(response->Serialize());
245 *error_response = response->Serialize();
324 *error_response = response->Serialize();
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc120 void EntryMetadata::Serialize(Pickle* pickle) const { function in class:disk_cache::EntryMetadata
H A Dsimple_index_file.cc160 void SimpleIndexFile::IndexMetadata::Serialize(Pickle* pickle) const { function in class:disk_cache::SimpleIndexFile::IndexMetadata
268 scoped_ptr<Pickle> pickle = Serialize(index_metadata, entry_set);
353 scoped_ptr<Pickle> SimpleIndexFile::Serialize( function in class:disk_cache::SimpleIndexFile
358 index_metadata.Serialize(pickle.get());
362 it->second.Serialize(pickle.get());
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc76 void Serialize(const cc::Layer* layer) { function in class:__anon7713::SkPictureSerializer
79 Serialize(children[i].get());
86 // Serialize picture to file.
427 serializer.Serialize(root_layer);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc68 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) { function in class:sfntly::Font
152 int32_t table_size = target_table->Serialize(fos);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_android.cc191 std::string Clipboard::FormatType::Serialize() const { function in class:ui::Clipboard::FormatType
H A Dclipboard_aura.cc419 std::string Clipboard::FormatType::Serialize() const { function in class:ui::Clipboard::FormatType
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc182 ser.Serialize();
197 static void Serialize(v8::Isolate* isolate) { function
215 UNINITIALIZED_TEST(Serialize) {
220 Serialize(isolate);
231 Serialize(isolate);
232 Serialize(isolate);
315 UNINITIALIZED_DEPENDENT_TEST(Deserialize, Serialize) {
353 UNINITIALIZED_DEPENDENT_TEST(DeserializeAndRunScript2, Serialize) {
449 p_ser.Serialize(&raw_foo);
572 p_ser.Serialize(
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc68 void Font::Serialize(OutputStream* os, IntegerList* table_ordering) { function in class:sfntly::Font
152 int32_t table_size = target_table->Serialize(fos);
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py1687 s += flag.Serialize() + '\n'
1875 return repr(self.serializer.Serialize(value))
1897 def Serialize(self): member in class:Flag
1908 return "--%s=%s" % (self.name, self.serializer.Serialize(self.value))
1968 default_serialized = self.serializer.Serialize(self.default)
2066 def Serialize(self, value): member in class:ArgumentSerializer
2075 def Serialize(self, value): member in class:ListSerializer
2763 def Serialize(self): member in class:MultiFlag
2775 s += Flag.Serialize(self)
/external/chromium_org/third_party/python_gflags/
H A Dgflags.py1687 s += flag.Serialize() + '\n'
1875 return repr(self.serializer.Serialize(value))
1897 def Serialize(self): member in class:Flag
1908 return "--%s=%s" % (self.name, self.serializer.Serialize(self.value))
1968 default_serialized = self.serializer.Serialize(self.default)
2066 def Serialize(self, value): member in class:ArgumentSerializer
2075 def Serialize(self, value): member in class:ListSerializer
2763 def Serialize(self): member in class:MultiFlag
2775 s += Flag.Serialize(self)

Completed in 1760 milliseconds

123