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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 102 'has_custom_setter': has_custom_setter(attribute),
153 if (not has_custom_setter(attribute) and
480 def has_custom_setter(attribute): function
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 61 {% if not attribute.has_custom_setter %}
interface.h 88 {% if attribute.has_custom_setter %}{# FIXME: and not attribute.implemented_by #}
attributes.cpp 322 {% if attribute.has_custom_setter %}

Completed in 450 milliseconds