Searched refs:column_file_destination (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/media_galleries/
H A Dpmp_test_util.h21 const base::FilePath& column_file_destination,
26 const base::FilePath& column_file_destination,
H A Dpicasa_test_util.cc15 void WriteAlbumTable(const base::FilePath& column_file_destination, argument
23 column_file_destination, kPicasaAlbumTableName));
25 column_file_destination, kPicasaAlbumTableName, "category",
28 column_file_destination, kPicasaAlbumTableName, "date",
31 column_file_destination, kPicasaAlbumTableName, "filename",
34 column_file_destination, kPicasaAlbumTableName, "name",
37 column_file_destination, kPicasaAlbumTableName, "token",
40 column_file_destination, kPicasaAlbumTableName, "uid",
45 const base::FilePath& column_file_destination,
90 WriteAlbumTable(column_file_destination, category_vecto
44 WriteTestAlbumTable( const base::FilePath& column_file_destination, const base::FilePath& test_folder_1_path, const base::FilePath& test_folder_2_path) argument
[all...]
H A Dpicasa_test_util.h19 void WriteAlbumTable(const base::FilePath& column_file_destination,
28 void WriteTestAlbumTable(const base::FilePath& column_file_destination,
H A Dpmp_test_util.cc59 const base::FilePath& column_file_destination,
61 base::FilePath indicator_path = column_file_destination.Append(
69 const base::FilePath& column_file_destination,
76 base::FilePath path = column_file_destination.AppendASCII(file_name);
58 WriteIndicatorFile( const base::FilePath& column_file_destination, const std::string& table_name) argument
68 WriteColumnFileFromVector( const base::FilePath& column_file_destination, const std::string& table_name, const std::string& column_name, const PmpFieldType field_type, const std::vector<T>& elements_vector) argument

Completed in 77 milliseconds