Searched defs:active_paths (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_context.cc101 scoped_ptr<base::hash_set<base::FilePath> > active_paths,
104 active_paths.Pass(), done);
99 GarbageCollectStoragePartitions( BrowserContext* browser_context, scoped_ptr<base::hash_set<base::FilePath> > active_paths, const base::Closure& done) argument
H A Dstorage_partition_impl_map.cc266 // Ensures each path in |active_paths| is a direct child of storage_root.
268 base::hash_set<base::FilePath>* active_paths) {
271 for (base::hash_set<base::FilePath>::iterator iter = active_paths->begin();
272 iter != active_paths->end(); ++iter) {
284 active_paths->swap(normalized_active_paths);
288 // |active_paths|. Deletion is done in 2 steps:
307 scoped_ptr<base::hash_set<base::FilePath> > active_paths) {
310 NormalizeActivePaths(storage_root, active_paths.get());
321 if (active_paths->find(path) == active_paths
267 NormalizeActivePaths(const base::FilePath& storage_root, base::hash_set<base::FilePath>* active_paths) argument
304 BlockingGarbageCollect( const base::FilePath& storage_root, const scoped_refptr<base::TaskRunner>& file_access_runner, scoped_ptr<base::hash_set<base::FilePath> > active_paths) argument
521 GarbageCollect( scoped_ptr<base::hash_set<base::FilePath> > active_paths, const base::Closure& done) argument
[all...]
/external/srec/srec/include/
H A Dastar.h97 partial_path** active_paths; /* partial paths, sorted by score */ member in struct:__anon31093

Completed in 115 milliseconds