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

12

/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Dtrace_result.py9 def Serialize(self, f): member in class:TraceResult
11 return self._impl.Serialize(f)
H A Dtracing_backend.py29 def Serialize(self, f): member in class:TraceResultImpl
49 self.Serialize(f)
60 def Serialize(self, f): member in class:RawTraceResultImpl
/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/crypto/
H A Dsecure_hash_default.cc40 virtual bool Serialize(Pickle* pickle) OVERRIDE;
47 bool SecureHashSHA256NSS::Serialize(Pickle* pickle) { function in class:crypto::__anon8176::SecureHashSHA256NSS
H A Dsecure_hash_openssl.cc43 virtual bool Serialize(Pickle* pickle) OVERRIDE;
50 bool SecureHashSHA256OpenSSL::Serialize(Pickle* pickle) { function in class:crypto::__anon8177::SecureHashSHA256OpenSSL
/external/chromium_org/net/server/
H A Dhttp_server_response_info.cc49 std::string HttpServerResponseInfo::Serialize() const { function in class:net::HttpServerResponseInfo
/external/chromium/chrome/browser/net/
H A Dreferrer.cc147 Value* Referrer::Serialize() const { function in class:chrome_browser_net::Referrer
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_protocol.cc37 std::string DevToolsProtocol::Command::Serialize() { function in class:DevToolsProtocol::Command
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_validation_cache.cc57 void NaClValidationCache::Serialize(Pickle* pickle) const { function in class:NaClValidationCache
63 // Serialize the cache in reverse order so that deserializing it can easily
/external/chromium_org/chrome/browser/net/
H A Dreferrer.cc147 Value* Referrer::Serialize() const { function in class:chrome_browser_net::Referrer
/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/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription_unittest.cc113 std::string Serialize(const SessionDescriptionInterface* desc) { function in class:JsepSessionDescriptionTest
198 std::string sdp = Serialize(jsep_desc_.get());
203 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
210 std::string sdp = Serialize(jsep_desc_.get());
215 std::string sdp_with_candidate = Serialize(jsep_desc_.get());
220 std::string parsed_sdp_with_candidate = Serialize(parsed_jsep_desc.get());
/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/net/socket/
H A Dssl_host_info.cc140 std::string SSLHostInfo::Serialize() const { function in class:net::SSLHostInfo
/external/chromium/webkit/glue/
H A Dwebcursor.cc117 bool WebCursor::Serialize(Pickle* pickle) const { function in class:WebCursor
/external/chromium_org/base/metrics/
H A Dhistogram_samples.cc92 bool HistogramSamples::Serialize(Pickle* pickle) const { function in class:base::HistogramSamples
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc28 std::string Serialize(const base::Value* value) { function in namespace:__anon4751
151 details->args.reset(new std::string(Serialize(args())));
152 details->extra.reset(new std::string(Serialize(other())));
162 details->args.reset(new std::string(Serialize(args())));
163 details->extra.reset(new std::string(Serialize(other())));
193 details->args.reset(new std::string(Serialize(args())));
194 details->extra.reset(new std::string(Serialize(other())));
246 result += " ARGS=" + Serialize(args_.get());
256 result += " PAGE_TITLE=" + Serialize(&title);
265 result += " OTHER=" + Serialize(other
[all...]
H A Dactivity_log_policy.cc65 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) { function in class:extensions::ActivityLogPolicy::Util
/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/webkit/common/cursors/
H A Dwebcursor.cc133 bool WebCursor::Serialize(Pickle* pickle) const { function in class:WebCursor
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc190 bool ProxyConfigServiceImpl::ProxyConfig::Serialize(std::string* output) { function in class:chromeos::ProxyConfigServiceImpl::ProxyConfig
490 if (!reference_config_.Serialize(&value)) {
/external/chromium/chrome/browser/extensions/
H A Duser_script_master.cc235 static base::SharedMemory* Serialize(const UserScriptList& scripts) { function
289 this, &ScriptReloader::NotifyMaster, Serialize(scripts)));

Completed in 5899 milliseconds

12