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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 101 'has_custom_getter': has_custom_getter(attribute),
151 if not has_custom_getter(attribute):
473 def has_custom_getter(attribute): function
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 56 {% if not attribute.has_custom_getter %}
interface.h 83 {% if attribute.has_custom_getter %}{# FIXME: and not attribute.implemented_by #}
attributes.cpp 165 {% if attribute.has_custom_getter %}

Completed in 44 milliseconds