Searched defs:BucketList (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h124 typedef std::list<Bucket*> BucketList; typedef in class:QuotaLimitHeuristic
141 BucketList* buckets) = 0;
H A Dextensions_quota_service_unittest.cc16 typedef QuotaLimitHeuristic::BucketList BucketList; typedef
32 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {
49 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {}
H A Dextension_bookmarks_module.cc43 typedef QuotaLimitHeuristic::BucketList BucketList; typedef
661 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {
699 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {
733 virtual void GetBucketsForArgs(const ListValue* args, BucketList* buckets) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h265 typedef std::vector<HashList> BucketList; typedef in class:llvm::DwarfAccelTable
266 BucketList Buckets;
/external/icu4c/i18n/
H A Dalphaindex.cpp122 // The BucketList is not in the anonymous namespace because only Clang
125 class BucketList : public UObject { class in inherits:UObject
127 BucketList(UVector *bucketList, UVector *publicBucketList) function in class:BucketList
135 virtual ~BucketList() {
252 // In C++, the ImmutableIndex must own its copy of the BucketList,
257 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode));
415 BucketList *AlphabeticIndex::createBucketList(UErrorCode &errorCode) const {
548 BucketList *bl = new BucketList(bucketList.getAlias(), bucketList.getAlias());
580 BucketList *b
[all...]

Completed in 107 milliseconds