HomeSort by relevance Sort by last modified time
    Searched refs:max_value_map_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 250 bool has_key = ContainsKey(max_value_map_, max_value_key);
251 if ((has_key && StringToDouble(value) > max_value_map_[max_value_key]) ||
253 max_value_map_[max_value_key] = StringToDouble(value);
333 if (ContainsKey(max_value_map_, max_value_key))
334 return max_value_map_[max_value_key];
564 max_value_map_.clear();
567 max_value_map_[it->key().ToString()] =
database.h 87 // There is only ever one entry per (metric, activity) pair. |max_value_map_|
268 // Load max values from the db into the max_value_map_.
273 // Updates the max_value_map_ and max_value_db_ if the value is greater than
286 MaxValueMap max_value_map_; member in class:performance_monitor::Database

Completed in 320 milliseconds