OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestIPhotoDataProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc
30
class
TestIPhotoDataProvider
: public IPhotoDataProvider {
32
TestIPhotoDataProvider
(const base::FilePath& xml_library_path,
37
virtual ~
TestIPhotoDataProvider
() {}
48
DISALLOW_COPY_AND_ASSIGN(
TestIPhotoDataProvider
);
125
new
TestIPhotoDataProvider
(
iphoto_file_util_unittest.cc
68
class
TestIPhotoDataProvider
: public IPhotoDataProvider {
70
explicit
TestIPhotoDataProvider
(const base::FilePath& fake_library_path)
75
virtual ~
TestIPhotoDataProvider
() {}
183
new
TestIPhotoDataProvider
(fake_library_dir_.path()));
245
TestIPhotoDataProvider
* data_provider() const {
258
scoped_ptr<
TestIPhotoDataProvider
> iphoto_data_provider_;
Completed in 538 milliseconds