OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CREATED_IFRAME
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.cc
38
const int kCreatedIframe = 1 << UmaPolicy::
CREATED_IFRAME
;
242
UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(
CREATED_IFRAME
),
243
statuses[
CREATED_IFRAME
- 1]);
280
UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(
CREATED_IFRAME
),
281
statuses[
CREATED_IFRAME
- 1]);
429
case
CREATED_IFRAME
:
uma_policy.h
42
CREATED_IFRAME
,
Completed in 411 milliseconds