HomeSort by relevance Sort by last modified time
    Searched refs:histogramName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamer.cpp 278 const char* histogramName = startedStreamingHistogramName(m_scriptType);
284 blink::Platform::current()->histogramEnumeration(histogramName, 0, 2);
295 blink::Platform::current()->histogramEnumeration(histogramName, 0, 2);
306 blink::Platform::current()->histogramEnumeration(histogramName, 1, 2);
WindowProxy.cpp 270 const char* histogramName = "WebCore.WindowProxy.createContext.MainWorld";
272 histogramName = "WebCore.WindowProxy.createContext.IsolatedWorld";
273 blink::Platform::current()->histogramCustomCounts(histogramName, contextCreationDurationInMilliseconds, 0, 10000, 50);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RemoteFontFaceSource.h 58 const char* histogramName(const FontResource*);
RemoteFontFaceSource.cpp 165 blink::Platform::current()->histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
180 const char* RemoteFontFaceSource::FontLoadHistograms::histogramName(const FontResource* font)

Completed in 90 milliseconds