Feature           213 Source/core/events/EventTarget.cpp     UseCounter::Feature unprefixedFeature;
Feature           214 Source/core/events/EventTarget.cpp     UseCounter::Feature prefixedFeature;
Feature           215 Source/core/events/EventTarget.cpp     UseCounter::Feature prefixedAndUnprefixedFeature;
Feature           591 Source/core/frame/UseCounter.cpp void UseCounter::count(const Document& document, Feature feature)
Feature           601 Source/core/frame/UseCounter.cpp void UseCounter::count(const ExecutionContext* context, Feature feature)
Feature           608 Source/core/frame/UseCounter.cpp void UseCounter::countDeprecation(ExecutionContext* context, Feature feature)
Feature           615 Source/core/frame/UseCounter.cpp void UseCounter::countDeprecation(const DOMWindow* window, Feature feature)
Feature           622 Source/core/frame/UseCounter.cpp void UseCounter::countDeprecation(const Document& document, Feature feature)
Feature           634 Source/core/frame/UseCounter.cpp String UseCounter::deprecationMessage(Feature feature)
Feature           728 Source/core/frame/UseCounter.cpp void UseCounter::count(Feature feature)
Feature           353 Source/core/frame/UseCounter.h     static void count(const Document&, Feature);
Feature           354 Source/core/frame/UseCounter.h     static void count(const ExecutionContext*, Feature);
Feature           356 Source/core/frame/UseCounter.h     void count(Feature);
Feature           363 Source/core/frame/UseCounter.h     static void countDeprecation(const DOMWindow*, Feature);
Feature           364 Source/core/frame/UseCounter.h     static void countDeprecation(ExecutionContext*, Feature);
Feature           365 Source/core/frame/UseCounter.h     static void countDeprecation(const Document&, Feature);
Feature           366 Source/core/frame/UseCounter.h     String deprecationMessage(Feature);
Feature           382 Source/core/frame/UseCounter.h     bool recordMeasurement(Feature feature)
Feature           114 Source/core/frame/csp/ContentSecurityPolicy.cpp static UseCounter::Feature getUseCounterType(ContentSecurityPolicyHeaderType type)
Feature           953 Source/core/html/forms/InputType.cpp void InputType::countUsageIfVisible(UseCounter::Feature feature) const
Feature           230 Source/core/html/forms/InputType.h     void countUsageIfVisible(UseCounter::Feature) const;