/external/webkit/WebCore/bindings/js/ |
D | JSHistoryCustom.cpp | 73 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()
|
D | JSDOMWindowCustom.cpp | 171 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 …]
|
D | JSLocationCustom.cpp | 78 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()
|
D | JSPluginElementFunctions.cpp | 85 slot.setCustom(element, runtimeObjectPropertyGetter); in runtimeObjectCustomGetOwnPropertySlot() 97 slot.setCustom(element, runtimeObjectPropertyGetter); in runtimeObjectCustomGetOwnPropertyDescriptor()
|
/external/webkit/WebCore/bridge/ |
D | runtime_object.cpp | 143 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()
|
D | runtime_method.cpp | 69 slot.setCustom(this, lengthGetter); in getOwnPropertySlot() 80 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
|
D | runtime_array.cpp | 75 slot.setCustom(this, lengthGetter); in getOwnPropertySlot() 95 slot.setCustom(this, lengthGetter); in getOwnPropertyDescriptor()
|
/external/webkit/JavaScriptCore/runtime/ |
D | Lookup.h | 184 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()
|
D | JSFunction.cpp | 165 slot.setCustom(this, argumentsGetter); in getOwnPropertySlot() 170 slot.setCustom(this, lengthGetter); in getOwnPropertySlot() 175 slot.setCustom(this, callerGetter); in getOwnPropertySlot()
|
D | PropertySlot.h | 126 void setCustom(JSValue slotBase, GetValueFunc getValue) in setCustom() function
|
D | JSActivation.cpp | 83 slot.setCustom(this, getArgumentsGetter()); in getOwnPropertySlot()
|
/external/webkit/WebCore/bridge/qt/ |
D | qt_runtime.cpp | 1390 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/ |
D | JSCallbackObjectFunctions.h | 123 slot.setCustom(this, callbackGetter); in getOwnPropertySlot() 148 slot.setCustom(this, staticValueGetter); in getOwnPropertySlot() 155 slot.setCustom(this, staticFunctionGetter); in getOwnPropertySlot()
|
/external/webkit/JavaScriptGlue/ |
D | UserObjectImp.cpp | 139 slot.setCustom(this, userObjectGetter); in getOwnPropertySlot()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 6818 (JSC::PropertySlot::setCustom): 15069 (JSC::PropertySlot::setCustom): 24500 The cast isn't even necessary to call slot.setCustom(), so it should
|
D | ChangeLog-2007-10-14 | 19424 (KJS::PropertySlot::setCustom):
|
D | ChangeLog-2008-08-10 | 7184 (KJS::PropertySlot::setCustom): Ditto.
|