NumberOfFeatures  550 Source/core/frame/UseCounter.cpp     blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, NumberOfFeatures);
NumberOfFeatures  557 Source/core/frame/UseCounter.cpp     blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFeatures);
NumberOfFeatures  560 Source/core/frame/UseCounter.cpp         for (unsigned i = 0; i < NumberOfFeatures; ++i) {
NumberOfFeatures  562 Source/core/frame/UseCounter.cpp                 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures);
NumberOfFeatures  387 Source/core/frame/UseCounter.h         ASSERT(feature < NumberOfFeatures);
NumberOfFeatures  389 Source/core/frame/UseCounter.h             m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
NumberOfFeatures  123 Source/core/frame/csp/ContentSecurityPolicy.cpp     return UseCounter::NumberOfFeatures;