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 529 NumberOfFeatures, // This enum value must be last.
573 ASSERT(feature < NumberOfFeatures);
575 m_countBits = adoptPtr(new BitVector(NumberOfFeatures));
UseCounter.cpp 545 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, NumberOfFeatures);
552 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFeatures);
555 for (unsigned i = 0; i < NumberOfFeatures; ++i) {
557 blink::Platform::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 124 return UseCounter::NumberOfFeatures;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]

Completed in 130 milliseconds