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

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

Completed in 215 milliseconds