HomeSort by relevance Sort by last modified time
    Searched full:photo_info (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.cc 214 PhotoInfo photo_info; local
215 photo_info.id = id;
216 if (!GetPhotoInfoFromDict(reader, &photo_info)) {
221 parser::Photo photo(photo_info.id, photo_info.location,
222 photo_info.original_location);

Completed in 774 milliseconds