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

  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.cc 31 const int kCreatedInput = 1 << extensions::UmaPolicy::CREATED_INPUT;
183 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_INPUT),
184 statuses[CREATED_INPUT - 1]);
211 UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_INPUT),
212 statuses[CREATED_INPUT - 1]);
349 case CREATED_INPUT:
uma_policy.h 46 CREATED_INPUT,

Completed in 165 milliseconds