HomeSort by relevance Sort by last modified time
    Searched refs:ReadInteger (Results 1 - 10 of 10) 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/webkit/glue/
glue_serialize.cc 94 inline int ReadInteger(const SerializeObject* obj) {
217 int num_elements = ReadInteger(obj);
256 int num_elements = ReadInteger(obj);
264 int type = ReadInteger(obj);
350 obj->version = ReadInteger(obj);
374 int x = ReadInteger(obj);
375 int y = ReadInteger(obj);
380 item.setVisitCount(ReadInteger(obj));
407 int num_children = ReadInteger(obj);
  /external/chromium_org/content/common/
page_state_serialization.cc 221 int ReadInteger(SerializeObject* obj) {
230 int unused ALLOW_UNUSED = ReadInteger(obj);
366 size_t num_elements = static_cast<size_t>(ReadInteger(obj));
443 int num_elements = ReadInteger(obj);
446 int type = ReadInteger(obj);
542 int x = ReadInteger(obj);
543 int y = ReadInteger(obj);
613 obj->version = ReadInteger(obj);
  /external/chromium/crypto/
rsa_private_key.cc 148 !ReadInteger(&src, end, &modulus_))
217 bool PrivateKeyInfoCodec::ReadInteger(uint8** pos,
rsa_private_key.h 103 bool ReadInteger(uint8** pos, uint8* end, std::vector<uint8>* out);
  /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