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

1 2

  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
trace_result.py 9 def Serialize(self, f):
11 return self._impl.Serialize(f)
tracing_backend.py 29 def Serialize(self, f):
49 self.Serialize(f)
60 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/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 {
  /external/chromium_org/chrome/browser/nacl_host/
nacl_validation_cache.cc 57 void NaClValidationCache::Serialize(Pickle* pickle) const {
63 // Serialize the cache in reverse order so that deserializing it can easily
  /external/chromium/chrome/browser/net/
referrer.cc 147 Value* Referrer::Serialize() const {
  /external/chromium/webkit/glue/
webcursor.cc 117 bool WebCursor::Serialize(Pickle* pickle) const {
  /external/chromium_org/base/metrics/
histogram_samples.cc 92 bool HistogramSamples::Serialize(Pickle* pickle) const {
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.cc 37 std::string DevToolsProtocol::Command::Serialize() {
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 28 std::string Serialize(const base::Value* value) {
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_.get())
    [all...]
activity_log_policy.cc 65 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) {
  /external/chromium_org/chrome/browser/net/
referrer.cc 147 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/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription_unittest.cc 113 std::string Serialize(const SessionDescriptionInterface* desc) {
196 // Test that we can serialize a JsepSessionDescription and deserialize it again.
198 std::string sdp = Serialize(jsep_desc_.get());
203 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
207 // Tests that we can serialize and deserialize a JsepSesssionDescription
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/
font_data_table.cc 41 int32_t FontDataTable::Serialize(OutputStream* os) {
45 int32_t FontDataTable::Serialize(WritableFontData* data) {
84 // Let subclass serialize from model.
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
289 this, &ScriptReloader::NotifyMaster, Serialize(scripts)));
  /external/chromium/net/socket/
ssl_host_info.cc 140 std::string SSLHostInfo::Serialize() const {
  /external/chromium_org/ppapi/proxy/
resource_message_params.cc 43 void ResourceMessageParams::Serialize(IPC::Message* msg) const {
156 void ResourceMessageCallParams::Serialize(IPC::Message* msg) const {
157 ResourceMessageParams::Serialize(msg);
182 void ResourceMessageReplyParams::Serialize(IPC::Message* msg) const {
183 // Rather than serialize all of ResourceMessageParams first, we serialize all
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 133 bool WebCursor::Serialize(Pickle* pickle) const {
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 190 bool ProxyConfigServiceImpl::ProxyConfig::Serialize(std::string* output) {
490 if (!reference_config_.Serialize(&value)) {

Completed in 928 milliseconds

1 2