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

12 3 4 5 6 7 8

  /external/chromium_org/content/browser/devtools/
devtools_protocol.h 32 virtual std::string Serialize() = 0;
52 virtual std::string Serialize() OVERRIDE;
84 std::string Serialize();
109 virtual std::string Serialize() OVERRIDE;
devtools_protocol.cc 52 std::string DevToolsProtocol::Command::Serialize() {
104 std::string DevToolsProtocol::Response::Serialize() {
149 std::string DevToolsProtocol::Notification::Serialize() {
190 SendRawMessage(notification->Serialize());
224 *error_response = response->Serialize();
272 *error_response = response->Serialize();
renderer_overrides_handler.cc 223 Serialize());
252 Serialize());
263 Serialize());
270 SendRawMessage(command->SuccessResponse(response)->Serialize());
  /external/chromium_org/net/server/
http_connection.cc 29 Send(response.Serialize());
http_server_response_info.h 31 std::string Serialize() const;
http_server_response_info.cc 49 std::string HttpServerResponseInfo::Serialize() const {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptHeapSnapshot.cpp 86 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
trace_profiler.py 36 trace_result.Serialize(f)
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 48 ASSERT_FALSE(serializer.Serialize(*root_dict));
52 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
56 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
117 ASSERT_TRUE(serializer.Serialize(valueRoot));
131 ASSERT_TRUE(serializer.Serialize(root));
155 ASSERT_TRUE(serializer.Serialize(root));
290 ASSERT_TRUE(serializer.Serialize(*root));
319 ASSERT_TRUE(serializer.Serialize(*root));
  /external/chromium_org/base/json/
json_file_value_serializer.cc 18 bool JSONFileValueSerializer::Serialize(const base::Value& root) {
34 serializer.Serialize(root);
json_value_serializer_unittest.cc 50 // Serialize back the output.
54 ASSERT_TRUE(str_serializer.Serialize(value));
197 ASSERT_FALSE(serializer.Serialize(*root_dict));
201 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
205 ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
266 ASSERT_TRUE(serializer.Serialize(valueRoot));
280 ASSERT_TRUE(serializer.Serialize(root));
304 ASSERT_TRUE(serializer.Serialize(root));
422 ASSERT_TRUE(serializer.Serialize(*root));
449 ASSERT_TRUE(serializer.Serialize(*root))
    [all...]
  /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/chromium/net/socket/
ssl_host_info.h 106 std::string Serialize() const;
  /external/chromium_org/base/metrics/
histogram_samples.h 38 virtual bool Serialize(Pickle* pickle) const;
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.h 44 std::string Serialize();
  /external/chromium_org/chrome/browser/spellchecker/
misspelling_unittest.cc 32 scoped_ptr<base::DictionaryValue> serialized(misspelling.Serialize());
spellcheck_action.cc 42 base::DictionaryValue* SpellcheckAction::Serialize() const {
  /external/chromium_org/content/common/
content_param_traits.h 51 p.Serialize(m);
  /external/chromium_org/net/cert/
crl_set.h 67 // Serialize returns a string of bytes suitable for passing to Parse. Parsing
70 std::string Serialize() const;
  /external/chromium_org/net/tools/gdig/
file_net_log.cc 34 bool ret = serializer.Serialize(*param_value);
  /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/v8/test/cctest/
test-serialize.cc 37 #include "serialize.h"
234 ser.Serialize();
249 static void Serialize() {
264 TEST(Serialize) {
268 Serialize();
278 Serialize();
279 Serialize();
306 DEPENDENT_TEST(Deserialize, Serialize) {
307 // The serialize-deserialize tests only work if the VM is built without
309 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
235 ser.Serialize();
240 static void Serialize() {
252 TEST(Serialize) {
255 Serialize();
263 Serialize();
264 Serialize();
288 DEPENDENT_TEST(Deserialize, Serialize) {
289 // The serialize-deserialize tests only work if the VM is built without
291 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 38 TEST(IndexMetadataTest, Serialize) {
41 index_metadata.Serialize(&pickle);
61 using SimpleIndexFile::Serialize;
101 TEST_F(SimpleIndexFileTest, Serialize) {
116 scoped_ptr<Pickle> pickle = WrappedSimpleIndexFile::Serialize(
  /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.

Completed in 426 milliseconds

12 3 4 5 6 7 8