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

  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 95 {% 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}});
methods.cpp 226 {% if method.deprecate_as %}
227 UseCounter::countDeprecation(activeExecutionContext(), UseCounter::{{method.deprecate_as}});
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_utilities.py 175 def deprecate_as(member): function
v8_methods.py 90 'deprecate_as': v8_utilities.deprecate_as(method), # [DeprecateAs]
v8_attributes.py 80 'deprecate_as': v8_utilities.deprecate_as(attribute), # [DeprecateAs]

Completed in 86 milliseconds