HomeSort by relevance Sort by last modified time
    Searched defs:Serialize (Results 1 - 25 of 59) 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 14 def Serialize(self, f):
tracing_timeline_data.py 14 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/net/server/
http_server_response_info.cc 49 std::string HttpServerResponseInfo::Serialize() const {
  /system/keymaster/
google_keymaster_messages.cpp 29 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const {
73 buf = enforced.Serialize(buf, end);
74 return unenforced.Serialize(buf, end);
104 uint8_t* GetKeyCharacteristicsRequest::Serialize(uint8_t* buf, const uint8_t* end) const {
106 return additional_params.Serialize(buf, end);
126 buf = enforced.Serialize(buf, end);
127 return unenforced.Serialize(buf, end);
146 uint8_t* BeginOperationRequest::Serialize(uint8_t* buf, const uint8_t* end) const {
149 return additional_params.Serialize(buf, end);
181 uint8_t* UpdateOperationRequest::Serialize(uint8_t* buf, const uint8_t* end) const
    [all...]
serializable.cpp 118 uint8_t* Buffer::Serialize(uint8_t* buf, const uint8_t* end) 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/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/net/quic/crypto/
quic_server_info.cc 112 string QuicServerInfo::Serialize() {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription_unittest.cc 124 std::string Serialize(const SessionDescriptionInterface* desc) {
229 // Test that we can serialize a JsepSessionDescription and deserialize it again.
231 std::string sdp = Serialize(jsep_desc_.get());
236 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
240 // Tests that we can serialize and deserialize a JsepSesssionDescription
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/
font_data_table.cc 41 int32_t FontDataTable::Serialize(OutputStream* os) {
45 int32_t FontDataTable::Serialize(WritableFontData* data) {
84 // Let subclass serialize from model.

Completed in 879 milliseconds

1 2 3