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

  /external/webkit/WebCore/bindings/js/
JSHistoryCustom.cpp 73 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
76 slot.setCustom(this, nonCachingStaticForwardFunctionGetter);
79 slot.setCustom(this, nonCachingStaticGoFunctionGetter);
86 slot.setCustom(this, objectToStringFunctionGetter);
114 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
118 slot.setCustom(this, nonCachingStaticForwardFunctionGetter);
122 slot.setCustom(this, nonCachingStaticGoFunctionGetter);
131 slot.setCustom(this, objectToStringFunctionGetter);
JSDOMWindowCustom.cpp 171 slot.setCustom(this, entry->propertyGetter());
176 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
206 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionBlur, 0>);
211 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
216 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionFocus, 0>);
221 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionPostMessage, 2>);
235 slot.setCustom(this, objectToStringFunctionGetter);
243 slot.setCustom(this, entry->propertyGetter());
253 slot.setCustom(this, childFrameGetter);
292 slot.setCustom(this, namedItemGetter)
    [all...]
JSLocationCustom.cpp 78 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
81 slot.setCustom(this, nonCachingStaticReloadFunctionGetter);
84 slot.setCustom(this, nonCachingStaticAssignFunctionGetter);
115 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
119 slot.setCustom(this, nonCachingStaticReloadFunctionGetter);
123 slot.setCustom(this, nonCachingStaticAssignFunctionGetter);
JSPluginElementFunctions.cpp 85 slot.setCustom(element, runtimeObjectPropertyGetter);
97 slot.setCustom(element, runtimeObjectPropertyGetter);
  /external/webkit/WebCore/bridge/
runtime_object.cpp 143 slot.setCustom(this, fieldGetter);
151 slot.setCustom(this, methodGetter);
160 slot.setCustom(this, fallbackObjectGetter);
188 slot.setCustom(this, fieldGetter);
198 slot.setCustom(this, methodGetter);
208 slot.setCustom(this, fallbackObjectGetter);
runtime_method.cpp 69 slot.setCustom(this, lengthGetter);
80 slot.setCustom(this, lengthGetter);
runtime_array.cpp 75 slot.setCustom(this, lengthGetter);
95 slot.setCustom(this, lengthGetter);
  /external/webkit/JavaScriptCore/runtime/
Lookup.h 184 slot.setCustom(thisObj, entry->propertyGetter());
201 slot.setCustom(thisObj, entry->propertyGetter());
261 slot.setCustom(thisObj, entry->propertyGetter());
279 slot.setCustom(thisObj, entry->propertyGetter());
JSFunction.cpp 165 slot.setCustom(this, argumentsGetter);
170 slot.setCustom(this, lengthGetter);
175 slot.setCustom(this, callerGetter);
JSActivation.cpp 83 slot.setCustom(this, getArgumentsGetter());
PropertySlot.h 126 void setCustom(JSValue slotBase, GetValueFunc getValue)
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 123 slot.setCustom(this, callbackGetter);
148 slot.setCustom(this, staticValueGetter);
155 slot.setCustom(this, staticFunctionGetter);
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/webkit/JavaScriptGlue/
UserObjectImp.cpp 139 slot.setCustom(this, userObjectGetter);

Completed in 136 milliseconds