HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 101 - 125 of 209) sorted by null

1 2 3 45 6 7 8 9

  /external/sfntly/cpp/src/sfntly/
font.h 265 // Serialize the font to the output stream.
268 void Serialize(OutputStream* os, IntegerList* table_ordering);
317 // @param tableHeaders the headers to serialize
321 // Serialize the tables.
323 // @param tableHeaders the headers for the tables to serialize
  /external/v8/include/
v8-profiler.h 325 kJSON = 0 // See format description near 'Serialize' method.
378 void Serialize(OutputStream* stream, SerializationFormat format) const;
  /external/chromium_org/chromeos/network/
network_event_log.cc 105 if (!serializer.Serialize(entry)) {
106 LOG(ERROR) << "Failed to serialize to JSON";
310 serializer.Serialize(log_entries);
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 153 OnDispatchOnInspectorFrontend(overridden_response->Serialize());
341 DispatchOnInspectorFrontend(this, notification->Serialize());
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 598 // Serialize source_config into std::string.
600 EXPECT_TRUE(source_config.Serialize(&serialized_value));
615 src_serializer.Serialize(*net_src_cfg.ToValue());
617 tgt_serializer.Serialize(*net_tgt_cfg.ToValue());
proxy_config_service_impl.cc 190 bool ProxyConfigServiceImpl::ProxyConfig::Serialize(std::string* output) {
490 if (!reference_config_.Serialize(&value)) {
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 434 if (!serializer.Serialize(*final_manifest)) {
600 if (!serializer.Serialize(*catalog)) {
user_script_master.cc 235 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
289 this, &ScriptReloader::NotifyMaster, Serialize(scripts)));
convert_web_app.cc 139 if (!serializer.Serialize(*root)) {
140 LOG(ERROR) << "Could not serialize manifest.";
  /external/chromium_org/chrome/browser/extensions/activity_log/
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/extensions/
user_script_master.cc 266 static base::SharedMemory* Serialize(const UserScriptList& scripts) {
315 &ScriptReloader::NotifyMaster, this, Serialize(user_scripts)));
convert_user_script.cc 161 if (!serializer.Serialize(*root)) {
convert_web_app.cc 149 if (!serializer.Serialize(*root)) {
150 LOG(ERROR) << "Could not serialize manifest.";
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 207 return serializer.Serialize(*(value.get()));
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 21 // Tests that serialize/deserialize correctly understand each other
22 TEST(IPCMessageTest, Serialize) {
json_pref_store.cc 304 return serializer.Serialize(*(copy.get()));
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.cc 80 new_data_ = Serialize();
  /external/chromium/net/socket/
ssl_host_info.cc 140 std::string SSLHostInfo::Serialize() const {
  /external/chromium/webkit/glue/
webcursor.cc 117 bool WebCursor::Serialize(Pickle* pickle) const {
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc 187 const std::string new_crl_set_bytes = new_crl_set->Serialize();
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar_browsertest.cc 66 json.Serialize(base::FundamentalValue(value));
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 159 serializer.Serialize(*root);
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader_unittest.cc 143 serializer.Serialize(dict);

Completed in 509 milliseconds

1 2 3 45 6 7 8 9