Searched defs:ReadInteger (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/utility/media_galleries/
H A Diapps_xml_utils.cc73 bool ReadInteger(XmlReader* reader, uint64* result) { function in namespace:iapps
/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
/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);

Completed in 100 milliseconds