HomeSort by relevance Sort by last modified time
    Searched refs:kIPhotoAlbumsDir (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 282 EXPECT_EQ(base::FilePath::FromUTF8Unsafe(kIPhotoAlbumsDir).value(),
288 FileSystemURL url = CreateURL(kIPhotoAlbumsDir);
303 FileSystemURL url = CreateURL(std::string(kIPhotoAlbumsDir) + "/Album1");
323 url = CreateURL(std::string(kIPhotoAlbumsDir) + "/NoAlbum");
333 CreateURL(std::string(kIPhotoAlbumsDir) + "/has_originals");
344 url = CreateURL(std::string(kIPhotoAlbumsDir) + "/has_originals/Originals");
iphoto_file_util.cc 67 const char kIPhotoAlbumsDir[] = "Albums";
203 if (components[0] == kIPhotoAlbumsDir) {
249 file_list->push_back(DirectoryEntry(kIPhotoAlbumsDir,
255 if (components[0] == kIPhotoAlbumsDir) {
329 if (components.size() == 3 && components[0] == kIPhotoAlbumsDir) {
338 if (components.size() == 4 && components[0] == kIPhotoAlbumsDir &&
iphoto_file_util.h 30 extern const char kIPhotoAlbumsDir[];

Completed in 32 milliseconds