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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 59 is_reflect = 'Reflect' in extended_attributes
60 if is_custom_element_callbacks or is_reflect:
123 'is_reflect': is_reflect,
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 11 {% if attribute.is_reflect and not attribute.is_url
205 {% if attribute.is_reflect and attribute.idl_type == 'DOMString'
265 (attribute.is_reflect and
319 {% if attribute.is_custom_element_callbacks or attribute.is_reflect %}

Completed in 185 milliseconds