/external/chromium_org/chrome/utility/media_galleries/ |
itunes_library_parser_unittest.cc | 42 parser::Album::const_iterator a_it; local 44 for (a_it = a.begin(), b_it = b.begin(); 45 a_it != a.end() && b_it != b.end(); 46 ++a_it, ++b_it) { 47 CompareTrack(*a_it, *b_it); 54 parser::Albums::const_iterator a_it; local 56 for (a_it = a.begin(), b_it = b.begin(); 57 a_it != a.end() && b_it != b.end(); 58 ++a_it, ++b_it) { 59 EXPECT_EQ(a_it->first, b_it->first) 67 parser::Library::const_iterator a_it; local [all...] |
iphoto_library_parser_unittest.cc | 116 parser::Album::const_iterator a_it; local 118 for (a_it = a.begin(), b_it = b.begin(); 119 a_it != a.end() && b_it != b.end(); 120 ++a_it, ++b_it) { 121 EXPECT_EQ(*a_it, *b_it); 128 parser::Albums::const_iterator a_it; local 130 for (a_it = a.begin(), b_it = b.begin(); 131 a_it != a.end() && b_it != b.end(); 132 ++a_it, ++b_it) { 133 EXPECT_EQ(a_it->first, b_it->first) 141 std::set<parser::Photo>::const_iterator a_it; local [all...] |
/external/chromium_org/cc/resources/ |
resource_provider.cc | 1148 const ResourceMap::iterator& a_it = a.second; local [all...] |