Home
last modified time | relevance | path

Searched refs:deprecate_as (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dattributes.cpp95 {% if attribute.deprecate_as %}
96 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{attribute.deprecate_as}});
190 {% if attribute.deprecate_as %}
191 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{attribute.deprecate_as}});
Dmethods.cpp226 {% if method.deprecate_as %}
227 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{method.deprecate_as}});
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
Dv8_utilities.py175 def deprecate_as(member): function
Dv8_methods.py90 'deprecate_as': v8_utilities.deprecate_as(method), # [DeprecateAs]
Dv8_attributes.py80 'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs]