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 32 bool ReadInteger(XmlReader* reader, uint64* result);
iapps_xml_utils.cc 73 bool ReadInteger(XmlReader* reader, uint64* result) {
itunes_library_parser.cc 60 if (!iapps::ReadInteger(reader, &result->id))
iphoto_library_parser.cc 138 if (!iapps::ReadInteger(reader, &result->id))
  /external/chromium_org/content/common/
page_state_serialization.cc 226 int ReadInteger(SerializeObject* obj) {
235 int unused ALLOW_UNUSED = ReadInteger(obj);
375 size_t num_elements = static_cast<size_t>(ReadInteger(obj));
452 int num_elements = ReadInteger(obj);
455 int type = ReadInteger(obj);
555 int x = ReadInteger(obj);
556 int y = ReadInteger(obj);
576 static_cast<blink::WebReferrerPolicy>(ReadInteger(obj));
640 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 344 milliseconds