Home
last modified time | relevance | path

Searched refs:histogramEnumeration (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.cpp226 …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/
DV8InspectorFrontendHostCustom.cpp126 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/
DPagePopupController.cpp100 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()
DPagePopupController.h53 void histogramEnumeration(const String& name, int sample, int boundaryValue);
DPagePopupController.idl42 void histogramEnumeration(DOMString name, long sample, long boundaryValue);
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp464 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()
DHTMLCanvasElement.cpp168 …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/
DUseCounter.cpp557 …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/
DIDBFactory.cpp111 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBOpenCall… in openInternal()
146 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteDa… in deleteDatabase()
DIDBDatabase.cpp220 …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/
DLocalFontFaceSource.cpp33 … blink::Platform::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2); in record()
DRemoteFontFaceSource.cpp172 …blink::Platform::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumM… in recordRemoteFont()
DFontFaceSet.cpp567 …blink::Platform::current()->histogramEnumeration("WebFont.HadBlankText", m_status == HadBlankText … in record()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFontResource.cpp74 …blink::Platform::current()->histogramEnumeration("WebFont.PackageFormat", format, PackageFormatEnu… in recordPackageFormatHistogram()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflate.cpp140 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOv… in processResponse()
DWebSocketHandshake.cpp136 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebS… in ~WebSocketHandshake()
DWebSocket.cpp364 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.SendType", dataType, WebSocket… in handleSendResult()
/external/chromium_org/content/child/
Dblink_platform_impl.h93 virtual void histogramEnumeration( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc492 void BlinkPlatformImpl::histogramEnumeration( in histogramEnumeration() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h562 virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { } in histogramEnumeration() function
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp780 …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/
DChromeClientImpl.cpp769 …blink::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismi… in shouldRunModalDialogDuringPageDismissal()
DWebViewImpl.cpp3936 …blink::Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active *… in setIsAcceleratedCompositingActive()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp582 blink::Platform::current()->histogramEnumeration("Renderer.AcceleratedFixedRootBackground", in frameViewDidScroll()