Home
last modified time | relevance | path

Searched refs:OPEN_ELEMENT_FOR_SCOPE (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_log.cc30 #define OPEN_ELEMENT_FOR_SCOPE(name) ScopedElement scoped_element(this, name) macro
98 OPEN_ELEMENT_FOR_SCOPE("profile"); in RecordIncrementalStabilityElements()
104 OPEN_ELEMENT_FOR_SCOPE("stability"); // Minimal set of stability elements. in RecordIncrementalStabilityElements()
121 OPEN_ELEMENT_FOR_SCOPE("stability"); in WriteStabilityElement()
154 OPEN_ELEMENT_FOR_SCOPE("plugins"); in WritePluginStabilityElements()
166 OPEN_ELEMENT_FOR_SCOPE("pluginstability"); in WritePluginStabilityElements()
275 OPEN_ELEMENT_FOR_SCOPE("plugins"); in WritePluginList()
280 OPEN_ELEMENT_FOR_SCOPE("plugin"); in WritePluginList()
297 OPEN_ELEMENT_FOR_SCOPE("install"); in WriteInstallElement()
309 OPEN_ELEMENT_FOR_SCOPE("profile"); in RecordEnvironment()
[all …]
/external/chromium/chrome/common/
Dmetrics_helpers.cc27 #define OPEN_ELEMENT_FOR_SCOPE(name) ScopedElement scoped_element(this, name) macro
222 OPEN_ELEMENT_FOR_SCOPE("uielement"); in RecordUserAction()
240 OPEN_ELEMENT_FOR_SCOPE("document"); in RecordLoadEvent()
299 OPEN_ELEMENT_FOR_SCOPE("window"); in RecordWindowEvent()
399 OPEN_ELEMENT_FOR_SCOPE("histogram"); in RecordHistogramDelta()
409 OPEN_ELEMENT_FOR_SCOPE("histogrambucket"); in RecordHistogramDelta()