Home
last modified time | relevance | path

Searched refs:histogramSparse (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/child/
Dblink_platform_impl.h95 virtual void histogramSparse(const char* name, int sample); in NON_EXPORTED_BASE()
Dblink_platform_impl.cc503 void BlinkPlatformImpl::histogramSparse(const char* name, int sample) { in histogramSparse() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.cpp245 … blink::Platform::current()->histogramSparse("Viewport.OverviewZoom", overviewZoomPercent); in reportMobilePageStats()
DDocument.cpp4371 …blink::Platform::current()->histogramSparse("WebCore.Document.execCommand", editorCommand.idForHis… in execCommand()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h564 virtual void histogramSparse(const char* name, int sample) { } in histogramSparse() function
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp139 …blink::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSP… in resolveKeyframes()
401 …blink::Platform::current()->histogramSparse("WebCore.Animation.CSSProperties", UseCounter::mapCSSP… in maybeApplyPendingUpdate()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp1686 …blink::Platform::current()->histogramSparse("WebCore.Editing.Commands", m_command->idForUserMetric… in execute()