Searched refs:histogramCustomCounts (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DHistogramSupportChromium.cpp43 void HistogramSupport::histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount) function in class:WebCore::HistogramSupport
45 WebKit::Platform::current()->histogramCustomCounts(name, sample, min, max, bucketCount);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DHistogramSupport.h39 static void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLResourcePreloader.cpp96 HistogramSupport::histogramCustomCounts("WebCore.PreloadDelayMs", static_cast<int>(1000 * (monotonicallyIncreasingTime() - preload->discoveryTime())), 0, 2000, 20);
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h50 virtual void histogramCustomCounts(
H A Dwebkitclient_impl.cc263 void WebKitClientImpl::histogramCustomCounts( function in class:webkit_glue::WebKitClientImpl
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSource.cpp255 HistogramSupport::histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
H A DFontLoader.cpp362 HistogramSupport::histogramCustomCounts("WebFont.WebFontsInPage", m_count, 1, 100, 50);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp753 HistogramSupport::histogramCustomCounts("MouseEventPrefetch.MouseOverDuration_NoClick", mouseOverDuration * 1000, 0, 10000, 100);
792 HistogramSupport::histogramCustomCounts("MouseEventPrefetch.MouseOverDuration_Click", mouseOverDuration * 1000, 0, 10000, 100);
801 HistogramSupport::histogramCustomCounts("MouseEventPrefetch.MouseDownDuration_Click", mouseDownDuration * 1000, 0, 10000, 100);
808 HistogramSupport::histogramCustomCounts("MouseEventPrefetch.TapDownDuration_Click", tapDownDuration * 1000, 0, 10000, 100);
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_impl.h70 virtual void histogramCustomCounts(
H A Dwebkitplatformsupport_impl.cc399 void WebKitPlatformSupportImpl::histogramCustomCounts( function in class:webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.cpp238 WebKit::Platform::current()->histogramCustomCounts("MPArch.RW_IntermediatePaintRectCount",
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h493 virtual void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount) { } function in class:WebKit::Platform
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8WindowShell.cpp296 HistogramSupport::histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0, 10000, 50);
H A DScriptController.cpp142 HistogramSupport::histogramCustomCounts("WebCore.ScriptController.clearForClose", (currentTime() - start) * 1000, 0, 10000, 50);
521 HistogramSupport::histogramCustomCounts("WebCore.ScriptController.clearWindowShell", (currentTime() - start) * 1000, 0, 10000, 50);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp1881 WebKit::Platform::current()->histogramCustomCounts("Renderer4.SoftwarePaintDurationMS", (paintEnd - paintStart) * 1000, 0, 120, 30);
1882 WebKit::Platform::current()->histogramCustomCounts("Renderer4.SoftwarePaintMegapixPerSecond", pixelsPerSec / 1000000, 10, 210, 30);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp1154 HistogramSupport::histogramCustomCounts("Renderer.PixelIncreaseFromTransitions", percentageIncreaseInPixels, 0, 1000, 50);

Completed in 759 milliseconds