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

  /external/webkit/Source/WebCore/bindings/js/
JSHistoryCustom.cpp 72 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
75 slot.setCustom(this, nonCachingStaticForwardFunctionGetter);
78 slot.setCustom(this, nonCachingStaticGoFunctionGetter);
85 slot.setCustom(this, objectToStringFunctionGetter);
113 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
117 slot.setCustom(this, nonCachingStaticForwardFunctionGetter);
121 slot.setCustom(this, nonCachingStaticGoFunctionGetter);
130 slot.setCustom(this, objectToStringFunctionGetter);
JSLocationCustom.cpp 69 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
72 slot.setCustom(this, nonCachingStaticReloadFunctionGetter);
75 slot.setCustom(this, nonCachingStaticAssignFunctionGetter);
106 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
110 slot.setCustom(this, nonCachingStaticReloadFunctionGetter);
114 slot.setCustom(this, nonCachingStaticAssignFunctionGetter);
JSDOMWindowCustom.cpp 151 slot.setCustom(this, entry->propertyGetter());
156 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
186 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionBlur, 0>);
191 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
196 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionFocus, 0>);
201 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionPostMessage, 2>);
215 slot.setCustom(this, objectToStringFunctionGetter);
223 slot.setCustom(this, entry->propertyGetter());
233 slot.setCustom(this, childFrameGetter);
272 slot.setCustom(this, namedItemGetter)
    [all...]
JSPluginElementFunctions.cpp 121 slot.setCustom(element, runtimeObjectPropertyGetter);
133 slot.setCustom(element, runtimeObjectPropertyGetter);
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 131 slot.setCustom(this, fieldGetter);
139 slot.setCustom(this, methodGetter);
148 slot.setCustom(this, fallbackObjectGetter);
176 slot.setCustom(this, fieldGetter);
186 slot.setCustom(this, methodGetter);
196 slot.setCustom(this, fallbackObjectGetter);
runtime_method.cpp 81 slot.setCustom(this, lengthGetter);
runtime_array.cpp 101 slot.setCustom(this, lengthGetter);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 240 slot.setCustom(this, propertyGetter);
246 slot.setCustom(this, methodGetter);
265 slot.setCustom(this, propertyGetter);
273 slot.setCustom(this, methodGetter);
  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.h 126 void setCustom(JSValue slotBase, GetValueFunc getValue)
Lookup.h 217 slot.setCustom(thisObj, entry->propertyGetter());
295 slot.setCustom(thisObj, entry->propertyGetter());
JSActivation.cpp 138 slot.setCustom(this, getArgumentsGetter());