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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 477 NumberOfFeatures, // This enum value must be last.
521 ASSERT(feature < NumberOfFeatures);
523 m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
UseCounter.cpp 557 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, NumberOfFeatures);
564 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFeatures);
567 for (unsigned i = 0; i < NumberOfFeatures; ++i) {
569 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 123 return UseCounter::NumberOfFeatures;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]

Completed in 161 milliseconds