Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 20 of 20) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DGetterSetter.h47 JSObject* getter() const { return m_getter; } in getter() function
48 void setGetter(JSObject* getter) { m_getter = getter; } in setGetter()
DPropertyDescriptor.cpp75 JSValue PropertyDescriptor::getter() const in getter() function in JSC::PropertyDescriptor
104 void PropertyDescriptor::setAccessorDescriptor(JSValue getter, JSValue setter, unsigned attributes) in setAccessorDescriptor()
149 void PropertyDescriptor::setGetter(JSValue getter) in setGetter()
/external/webkit/WebCore/bindings/js/
DJSSVGPODTypeWrapper.h82 …GDynamicPODTypeWrapper> create(PassRefPtr<PODTypeCreator> creator, GetterMethod getter, SetterMeth… in create()
99 …JSSVGDynamicPODTypeWrapper(PassRefPtr<PODTypeCreator> creator, GetterMethod getter, SetterMethod s… in JSSVGDynamicPODTypeWrapper()
189 …ticPODTypeWrapperWithParent> create(PassRefPtr<ParentType> parent, GetterMethod getter, SetterMeth… in create()
205 …JSSVGStaticPODTypeWrapperWithParent(PassRefPtr<ParentType> parent, GetterMethod getter, SetterMeth… in JSSVGStaticPODTypeWrapperWithParent()
313 GetterMethod getter; member
382 …RefPtr<WrapperBase> lookupOrCreateWrapper(PODTypeCreator* creator, GetterMethod getter, SetterMeth… in lookupOrCreateWrapper()
394 static void forgetWrapper(PODTypeCreator* creator, GetterMethod getter, SetterMethod setter) in forgetWrapper()
/external/webkit/WebCore/bindings/v8/
DV8SVGPODTypeWrapper.h170 …ticPODTypeWrapperWithParent> create(PassRefPtr<ParentType> parent, GetterMethod getter, SetterMeth… in create()
186 …V8SVGStaticPODTypeWrapperWithParent(PassRefPtr<ParentType> parent, GetterMethod getter, SetterMeth… in V8SVGStaticPODTypeWrapperWithParent()
208 …GDynamicPODTypeWrapper> create(PassRefPtr<PODTypeCreator> creator, GetterMethod getter, SetterMeth… in create()
232 …V8SVGDynamicPODTypeWrapper(PassRefPtr<PODTypeCreator> creator, GetterMethod getter, SetterMethod s… in V8SVGDynamicPODTypeWrapper()
295 GetterMethod getter; member
365 …RefPtr<WrapperBase> lookupOrCreateWrapper(PODTypeCreator* creator, GetterMethod getter, SetterMeth… in lookupOrCreateWrapper()
DV8Proxy.h77 v8::AccessorGetter getter; member
/external/chromium/base/
Dthread_local_unittest.cc80 GetThreadLocal getter(&tlp, &done); in TEST() local
/external/protobuf/python/google/protobuf/
Dreflection.py462 def getter(self): function
505 def getter(self): function
541 def getter(self): function
/external/bluetooth/glib/gobject/
Dglib-genmarshal.c53 const gchar *getter; /* value getter function [g_value_get_string] */ member
/external/v8/test/cctest/
Dtest-accessors.cc63 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;"); in THREADED_TEST() local
Dtest-api.cc5714 static void CheckInterceptorLoadIC(NamedPropertyGetter getter, in CheckInterceptorLoadIC()
/external/v8/src/
Dapi.cc772 AccessorGetter getter, in AddInstancePropertyAccessor()
835 NamedPropertyGetter getter, in SetNamedInstancePropertyHandler()
862 IndexedPropertyGetter getter, in SetIndexedInstancePropertyHandler()
947 AccessorGetter getter, in SetAccessor()
968 void ObjectTemplate::SetNamedPropertyHandler(NamedPropertyGetter getter, in SetNamedPropertyHandler()
1030 IndexedPropertyGetter getter, in SetIndexedPropertyHandler()
Dstub-cache.cc808 v8::NamedPropertyGetter getter = in LoadPropertyWithInterceptorOnly() local
860 v8::NamedPropertyGetter getter = in LoadWithInterceptor() local
Dobjects.cc182 Object* getter = FixedArray::cast(structure)->get(kGetterIndex); in GetPropertyWithCallback() local
197 JSFunction* getter) { in GetPropertyWithDefinedGetter()
2030 v8::NamedPropertyGetter getter = in GetPropertyAttributeWithInterceptor() local
5441 v8::IndexedPropertyGetter getter = in HasElementWithInterceptor() local
5859 Object* getter = structure->get(kGetterIndex); in GetElementPostInterceptor() local
5895 v8::IndexedPropertyGetter getter = in GetElementWithInterceptor() local
6016 Object* getter = structure->get(kGetterIndex); in GetElementWithReceiver() local
6216 v8::NamedPropertyGetter getter = in GetPropertyWithInterceptor() local
Dglobals.h433 Object* (*getter)(Object* object, void* data); member
Dmirror-debugger.js1200 PropertyMirror.prototype.getter = function() { method in PropertyMirror
/external/icu4c/common/
Dlocdispnames.cpp351 UDisplayNameGetter *getter, in _getDisplayNameForComponent()
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp463 FillLayersPropertyWrapper(int prop, LayersGetter getter, LayersAccessor accessor) in FillLayersPropertyWrapper()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc3326 OsStackTraceGetterInterface* getter) { in UnitTestImpl()
/external/gtest/src/
Dgtest.cc3929 OsStackTraceGetterInterface* getter) { in UnitTestImpl()
/external/protobuf/gtest/src/
Dgtest.cc4215 OsStackTraceGetterInterface* getter) { in UnitTestImpl()