HomeSort by relevance Sort by last modified time
    Searched defs:Serialize (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/tools/telemetry/telemetry/timeline/
timeline_data.py 9 def Serialize(self, f):
inspector_timeline_data.py 15 def Serialize(self, f):
tracing_timeline_data.py 15 def Serialize(self, f):
  /external/chromium_org/base/json/
json_string_value_serializer.cc 15 bool JSONStringValueSerializer::Serialize(const Value& root) {
json_file_value_serializer.cc 18 bool JSONFileValueSerializer::Serialize(const base::Value& root) {
34 serializer.Serialize(root);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.cc 42 base::DictionaryValue* SpellcheckAction::Serialize() const {
misspelling.cc 28 result->Append(action.Serialize());
54 base::DictionaryValue* Misspelling::Serialize() const {
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_root_obj_wrapper.cc 42 void AXRootObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
  /external/chromium_org/ui/views/accessibility/
ax_widget_obj_wrapper.cc 35 void AXWidgetObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
ax_window_obj_wrapper.cc 46 void AXWindowObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
ax_view_obj_wrapper.cc 42 void AXViewObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
  /external/lldb/source/Host/macosx/cfcpp/
CFCData.cpp 70 CFCData::Serialize(CFPropertyListRef plist, CFPropertyListFormat format)
  /external/lldb/tools/debugserver/source/MacOSX/
CFData.cpp 73 CFData::Serialize(CFPropertyListRef plist, CFPropertyListFormat format)
  /external/chromium_org/crypto/
secure_hash_default.cc 40 virtual bool Serialize(Pickle* pickle) OVERRIDE;
47 bool SecureHashSHA256NSS::Serialize(Pickle* pickle) {
secure_hash_openssl.cc 43 virtual bool Serialize(Pickle* pickle) OVERRIDE;
50 bool SecureHashSHA256OpenSSL::Serialize(Pickle* pickle) {
  /external/chromium_org/mojo/public/python/mojo/bindings/
reflection.py 106 def Serialize(self, handle_offset=0):
107 return serialization_object.Serialize(self, handle_offset)
108 dictionary['Serialize'] = Serialize
serialization.py 15 """Error when strying to serialize a struct."""
26 Helper class to serialize/deserialize a struct.
57 def Serialize(self, obj, handle_offset):
59 Serialize the given obj. handle_offset is the the first value to use when
70 (entry, new_handles) = group.Serialize(
  /external/chromium_org/net/server/
http_server_response_info.cc 55 std::string HttpServerResponseInfo::Serialize() const {
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.cc 55 void NaClValidationCache::Serialize(Pickle* pickle) const {
61 // Serialize the cache in reverse order so that deserializing it can easily
  /external/chromium_org/components/proximity_auth/
wire_message.cc 114 std::string WireMessage::Serialize() const {
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc 74 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) {
  /external/chromium_org/chrome/browser/net/
referrer.cc 148 base::Value* Referrer::Serialize() const {
  /external/chromium_org/courgette/
adjustment_method_unittest.cc 60 std::string Serialize(courgette::AssemblyProgram *program) const {
87 std::string s1 = Serialize(prog1);
88 std::string s2 = Serialize(prog2);
97 std::string s5 = Serialize(prog5);
98 std::string s6 = Serialize(prog6);
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_framer.cc 72 bool MessageFramer::Serialize(const CastMessage& message_proto,
  /external/chromium_org/net/quic/crypto/
quic_server_info.cc 112 string QuicServerInfo::Serialize() {

Completed in 1006 milliseconds

1 2 3