Home | History | Annotate | Download | only in browser

Lines Matching refs:map

18 #include <map>
67 // All QuotaLimitHeuristic instances in this map are owned by us.
68 typedef std::map<FunctionName, QuotaLimitHeuristics> FunctionHeuristicsMap;
77 void PurgeFunctionHeuristicsMap(FunctionHeuristicsMap* map);
82 // key for the mapping. As an extension invokes functions, the map keeps
85 std::map<ExtensionId, FunctionHeuristicsMap> function_heuristics_;
90 typedef std::map<std::string, std::string> ViolationErrorMap;
96 // A QuotaLimitHeuristic is two things: 1, A heuristic to map extension
175 // Ownership of |map| is given to the new QuotaLimitHeuristic.
177 BucketMapper* map,
203 // The mapper used in Map. Cannot be NULL.
216 TimedLimit(const Config& config, BucketMapper* map, const std::string& name)
217 : QuotaLimitHeuristic(config, map, name) {}
229 BucketMapper* map,