Searched refs:Serialize (Results 1 - 25 of 177) sorted by relevance

12345678

/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_unittest.py61 ri.Serialize(f)
73 ri.Serialize(f)
86 ri.Serialize(f)
/external/chromium_org/net/server/
H A Dhttp_server_response_info_unittest.cc14 ASSERT_EQ("HTTP/1.1 200 OK\r\n\r\n", response.Serialize());
21 ASSERT_EQ("HTTP/1.1 200 OK\r\nA:1\r\nA:2\r\n\r\n", response.Serialize());
31 response.Serialize());
39 response.Serialize());
48 response.Serialize());
H A Dhttp_connection.cc29 Send(response.Serialize());
H A Dhttp_server_response_info.h31 std::string Serialize() const;
/external/chromium_org/content/common/
H A Dclipboard_messages.cc13 m->WriteString(p.Serialize());
27 *l = p.Serialize();
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_action.h63 base::DictionaryValue* Serialize() const;
H A Dmisspelling.h29 // Process(misspelling.Serialize());
42 base::DictionaryValue* Serialize() const;
H A Dmisspelling.cc28 result->Append(action.Serialize());
54 base::DictionaryValue* Misspelling::Serialize() const { function in class:Misspelling
/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/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_unittest.cc57 ActivityLogPolicy::Util::Serialize(action->other()));
73 ASSERT_EQ("[\"woof\"]", ActivityLogPolicy::Util::Serialize(action->args()));
80 ASSERT_EQ("", ActivityLogPolicy::Util::Serialize(action->args()));
87 ASSERT_EQ("[\"woof\"]", ActivityLogPolicy::Util::Serialize(action->args()));
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dtouch_log_source.cc33 if (json.Serialize(*dictionary) && !touch_log.empty())
/external/chromium_org/crypto/
H A Dsecure_hash.h30 // Serialize the context, so it can be restored at a later time.
33 virtual bool Serialize(Pickle* pickle) = 0;
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/tools/telemetry/telemetry/core/platform/profiler/
H A Dtrace_profiler.py36 trace_result.Serialize(f)
/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.cc55 Respond(command->NoSuchMethodErrorResponse()->Serialize());
68 Respond(response->Serialize());
70 Respond(command->NoSuchMethodErrorResponse()->Serialize());
117 RespondFromUIThread(response->Serialize());
119 RespondFromUIThread(command->NoSuchMethodErrorResponse()->Serialize());
H A Ddevtools_protocol.h32 virtual std::string Serialize() = 0;
52 virtual std::string Serialize() OVERRIDE;
84 std::string Serialize();
109 virtual std::string Serialize() OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.h75 virtual void Serialize(IPC::Message* msg) const;
147 virtual void Serialize(IPC::Message* msg) const OVERRIDE;
166 virtual void Serialize(IPC::Message* msg) const OVERRIDE;
187 p.Serialize(m);
200 p.Serialize(m);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.h45 // see SimpleIndexFile::Serialize() and SeeSimpleIndexFile::LoadFromDisk()
59 void Serialize(Pickle* pickle) const;
68 FRIEND_TEST_ALL_PREFIXES(IndexMetadataTest, Serialize);
120 static scoped_ptr<Pickle> Serialize(
/external/chromium_org/base/json/
H A Djson_file_value_serializer.h35 virtual bool Serialize(const base::Value& root) OVERRIDE;
37 // Equivalent to Serialize(root) except binary values are omitted from the
H A Djson_string_value_serializer.cc15 bool JSONStringValueSerializer::Serialize(const Value& root) { function in class:JSONStringValueSerializer
H A Djson_string_value_serializer.h41 virtual bool Serialize(const base::Value& root) OVERRIDE;
43 // Equivalent to Serialize(root) except binary values are omitted from the
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc45 ASSERT_TRUE(serializer.Serialize(*manifest));

Completed in 565 milliseconds

12345678