HomeSort by relevance Sort by last modified time
    Searched refs:ReadInteger (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/utility/media_galleries/
iapps_xml_utils.h 34 bool ReadInteger(XmlReader* reader, uint64* result);
iapps_xml_utils.cc 73 bool ReadInteger(XmlReader* reader, uint64* result) {
itunes_library_parser.cc 42 return iapps::ReadInteger(reader_, &track_info_->id);
iphoto_library_parser.cc 104 if (!iapps::ReadInteger(reader_, &album_info_->id))
  /external/chromium_org/content/common/
page_state_serialization.cc 227 int ReadInteger(SerializeObject* obj) {
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/
rsa_private_key.cc 145 !ReadInteger(&src, end, &modulus_))
214 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos,
rsa_private_key.h 100 bool ReadInteger(uint8** pos, uint8* end, std::vector<uint8>* out);

Completed in 195 milliseconds