Home
last modified time | relevance | path

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

/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()
148 histogramEnumeration("DevTools.SettingChanged", info, 100); in recordSettingChangedMethodCustom()
/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.h52 void histogramEnumeration(const String& name, int sample, int boundaryValue);
DPagePopupController.idl41 void histogramEnumeration(DOMString name, long sample, long boundaryValue);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.cpp529 …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/
DHTMLAnchorElement.cpp579 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()
DHTMLCanvasElement.cpp167 …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/
DIDBFactory.cpp108 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBOpenCall… in openInternal()
143 …blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteDa… in deleteDatabase()
DIDBDatabase.cpp193 …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/
DCSSFontFaceSource.cpp280 … 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/
Dwebkitclient_impl.h52 virtual void histogramEnumeration(
Dwebkitclient_impl.cc274 void WebKitClientImpl::histogramEnumeration( in histogramEnumeration() function in webkit_glue::WebKitClientImpl
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflate.cpp140 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.PerMessageDeflateContextTakeOv… in processResponse()
DWebSocketHandshake.cpp147 …blink::Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebS… in ~WebSocketHandshake()
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.h75 virtual void histogramEnumeration( in NON_EXPORTED_BASE()
Dwebkitplatformsupport_impl.cc436 void WebKitPlatformSupportImpl::histogramEnumeration( in histogramEnumeration() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.cpp74 …blink::Platform::current()->histogramEnumeration("WebCore.ShadowRoot.constructor", usageType, Shad… in ShadowRoot()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h531 virtual void histogramEnumeration(const char* name, int sample, int boundaryValue) { } in histogramEnumeration() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1349 …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()
DRenderLayerStackingNode.cpp627 …blink::Platform::current()->histogramEnumeration("Renderer.CompositedScrolling", RenderLayer::Need… in setNeedsToBeStackingContainer()
DRenderLayerCompositor.cpp1302 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/
DXMLHttpRequest.cpp738 …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/
DChromeClientImpl.cpp926 …blink::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismi… in shouldRunModalDialogDuringPageDismissal()
DWebViewImpl.cpp3949 …blink::Platform::current()->histogramEnumeration("GPU.setIsAcceleratedCompositingActive", active *… in setIsAcceleratedCompositingActive()