histogramEnumeration 133 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp blink::Platform::current()->histogramEnumeration(name, sample, boundaryValue); histogramEnumeration 138 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp histogramEnumeration("DevTools.ActionTaken", info, 100); histogramEnumeration 143 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp histogramEnumeration("DevTools.PanelShown", info, 20); histogramEnumeration 547 Source/core/css/FontFaceSet.cpp blink::Platform::current()->histogramEnumeration("WebFont.HadBlankText", m_status == HadBlankText ? 1 : 0, 2); histogramEnumeration 33 Source/core/css/LocalFontFaceSource.cpp blink::Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); histogramEnumeration 158 Source/core/css/RemoteFontFaceSource.cpp blink::Platform::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumMax); histogramEnumeration 550 Source/core/frame/UseCounter.cpp blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, NumberOfFeatures); histogramEnumeration 557 Source/core/frame/UseCounter.cpp blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFeatures); histogramEnumeration 562 Source/core/frame/UseCounter.cpp blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures); histogramEnumeration 575 Source/core/frame/UseCounter.cpp blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", cssSampleId, maximumCSSSampleId()); histogramEnumeration 581 Source/core/frame/UseCounter.cpp blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", totalPagesMeasuredCSSSampleId(), maximumCSSSampleId()); histogramEnumeration 584 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseOvers", 0, 2); histogramEnumeration 604 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDowns", 0, 2); histogramEnumeration 613 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapUnconfirmeds", 0, 2); histogramEnumeration 622 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapDowns", 0, 2); histogramEnumeration 637 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDownFollowedByClick", capturedMouseDown, 2); histogramEnumeration 653 Source/core/html/HTMLAnchorElement.cpp blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.PreTapEventsFollowedByClick", flags, 4); histogramEnumeration 170 Source/core/html/HTMLCanvasElement.cpp blink::Platform::current()->histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount); histogramEnumeration 197 Source/core/html/HTMLCanvasElement.cpp blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCount); histogramEnumeration 102 Source/core/page/PagePopupController.cpp blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue); histogramEnumeration 53 Source/core/page/PagePopupController.h void histogramEnumeration(const String& name, int sample, int boundaryValue); histogramEnumeration 1434 Source/core/rendering/RenderLayerScrollableArea.cpp blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", IsScrollableAreaBucket, CompositedScrollingHistogramMax); histogramEnumeration 1472 Source/core/rendering/RenderLayerScrollableArea.cpp blink::Platform::current()->histogramEnumeration("Renderer.NeedsCompositedScrolling", needsCompositedScrolling, 2); histogramEnumeration 1494 Source/core/rendering/RenderLayerScrollableArea.cpp blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", WillUseCompositedScrollingBucket, CompositedScrollingHistogramMax); histogramEnumeration 620 Source/core/rendering/RenderLayerStackingNode.cpp blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", NeedsToBeStackingContainerBucket, CompositedScrollingHistogramMax); histogramEnumeration 1296 Source/core/rendering/compositing/RenderLayerCompositor.cpp blink::Platform::current()->histogramEnumeration("Renderer.AcceleratedFixedRootBackground", histogramEnumeration 736 Source/core/xml/XMLHttpRequest.cpp blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequestSendArrayBuffer, XMLHttpRequestSendArrayBufferOrViewMax); histogramEnumeration 745 Source/core/xml/XMLHttpRequest.cpp blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequestSendArrayBufferView, XMLHttpRequestSendArrayBufferOrViewMax); histogramEnumeration 196 Source/modules/indexeddb/IDBDatabase.cpp blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBCreateObjectStoreCall, IDBMethodsMax); histogramEnumeration 240 Source/modules/indexeddb/IDBDatabase.cpp blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteObjectStoreCall, IDBMethodsMax); histogramEnumeration 268 Source/modules/indexeddb/IDBDatabase.cpp blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBTransactionCall, IDBMethodsMax); histogramEnumeration 108 Source/modules/indexeddb/IDBFactory.cpp blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBOpenCall, IDBMethodsMax); histogramEnumeration 143 Source/modules/indexeddb/IDBFactory.cpp blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteDatabaseCall, IDBMethodsMax); histogramEnumeration 145 Source/modules/websockets/WebSocketHandshake.cpp blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebSocketHandshake::ModeMax); histogramEnumeration 140 Source/modules/websockets/WebSocketPerMessageDeflate.cpp blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOverMode", mode, WebSocketDeflater::ContextTakeOverModeMax); histogramEnumeration 811 Source/web/ChromeClientImpl.cpp blink::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismissal * arraysize(kDialogs) + dialog, arraysize(kDialogs) * arraysize(kDismissals)); histogramEnumeration 3715 Source/web/WebViewImpl.cpp blink::Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active * 2 + m_isAcceleratedCompositingActive, 4); histogramEnumeration 544 public/platform/Platform.h virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { }