Home
last modified time | relevance | path

Searched refs:setCustom (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSHistoryCustom.cpp73 slot.setCustom(this, nonCachingStaticBackFunctionGetter); in getOwnPropertySlotDelegate()
76 slot.setCustom(this, nonCachingStaticForwardFunctionGetter); in getOwnPropertySlotDelegate()
79 slot.setCustom(this, nonCachingStaticGoFunctionGetter); in getOwnPropertySlotDelegate()
86 slot.setCustom(this, objectToStringFunctionGetter); in getOwnPropertySlotDelegate()
114 slot.setCustom(this, nonCachingStaticBackFunctionGetter); in getOwnPropertyDescriptorDelegate()
118 slot.setCustom(this, nonCachingStaticForwardFunctionGetter); in getOwnPropertyDescriptorDelegate()
122 slot.setCustom(this, nonCachingStaticGoFunctionGetter); in getOwnPropertyDescriptorDelegate()
131 slot.setCustom(this, objectToStringFunctionGetter); in getOwnPropertyDescriptorDelegate()
DJSDOMWindowCustom.cpp171 slot.setCustom(this, entry->propertyGetter()); in getOwnPropertySlot()
176 … slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>); in getOwnPropertySlot()
206 … slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionBlur, 0>); in getOwnPropertySlot()
211 … slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>); in getOwnPropertySlot()
216 … slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionFocus, 0>); in getOwnPropertySlot()
221 … slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionPostMessage, 2>); in getOwnPropertySlot()
235 slot.setCustom(this, objectToStringFunctionGetter); in getOwnPropertySlot()
243 slot.setCustom(this, entry->propertyGetter()); in getOwnPropertySlot()
253 slot.setCustom(this, childFrameGetter); in getOwnPropertySlot()
292 slot.setCustom(this, namedItemGetter); in getOwnPropertySlot()
[all …]
DJSLocationCustom.cpp78 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter); in getOwnPropertySlotDelegate()
81 slot.setCustom(this, nonCachingStaticReloadFunctionGetter); in getOwnPropertySlotDelegate()
84 slot.setCustom(this, nonCachingStaticAssignFunctionGetter); in getOwnPropertySlotDelegate()
115 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter); in getOwnPropertyDescriptorDelegate()
119 slot.setCustom(this, nonCachingStaticReloadFunctionGetter); in getOwnPropertyDescriptorDelegate()
123 slot.setCustom(this, nonCachingStaticAssignFunctionGetter); in getOwnPropertyDescriptorDelegate()
DJSPluginElementFunctions.cpp85 slot.setCustom(element, runtimeObjectPropertyGetter); in runtimeObjectCustomGetOwnPropertySlot()
97 slot.setCustom(element, runtimeObjectPropertyGetter); in runtimeObjectCustomGetOwnPropertyDescriptor()
/external/webkit/WebCore/bridge/
Druntime_object.cpp143 slot.setCustom(this, fieldGetter); in getOwnPropertySlot()
151 slot.setCustom(this, methodGetter); in getOwnPropertySlot()
160 slot.setCustom(this, fallbackObjectGetter); in getOwnPropertySlot()
188 slot.setCustom(this, fieldGetter); in getOwnPropertyDescriptor()
198 slot.setCustom(this, methodGetter); in getOwnPropertyDescriptor()
208 slot.setCustom(this, fallbackObjectGetter); in getOwnPropertyDescriptor()
Druntime_method.cpp69 slot.setCustom(this, lengthGetter); in getOwnPropertySlot()
80 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
Druntime_array.cpp75 slot.setCustom(this, lengthGetter); in getOwnPropertySlot()
95 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
/external/webkit/JavaScriptCore/runtime/
DLookup.h184 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticPropertySlot()
201 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticPropertyDescriptor()
261 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticValueSlot()
279 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticValueDescriptor()
DJSFunction.cpp165 slot.setCustom(this, argumentsGetter); in getOwnPropertySlot()
170 slot.setCustom(this, lengthGetter); in getOwnPropertySlot()
175 slot.setCustom(this, callerGetter); in getOwnPropertySlot()
DPropertySlot.h126 void setCustom(JSValue slotBase, GetValueFunc getValue) in setCustom() function
DJSActivation.cpp83 slot.setCustom(this, getArgumentsGetter()); in getOwnPropertySlot()
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp1390 slot.setCustom(this, connectGetter); in getOwnPropertySlot()
1393 slot.setCustom(this, disconnectGetter); in getOwnPropertySlot()
1396 slot.setCustom(this, lengthGetter); in getOwnPropertySlot()
1407 slot.setCustom(this, connectGetter); in getOwnPropertyDescriptor()
1414 slot.setCustom(this, disconnectGetter); in getOwnPropertyDescriptor()
1421 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
1619 slot.setCustom(this, lengthGetter); in getOwnPropertySlot()
1630 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h123 slot.setCustom(this, callbackGetter); in getOwnPropertySlot()
148 slot.setCustom(this, staticValueGetter); in getOwnPropertySlot()
155 slot.setCustom(this, staticFunctionGetter); in getOwnPropertySlot()
/external/webkit/JavaScriptGlue/
DUserObjectImp.cpp139 slot.setCustom(this, userObjectGetter); in getOwnPropertySlot()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-166818 (JSC::PropertySlot::setCustom):
15069 (JSC::PropertySlot::setCustom):
24500 The cast isn't even necessary to call slot.setCustom(), so it should
DChangeLog-2007-10-1419424 (KJS::PropertySlot::setCustom):
DChangeLog-2008-08-107184 (KJS::PropertySlot::setCustom): Ditto.