/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8InspectorFrontendHostCustom.cpp | 126 static void histogramEnumeration(const char* name, const v8::FunctionCallbackInfo<v8::Value>& info,… in histogramEnumeration() function 133 blink::Platform::current()->histogramEnumeration(name, sample, boundaryValue); in histogramEnumeration() 138 histogramEnumeration("DevTools.ActionTaken", info, 100); in recordActionTakenMethodCustom() 143 histogramEnumeration("DevTools.PanelShown", info, 20); in recordPanelShownMethodCustom() 148 histogramEnumeration("DevTools.SettingChanged", info, 100); in recordSettingChangedMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PagePopupController.cpp | 100 void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue) in histogramEnumeration() function in WebCore::PagePopupController 102 blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue); in histogramEnumeration()
|
D | PagePopupController.h | 52 void histogramEnumeration(const String& name, int sample, int boundaryValue);
|
D | PagePopupController.idl | 41 void histogramEnumeration(DOMString name, long sample, long boundaryValue);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | UseCounter.cpp | 529 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, Numbe… in ~UseCounter() 536 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFe… in updateMeasurements() 541 … blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures); in updateMeasurements() 554 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", cssSampl… in updateMeasurements() 560 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", totalPag… in updateMeasurements()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAnchorElement.cpp | 579 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseOvers", 0, 2); in handleMouseOver() 599 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDowns", 0, 2); in handleLeftMouseDown() 608 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapUnconfirmeds", 0, 2); in handleGestureTapUnconfirmed() 617 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapDowns", 0, 2); in handleGestureShowPress() 632 …blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDownFollowedByClick", ca… in handleClick() 648 …blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.PreTapEventsFollowedByClick",… in handleClick()
|
D | HTMLCanvasElement.cpp | 167 …blink::Platform::current()->histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount… in getContext() 194 …blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCou… in getContext()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBFactory.cpp | 108 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBOpenCall… in openInternal() 143 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteDa… in deleteDatabase()
|
D | IDBDatabase.cpp | 193 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBCreateOb… in createObjectStore() 237 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteOb… in deleteObjectStore() 265 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBTransact… in transaction()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSFontFaceSource.cpp | 280 … blink::Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); in recordLocalFont() 296 …blink::Platform::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumM… in recordRemoteFont()
|
/external/chromium/webkit/glue/ |
D | webkitclient_impl.h | 52 virtual void histogramEnumeration(
|
D | webkitclient_impl.cc | 274 void WebKitClientImpl::histogramEnumeration( in histogramEnumeration() function in webkit_glue::WebKitClientImpl
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketPerMessageDeflate.cpp | 140 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOv… in processResponse()
|
D | WebSocketHandshake.cpp | 147 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebS… in ~WebSocketHandshake()
|
/external/chromium_org/webkit/child/ |
D | webkitplatformsupport_impl.h | 75 virtual void histogramEnumeration( in NON_EXPORTED_BASE()
|
D | webkitplatformsupport_impl.cc | 436 void WebKitPlatformSupportImpl::histogramEnumeration( in histogramEnumeration() function in webkit_glue::WebKitPlatformSupportImpl
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
D | ShadowRoot.cpp | 74 …blink::Platform::current()->histogramEnumeration("WebCore.ShadowRoot.constructor", usageType, Shad… in ShadowRoot()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 531 virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { } in histogramEnumeration() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerScrollableArea.cpp | 1349 …blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", RenderLayer::IsSc… in updateScrollableAreaSet() 1387 …blink::Platform::current()->histogramEnumeration("Renderer.NeedsCompositedScrolling", needsComposi… in updateNeedsCompositedScrolling() 1409 …blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", RenderLayer::Will… in setNeedsCompositedScrolling()
|
D | RenderLayerStackingNode.cpp | 627 …blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", RenderLayer::Need… in setNeedsToBeStackingContainer()
|
D | RenderLayerCompositor.cpp | 1302 blink::Platform::current()->histogramEnumeration("Renderer.AcceleratedFixedRootBackground", in frameViewDidScroll() 1309 blink::Platform::current()->histogramEnumeration("Renderer.AcceleratedFixedRootBackground", in frameViewDidScroll()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 738 …blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequ… in send() 747 …blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequ… in send()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ChromeClientImpl.cpp | 926 …blink::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismi… in shouldRunModalDialogDuringPageDismissal()
|
D | WebViewImpl.cpp | 3949 …blink::Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active *… in setIsAcceleratedCompositingActive()
|