Home | History | Annotate | Download | only in download

Lines Matching defs:base

13 #include "base/basictypes.h"
14 #include "base/file_path.h"
15 #include "base/gtest_prod_util.h"
16 #include "base/hash_tables.h"
17 #include "base/memory/ref_counted.h"
18 #include "base/task.h"
36 namespace base {
58 class SavePackage : public base::RefCountedThreadSafe<SavePackage>,
151 friend class base::RefCountedThreadSafe<SavePackage>;
171 // Return max length of a path for a specific base directory.
218 typedef base::hash_map<std::string, SaveItem*> SaveUrlItemMap;
263 typedef base::hash_map<int32, SaveItem*> SavedItemMap;
301 typedef base::hash_set<FilePath::StringType> FileNameSet;
305 typedef base::hash_map<FilePath::StringType, uint32> FileNameCountMap;