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

  /external/chromium_org/chrome/browser/performance_monitor/
key_builder.h 17 MetricType recent_type,
22 const MetricType type;
27 MaxValueKey(MetricType max_value_type,
33 const MetricType type;
39 MetricType metric_type,
44 const MetricType type;
64 const MetricType type,
72 const MetricType type,
76 std::string CreateRecentMapKey(const MetricType type,
79 std::string CreateMaxValueKey(const MetricType type
    [all...]
metric.h 19 enum MetricType {
45 Metric(MetricType metric_type,
48 Metric(MetricType metric_type,
63 MetricType type;
database.h 103 typedef std::set<MetricType> MetricTypeSet;
168 std::set<std::string> GetActiveActivities(MetricType metric_type,
173 MetricType metric_type);
174 double GetMaxStatsForActivityAndMetric(MetricType metric_type) {
182 MetricType metric_type,
185 bool GetRecentStatsForActivityAndMetric(MetricType metric_type,
195 MetricType metric_type,
200 MetricType metric_type, const base::Time& start, const base::Time& end) {
206 const std::string& activity, MetricType metric_type) {
212 MetricType metric_type)
    [all...]
key_builder.cc 22 // so that we can edit the MetricType and EventType enums as desired, without
92 MetricType recent_type,
101 MetricType metric_type,
172 static_cast<MetricType>(i)]] = static_cast<MetricType>(i);
181 const MetricType type,
197 const MetricType type,
205 std::string KeyBuilder::CreateRecentMapKey(const MetricType type,
212 std::string KeyBuilder::CreateMaxValueKey(const MetricType type,
metric.cc 72 Metric::Metric(MetricType metric_type,
78 Metric::Metric(MetricType metric_type,
database.cc 244 MetricType metric,
262 start, static_cast<MetricType>(0), std::string());
310 std::set<std::string> Database::GetActiveActivities(MetricType metric_type,
315 start, static_cast<MetricType>(0), std::string());
327 MetricType metric) {
337 MetricType metric_type,
357 MetricType metric_type,
391 MetricType metric_type,
performance_monitor_browsertest.cc 218 MetricType type) {
225 Database::MetricVector GetStats(MetricType type) {
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.h 31 MetricType metric_type,
47 MetricType metric_type,
59 MetricType metric_type,
70 MetricType metric_type,
81 MetricType metric_type,
113 MetricType type,
performance_monitor_l10n.h 36 string16 GetLocalizedStringFromMetricType(const MetricType type);
37 string16 GetLocalizedStringForMetricTypeDescription(const MetricType type);
performance_monitor_ui_util.cc 39 MetricType metric_type,
71 MetricType metric_type,
87 MetricType metric_type,
118 MetricType metric_type,
168 MetricType type,
performance_monitor_handler.cc 30 std::set<MetricType> GetMetricSetForCategory(MetricCategory category) {
31 std::set<MetricType> metric_set;
96 MetricCategory GetCategoryForMetric(MetricType type) {
116 Unit GetUnitForMetricType(MetricType type) {
154 std::set<MetricType> metric_set = GetMetricSetForCategory(category);
155 for (std::set<MetricType>::const_iterator iter = metric_set.begin();
309 const std::set<MetricType>& metric_types,
318 for (std::set<MetricType>::const_iterator metric_type = metric_types.begin();
525 std::set<MetricType> metric_types;
533 static_cast<MetricType>(static_cast<int>(metric_type_double)))
    [all...]
performance_monitor_l10n.cc 308 string16 GetLocalizedStringFromMetricType(const MetricType type) {
343 string16 GetLocalizedStringForMetricTypeDescription(const MetricType type) {
performance_monitor_ui_util_unittest.cc 22 MetricType type,
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 84 enum MetricType {
89 MetricType fType;
135 typename SkAdvancedTypefaceMetrics::AdvanceMetric<Data>::MetricType
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 84 enum MetricType {
89 MetricType fType;
135 typename SkAdvancedTypefaceMetrics::AdvanceMetric<Data>::MetricType
  /external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 109 typename SkAdvancedTypefaceMetrics::AdvanceMetric<Data>::MetricType
295 SkAdvancedTypefaceMetrics::WidthRange::MetricType type);
307 SkAdvancedTypefaceMetrics::VerticalAdvanceRange::MetricType type);
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 109 typename SkAdvancedTypefaceMetrics::AdvanceMetric<Data>::MetricType
295 SkAdvancedTypefaceMetrics::WidthRange::MetricType type);
307 SkAdvancedTypefaceMetrics::VerticalAdvanceRange::MetricType type);
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 151 std::string type = api::metrics_private::MetricType::ToString(

Completed in 364 milliseconds