Searched refs:WriteInt64 (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_info.cc210 pickle->WriteInt64(request_time.ToInternalValue());
211 pickle->WriteInt64(response_time.ToInternalValue());
/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc42 pickle.WriteInt64(0);
43 pickle.WriteInt64(0);
/external/chromium/base/
H A Dpickle.h108 bool WriteInt64(int64 value) { function in class:Pickle
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc47 pickle->WriteInt64(id_);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc214 void WireFormatLite::WriteInt64(int field_number, int64 value, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h329 static void WriteInt64 (field_number, int64 value, output);
H A Ddescriptor.pb.cc6821 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output);
/external/chromium/webkit/glue/
H A Dglue_serialize.cc101 obj->pickle.WriteInt64(data);
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc478 pickle->WriteInt64(form->date_created.ToTimeT());
/external/chromium/base/metrics/
H A Dhistogram.cc726 pickle->WriteInt64(sum_);
727 pickle->WriteInt64(redundant_count_);

Completed in 347 milliseconds