Home
last modified time | relevance | path

Searched refs:ReadInteger (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/common/
Dpage_state_serialization.cc227 int ReadInteger(SerializeObject* obj) { in ReadInteger() function
236 int unused ALLOW_UNUSED = ReadInteger(obj); in ConsumeInteger()
376 size_t num_elements = static_cast<size_t>(ReadInteger(obj)); in ReadAndValidateVectorSize()
453 int num_elements = ReadInteger(obj); in ReadHttpBody()
456 int type = ReadInteger(obj); in ReadHttpBody()
557 int x = ReadInteger(obj); in ReadFrameState()
558 int y = ReadInteger(obj); in ReadFrameState()
580 static_cast<blink::WebReferrerPolicy>(ReadInteger(obj)); in ReadFrameState()
644 obj->version = ReadInteger(obj); in ReadPageState()
/external/chromium_org/chrome/utility/media_galleries/
Diapps_xml_utils.h34 bool ReadInteger(XmlReader* reader, uint64* result);
Diapps_xml_utils.cc73 bool ReadInteger(XmlReader* reader, uint64* result) { in ReadInteger() function
Ditunes_library_parser.cc42 return iapps::ReadInteger(reader_, &track_info_->id); in HandleKeyImpl()
Diphoto_library_parser.cc104 if (!iapps::ReadInteger(reader_, &album_info_->id)) in HandleKeyImpl()
/external/chromium_org/crypto/
Drsa_private_key.cc145 !ReadInteger(&src, end, &modulus_)) in Import()
214 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos, in ReadInteger() function in crypto::PrivateKeyInfoCodec
Drsa_private_key.h100 bool ReadInteger(uint8** pos, uint8* end, std::vector<uint8>* out);