Searched defs:Aggregation (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtracked_objects.cc237 Aggregation totals;
245 Aggregation subtotals;
650 // Aggregation
652 Aggregation::Aggregation() function in class:tracked_objects::Aggregation
656 Aggregation::~Aggregation() {
659 void Aggregation::AddDeathSnapshot(const Snapshot& snapshot) {
665 void Aggregation::AddBirths(const Births& births) {
669 void Aggregation
[all...]
H A Dtracked_objects.h139 // that set? etc.). Aggregation instances collect running sums of any set of
332 // Aggregation contains summaries (totals and subtotals) of groups of Snapshot
335 class BASE_API Aggregation: public DeathData { class in namespace:tracked_objects
337 Aggregation();
338 ~Aggregation();
355 DISALLOW_COPY_AND_ASSIGN(Aggregation);

Completed in 50 milliseconds