Home
last modified time | relevance | path

Searched refs:SafePicasaAlbumsIndexer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dsafe_picasa_albums_indexer.cc31 SafePicasaAlbumsIndexer::SafePicasaAlbumsIndexer(const AlbumMap& albums, in SafePicasaAlbumsIndexer() function in picasa::SafePicasaAlbumsIndexer
45 void SafePicasaAlbumsIndexer::Start(const DoneCallback& callback) { in Start()
53 SafePicasaAlbumsIndexer::~SafePicasaAlbumsIndexer() { in ~SafePicasaAlbumsIndexer()
56 void SafePicasaAlbumsIndexer::ProcessFoldersBatch() { in ProcessFoldersBatch()
84 base::Bind(&SafePicasaAlbumsIndexer::ProcessFoldersBatch, this)); in ProcessFoldersBatch()
89 base::Bind(&SafePicasaAlbumsIndexer::StartWorkOnIOThread, this)); in ProcessFoldersBatch()
93 void SafePicasaAlbumsIndexer::StartWorkOnIOThread() { in StartWorkOnIOThread()
104 void SafePicasaAlbumsIndexer::OnIndexPicasaAlbumsContentsFinished( in OnIndexPicasaAlbumsContentsFinished()
117 void SafePicasaAlbumsIndexer::OnProcessCrashed(int exit_code) { in OnProcessCrashed()
126 bool SafePicasaAlbumsIndexer::OnMessageReceived( in OnMessageReceived()
[all …]
Dsafe_picasa_albums_indexer.h32 class SafePicasaAlbumsIndexer : public content::UtilityProcessHostClient {
38 SafePicasaAlbumsIndexer(const AlbumMap& albums, const AlbumMap& folders);
50 virtual ~SafePicasaAlbumsIndexer();
82 DISALLOW_COPY_AND_ASSIGN(SafePicasaAlbumsIndexer);
Dpicasa_data_provider.h26 class SafePicasaAlbumsIndexer; variable
84 void OnAlbumsIndexerDone(scoped_refptr<SafePicasaAlbumsIndexer> indexer,
108 scoped_refptr<SafePicasaAlbumsIndexer> albums_indexer_;
Dpicasa_data_provider.cc165 albums_indexer_ = new SafePicasaAlbumsIndexer(album_map_, folder_map_); in DoRefreshIfNecessary()
207 scoped_refptr<SafePicasaAlbumsIndexer> indexer, in OnAlbumsIndexerDone()