Searched defs:Serialize (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dtimeline_data.py9 def Serialize(self, f): member in class:TimelineData
H A Dinspector_timeline_data.py15 def Serialize(self, f): member in class:InspectorTimelineData
H A Dtracing_timeline_data.py15 def Serialize(self, f): member in class:TracingTimelineData
/external/chromium_org/base/json/
H A Djson_string_value_serializer.cc15 bool JSONStringValueSerializer::Serialize(const Value& root) { function in class:JSONStringValueSerializer
H A Djson_file_value_serializer.cc18 bool JSONFileValueSerializer::Serialize(const base::Value& root) { function in class:JSONFileValueSerializer
34 serializer.Serialize(root);
/external/chromium_org/chrome/browser/spellchecker/
H A Dmisspelling.cc28 result->Append(action.Serialize());
54 base::DictionaryValue* Misspelling::Serialize() const { function in class:Misspelling
H A Dspellcheck_action.cc42 base::DictionaryValue* SpellcheckAction::Serialize() const { function in class:SpellcheckAction
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.cc42 void AXRootObjWrapper::Serialize(ui::AXNodeData* out_node_data) { function in class:AXRootObjWrapper
/external/chromium_org/crypto/
H A Dsecure_hash_default.cc40 virtual bool Serialize(Pickle* pickle) OVERRIDE;
47 bool SecureHashSHA256NSS::Serialize(Pickle* pickle) { function in class:crypto::__anon7956::SecureHashSHA256NSS
H A Dsecure_hash_openssl.cc43 virtual bool Serialize(Pickle* pickle) OVERRIDE;
50 bool SecureHashSHA256OpenSSL::Serialize(Pickle* pickle) { function in class:crypto::__anon7957::SecureHashSHA256OpenSSL
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Dreflection.py106 def Serialize(self, handle_offset=0): function in function:MojoStructType.__new__
107 return serialization_object.Serialize(self, handle_offset)
108 dictionary['Serialize'] = Serialize
H A Dserialization.py57 def Serialize(self, obj, handle_offset): member in class:Serialization
59 Serialize the given obj. handle_offset is the the first value to use when
70 (entry, new_handles) = group.Serialize(
/external/chromium_org/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc35 void AXWidgetObjWrapper::Serialize(ui::AXNodeData* out_node_data) { function in class:views::AXWidgetObjWrapper
H A Dax_window_obj_wrapper.cc46 void AXWindowObjWrapper::Serialize(ui::AXNodeData* out_node_data) { function in class:views::AXWindowObjWrapper
H A Dax_view_obj_wrapper.cc42 void AXViewObjWrapper::Serialize(ui::AXNodeData* out_node_data) { function in class:views::AXViewObjWrapper
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCData.cpp70 CFCData::Serialize(CFPropertyListRef plist, CFPropertyListFormat format) function in class:CFCData
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFData.cpp73 CFData::Serialize(CFPropertyListRef plist, CFPropertyListFormat format) function in class:CFData
/external/chromium_org/net/server/
H A Dhttp_server_response_info.cc55 std::string HttpServerResponseInfo::Serialize() const { function in class:net::HttpServerResponseInfo
/external/chromium_org/chrome/browser/net/
H A Dreferrer.cc148 base::Value* Referrer::Serialize() const { function in class:chrome_browser_net::Referrer
/external/chromium_org/components/nacl/browser/
H A Dnacl_validation_cache.cc55 void NaClValidationCache::Serialize(Pickle* pickle) const { function in class:nacl::NaClValidationCache
61 // Serialize the cache in reverse order so that deserializing it can easily
/external/chromium_org/components/proximity_auth/
H A Dwire_message.cc114 std::string WireMessage::Serialize() const { function in class:proximity_auth::WireMessage
/external/chromium_org/courgette/
H A Dadjustment_method_unittest.cc60 std::string Serialize(courgette::AssemblyProgram *program) const { function in class:AdjustmentMethodTest
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/net/quic/crypto/
H A Dquic_server_info.cc112 string QuicServerInfo::Serialize() { function in class:net::QuicServerInfo
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription_unittest.cc124 std::string Serialize(const SessionDescriptionInterface* desc) { function in class:JsepSessionDescriptionTest
231 std::string sdp = Serialize(jsep_desc_.get());
236 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
243 std::string sdp = Serialize(jsep_desc_.get());
248 std::string sdp_with_candidate = Serialize(jsep_desc_.get());
253 std::string parsed_sdp_with_candidate = Serialize(parsed_jsep_desc.get());
/external/chromium_org/third_party/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

Completed in 510 milliseconds

123