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

  /external/chromium_org/chrome/common/media_galleries/
iphoto_library.cc 29 const std::set<Photo>& all_photos)
31 all_photos(all_photos) {}
iphoto_library.h 36 Library(const Albums& albums, const std::set<Photo>& all_photos);
40 std::set<Photo> all_photos; member in struct:iphoto::parser::Library
  /external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser_unittest.cc 143 for (a_it = a.all_photos.begin(), b_it = b.all_photos.begin();
144 a_it != a.all_photos.end() && b_it != b.all_photos.end();
171 expected_library_.all_photos.insert(photo);
iphoto_library_parser.cc 184 std::set<iphoto::parser::Photo>* all_photos) {
223 all_photos->insert(photo);
294 if (!ParseAllPhotos(&reader, &library_.all_photos))
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.cc 54 library.all_photos.begin();
55 photo_it != library.all_photos.end(); photo_it++) {
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 63 IPC_STRUCT_TRAITS_MEMBER(all_photos)

Completed in 740 milliseconds