HomeSort by relevance Sort by last modified time
    Searched defs:ImportedMediaGalleryRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.cc 22 static base::LazyInstance<ImportedMediaGalleryRegistry>::Leaky
28 ImportedMediaGalleryRegistry* ImportedMediaGalleryRegistry::GetInstance() {
32 std::string ImportedMediaGalleryRegistry::RegisterPicasaFilesystemOnUIThread(
53 Bind(&ImportedMediaGalleryRegistry::RegisterPicasaFileSystem,
66 std::string ImportedMediaGalleryRegistry::RegisterITunesFilesystemOnUIThread(
87 Bind(&ImportedMediaGalleryRegistry::RegisterITunesFileSystem,
100 std::string ImportedMediaGalleryRegistry::RegisterIPhotoFilesystemOnUIThread(
123 Bind(&ImportedMediaGalleryRegistry::RegisterIPhotoFileSystem,
136 bool ImportedMediaGalleryRegistry::RevokeImportedFilesystemOnUIThread
    [all...]
imported_media_gallery_registry.h 36 class ImportedMediaGalleryRegistry {
38 static ImportedMediaGalleryRegistry* GetInstance();
63 friend struct base::DefaultLazyInstanceTraits<ImportedMediaGalleryRegistry>;
68 ImportedMediaGalleryRegistry();
69 virtual ~ImportedMediaGalleryRegistry();
109 DISALLOW_COPY_AND_ASSIGN(ImportedMediaGalleryRegistry);

Completed in 52 milliseconds