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

1 23 4 5 6 7 8

  /external/chromium/chrome/common/
json_value_serializer_perftest.cc 80 ASSERT_TRUE(reader.Serialize(*test_cases[j]));
jstemplate_builder.cc 55 serializer.Serialize(*json);
  /external/chromium/webkit/glue/
webcursor.h 40 // platform specific cursor. It is also possible to serialize / de-serialize a
58 bool Serialize(Pickle* pickle) const;
webcursor_unittest.cc 90 EXPECT_TRUE(win32_custom_cursor.Serialize(&win32_custom_pickle));
  /external/chromium_org/chrome/browser/chromeos/system_logs/
chrome_internal_log_source.cc 68 serializer.Serialize(*sync_logs.get());
  /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
nacl_validation_cache_unittest.cc 148 cache1.Serialize(&pickle);
161 cache1.Serialize(&pickle);
174 cache1.Serialize(&pickle);
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action_unittest.cc 86 kTestCases[i].action.Serialize());
  /external/chromium_org/content/child/
child_histogram_message_filter.cc 82 snapshot.Serialize(&pickle);
  /external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc 64 const std::string out = final_crl_set->Serialize();
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
tracing_backend.py 29 def Serialize(self, f):
49 self.Serialize(f)
60 def Serialize(self, f):
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 150 void SimpleIndexFile::IndexMetadata::Serialize(Pickle* pickle) const {
199 scoped_ptr<Pickle> pickle = Serialize(index_metadata, entry_set);
319 scoped_ptr<Pickle> SimpleIndexFile::Serialize(
324 index_metadata.Serialize(pickle.get());
328 it->second.Serialize(pickle.get());
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 122 bool Serialize(std::string* output);
124 // DictionaryValue and then into the config. Opposite of Serialize.
  /external/chromium/chrome/browser/net/
referrer.cc 147 Value* Referrer::Serialize() 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_log_policy.h 99 // Serialize a Value as a JSON string. Returns an empty string if value is
101 static std::string Serialize(const base::Value* value);
fullstream_ui_policy.cc 91 statement.BindString(4, Util::Serialize(action.args()));
105 statement.BindString(8, Util::Serialize(action.other()));
  /external/chromium_org/chrome/browser/net/
referrer.cc 147 Value* Referrer::Serialize() const {
  /external/chromium_org/content/renderer/
dom_automation_controller.cc 91 if (!serializer.Serialize(*value)) {
  /external/chromium_org/crypto/
secure_hash_unittest.cc 59 EXPECT_TRUE(ctx1->Serialize(&pickle));
  /external/chromium_org/webkit/common/cursors/
webcursor.h 37 // platform specific cursor. It is also possible to serialize / de-serialize a
81 bool Serialize(Pickle* pickle) const;
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler_unittest.cc 76 response.Serialize().find("Location:/base/session/"))
77 << response.Serialize();
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 169 OnDispatchOnInspectorFrontend(overridden_response->Serialize());
300 DispatchOnInspectorFrontend(this, notification->Serialize());
  /external/chromium_org/v8/src/
serialize.h 516 void Serialize();
528 // We can't serialize a heap with external two byte strings.
603 // Serialize the objects reachable from a single object pointer.
604 virtual void Serialize(Object** o);
639 // Serialize the current state of the heap. The order is:
649 void Serialize() {

Completed in 507 milliseconds

1 23 4 5 6 7 8