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

1 2 3 4 5 6 7 8

  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
trace_result.py 9 def Serialize(self, f):
11 return self._impl.Serialize(f)
tracing_backend_unittest.py 61 ri.Serialize(f)
73 ri.Serialize(f)
86 ri.Serialize(f)
  /external/chromium_org/net/server/
http_server_response_info_unittest.cc 14 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());
  /external/chromium_org/content/common/
clipboard_messages.cc 13 m->WriteString(p.Serialize());
27 *l = p.Serialize();
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.h 63 base::DictionaryValue* Serialize() const;
misspelling.h 10 // The object can serialize itself.
29 // Process(misspelling.Serialize());
42 base::DictionaryValue* Serialize() const;
misspelling.cc 28 result->Append(action.Serialize());
54 base::DictionaryValue* Misspelling::Serialize() const {
  /external/chromium_org/crypto/
secure_hash.h 30 // Serialize the context, so it can be restored at a later time.
33 virtual bool Serialize(Pickle* pickle) = 0;
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/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/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_unittest.cc 57 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/
touch_log_source.cc 33 if (json.Serialize(*dictionary) && !touch_log.empty())
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 110 virtual int32_t Serialize(OutputStream* os);
113 virtual int32_t Serialize(WritableFontData* data);
  /external/chromium_org/content/browser/devtools/
devtools_browser_target.cc 55 Respond(command->NoSuchMethodErrorResponse()->Serialize());
68 Respond(response->Serialize());
70 Respond(command->NoSuchMethodErrorResponse()->Serialize());
117 RespondFromUIThread(response->Serialize());
119 RespondFromUIThread(command->NoSuchMethodErrorResponse()->Serialize());
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 75 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/
simple_index_file.h 45 // 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/chrome/browser/net/
referrer.h 118 Value* Serialize() const;
  /external/chromium_org/base/json/
json_file_value_serializer.h 28 // We should never serialize directly to a file since this will block the
29 // thread. Instead, serialize to a string and write to the file you want on
32 // Attempt to serialize the data structure represented by Value into
35 virtual bool Serialize(const base::Value& root) OVERRIDE;
37 // Equivalent to Serialize(root) except binary values are omitted from the
json_string_value_serializer.cc 15 bool JSONStringValueSerializer::Serialize(const Value& root) {
json_string_value_serializer.h 38 // Attempt to serialize the data structure represented by Value into
41 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/
native_messaging_test_util.cc 45 ASSERT_TRUE(serializer.Serialize(*manifest));
  /external/chromium_org/chrome/browser/nacl_host/
nacl_validation_cache.h 32 void Serialize(Pickle* pickle) const;
  /external/chromium_org/chrome/browser/net/
referrer.h 118 base::Value* Serialize() const;

Completed in 292 milliseconds

1 2 3 4 5 6 7 8