getter 71 Source/bindings/templates/attributes.cpp {# FIXME: use a local variable to not call getter twice #} getter 132 Source/bindings/templates/interface.cpp {% set getter = indexed_property_getter %} getter 136 Source/bindings/templates/interface.cpp {% if getter.is_raises_exception %} getter 139 Source/bindings/templates/interface.cpp {% set getter_name = getter.name or 'anonymousIndexedGetter' %} getter 141 Source/bindings/templates/interface.cpp if getter.is_raises_exception else ['index'] %} getter 142 Source/bindings/templates/interface.cpp {{getter.cpp_type}} result = impl->{{getter_name}}({{getter_arguments|join(', ')}}); getter 143 Source/bindings/templates/interface.cpp {% if getter.is_raises_exception %} getter 147 Source/bindings/templates/interface.cpp if ({{getter.is_null_expression}}) getter 149 Source/bindings/templates/interface.cpp {{getter.v8_set_return_value}}; getter 159 Source/bindings/templates/interface.cpp {% set getter = indexed_property_getter %} getter 163 Source/bindings/templates/interface.cpp {% if getter.is_custom %} getter 280 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} getter 292 Source/bindings/templates/interface.cpp {% if getter.is_raises_exception %} getter 296 Source/bindings/templates/interface.cpp {% if getter.union_arguments %} getter 297 Source/bindings/templates/interface.cpp {{union_type_method_call_and_set_return_value(getter) | indent}} getter 299 Source/bindings/templates/interface.cpp {{getter.cpp_type}} result = {{getter.cpp_value}}; getter 300 Source/bindings/templates/interface.cpp {% if getter.is_raises_exception %} getter 304 Source/bindings/templates/interface.cpp if ({{getter.is_null_expression}}) getter 306 Source/bindings/templates/interface.cpp {{getter.v8_set_return_value}}; getter 317 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} getter 321 Source/bindings/templates/interface.cpp {% if getter.is_custom %} getter 419 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} getter 423 Source/bindings/templates/interface.cpp {% if getter.is_custom_property_query %} getter 508 Source/bindings/templates/interface.cpp {% set getter = named_property_getter %} getter 512 Source/bindings/templates/interface.cpp {% if getter.is_custom_property_enumerator %} getter 924 Source/bindings/templates/interface.cpp In addition, the getter should be set on the prototype template, to get getter 930 Source/bindings/templates/interface.cpp {# if have indexed properties, MUST have an indexed property getter #} getter 946 Source/bindings/templates/interface.cpp {# if have named properties, MUST have a named property getter #} getter 46 Source/bindings/v8/V8DOMConfiguration.cpp v8::FunctionCallback getterCallback = accessors[i].getter; getter 55 Source/bindings/v8/V8DOMConfiguration.cpp v8::Local<v8::FunctionTemplate> getter; getter 57 Source/bindings/v8/V8DOMConfiguration.cpp getter = v8::FunctionTemplate::New(isolate, getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 0); getter 58 Source/bindings/v8/V8DOMConfiguration.cpp getter->RemovePrototype(); getter 65 Source/bindings/v8/V8DOMConfiguration.cpp prototype->SetAccessorProperty(v8AtomicString(isolate, accessors[i].name), getter, setter, accessors[i].attribute, accessors[i].settings); getter 49 Source/bindings/v8/V8DOMConfiguration.h v8::AccessorGetterCallback getter; getter 63 Source/bindings/v8/V8DOMConfiguration.h v8::FunctionCallback getter; getter 77 Source/bindings/v8/V8DOMConfiguration.h v8::AccessorGetterCallback getter = attribute.getter; getter 81 Source/bindings/v8/V8DOMConfiguration.h getter = attribute.getterForMainWorld; getter 86 Source/bindings/v8/V8DOMConfiguration.h getter, getter 475 Source/bindings/v8/V8WindowShell.cpp documentHandle->SetAccessor(v8String(m_isolate, name), getter); getter 85 Source/core/rendering/style/RenderStyle.h #define SET_VAR_WITH_SETTER(group, getter, setter, value) \ getter 86 Source/core/rendering/style/RenderStyle.h if (!compareEqual(group->getter(), value)) \