Searched refs:all_photos (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/common/media_galleries/
H A Diphoto_library.cc29 const std::set<Photo>& all_photos)
31 all_photos(all_photos) {}
28 Library(const Albums& albums, const std::set<Photo>& all_photos) argument
H A Diphoto_library.h36 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/
H A Diphoto_library_parser_unittest.cc143 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);
H A Diphoto_library_parser.cc142 std::set<iphoto::parser::Photo>* all_photos) {
185 all_photos->insert(photo);
226 if (!ParseAllPhotos(reader_, &library_->all_photos)) {
141 ParseAllPhotos(XmlReader* reader, std::set<iphoto::parser::Photo>* all_photos) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider.cc54 library.all_photos.begin();
55 photo_it != library.all_photos.end(); photo_it++) {
/external/chromium_org/chrome/common/extensions/
H A Dchrome_utility_extensions_messages.h34 IPC_STRUCT_TRAITS_MEMBER(all_photos)

Completed in 586 milliseconds