/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ViewportDescription.cpp | 226 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", XhtmlMobileProfile, TypeC… in reportMobilePageStats() 228 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", NoViewportTag, TypeCount); in reportMobilePageStats() 235 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", ConstantWidth, TypeCount); in reportMobilePageStats() 249 … blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", DeviceWidth, TypeCount); in reportMobilePageStats() 252 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", MetaWidthOther, TypeCount… in reportMobilePageStats() 255 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", MetaHandheldFriendly, Typ… in reportMobilePageStats() 257 …blink::Platform::current()->histogramEnumeration("Viewport.MetaTagType", MobileOptimizedMeta, Type… in reportMobilePageStats()
|
/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()
|
/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 | 53 void histogramEnumeration(const String& name, int sample, int boundaryValue);
|
D | PagePopupController.idl | 42 void histogramEnumeration(DOMString name, long sample, long boundaryValue);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAnchorElement.cpp | 464 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseOvers", 0, 2); in handleMouseOver() 484 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDowns", 0, 2); in handleLeftMouseDown() 493 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapUnconfirmeds", 0, 2); in handleGestureTapUnconfirmed() 502 blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.TapDowns", 0, 2); in handleGestureShowPress() 517 …blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.MouseDownFollowedByClick", ca… in handleClick() 533 …blink::Platform::current()->histogramEnumeration("MouseEventPrefetch.PreTapEventsFollowedByClick",… in handleClick()
|
D | HTMLCanvasElement.cpp | 168 …blink::Platform::current()->histogramEnumeration("Canvas.ContextType", Context2d, ContextTypeCount… in getContext() 191 …blink::Platform::current()->histogramEnumeration("Canvas.ContextType", contextType, ContextTypeCou… in getContext()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | UseCounter.cpp | 557 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, Numbe… in ~UseCounter() 564 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFe… in updateMeasurements() 569 … blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures); in updateMeasurements() 582 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", cssSampl… in updateMeasurements() 588 …blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", totalPag… in updateMeasurements()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBFactory.cpp | 111 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBOpenCall… in openInternal() 146 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteDa… in deleteDatabase()
|
D | IDBDatabase.cpp | 220 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBCreateOb… in createObjectStore() 269 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteOb… in deleteObjectStore() 302 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBTransact… in transaction()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | LocalFontFaceSource.cpp | 33 … blink::Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); in record()
|
D | RemoteFontFaceSource.cpp | 172 …blink::Platform::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumM… in recordRemoteFont()
|
D | FontFaceSet.cpp | 567 …blink::Platform::current()->histogramEnumeration("WebFont.HadBlankText", m_status == HadBlankText … in record()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | FontResource.cpp | 74 …blink::Platform::current()->histogramEnumeration("WebFont.PackageFormat", format, PackageFormatEnu… in recordPackageFormatHistogram()
|
/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 | 136 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebS… in ~WebSocketHandshake()
|
D | WebSocket.cpp | 364 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.SendType", dataType, WebSocket… in handleSendResult()
|
/external/chromium_org/content/child/ |
D | blink_platform_impl.h | 93 virtual void histogramEnumeration( in NON_EXPORTED_BASE()
|
D | blink_platform_impl.cc | 492 void BlinkPlatformImpl::histogramEnumeration( in histogramEnumeration() function in content::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 562 virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { } in histogramEnumeration() function
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 780 …blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequ… in send() 789 …blink::Platform::current()->histogramEnumeration("WebCore.XHR.send.ArrayBufferOrView", XMLHttpRequ… in send()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ChromeClientImpl.cpp | 769 …blink::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismi… in shouldRunModalDialogDuringPageDismissal()
|
D | WebViewImpl.cpp | 3936 …blink::Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active *… in setIsAcceleratedCompositingActive()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | RenderLayerCompositor.cpp | 582 blink::Platform::current()->histogramEnumeration("Renderer.AcceleratedFixedRootBackground", in frameViewDidScroll()
|