Searched refs:SafePicasaAlbumsIndexer (Results 1 – 4 of 4) sorted by relevance
31 SafePicasaAlbumsIndexer::SafePicasaAlbumsIndexer(const AlbumMap& albums, in SafePicasaAlbumsIndexer() function in picasa::SafePicasaAlbumsIndexer45 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 …]
32 class SafePicasaAlbumsIndexer : public content::UtilityProcessHostClient {38 SafePicasaAlbumsIndexer(const AlbumMap& albums, const AlbumMap& folders);50 virtual ~SafePicasaAlbumsIndexer();82 DISALLOW_COPY_AND_ASSIGN(SafePicasaAlbumsIndexer);
26 class SafePicasaAlbumsIndexer; variable84 void OnAlbumsIndexerDone(scoped_refptr<SafePicasaAlbumsIndexer> indexer,108 scoped_refptr<SafePicasaAlbumsIndexer> albums_indexer_;
165 albums_indexer_ = new SafePicasaAlbumsIndexer(album_map_, folder_map_); in DoRefreshIfNecessary()207 scoped_refptr<SafePicasaAlbumsIndexer> indexer, in OnAlbumsIndexerDone()