Home
last modified time | relevance | path

Searched refs:deprecatedGlobalObjectForPrototype (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h122 inline JSDOMGlobalObject* deprecatedGlobalObjectForPrototype(JSC::ExecState* exec) in deprecatedGlobalObjectForPrototype() function
140 return getDOMStructure<WrapperClass>(exec, deprecatedGlobalObjectForPrototype(exec)); in deprecatedGetDOMStructure()
258 return toJS(exec, deprecatedGlobalObjectForPrototype(exec), ptr); in toJS()
263 return toJS(exec, deprecatedGlobalObjectForPrototype(exec), ptr.get()); in toJS()
268 return toJSNewlyCreated(exec, deprecatedGlobalObjectForPrototype(exec), ptr); in toJSNewlyCreated()
DJSCustomPositionCallback.cpp57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), geoposition)); in handleEvent()
DJSCustomPositionErrorCallback.cpp57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), positionError)); in handleEvent()
DJSNodeFilterCondition.cpp71 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), filterNode)); in acceptNode()
DJSDOMBinding.cpp324 JSDOMGlobalObject* globalObject = deprecatedGlobalObjectForPrototype(exec); in setDOMException()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2981582 we pass deprecatedGlobalObjectForPrototype instead.
84407 available, otherwise default to deprecatedGlobalObjectForPrototype(exec)
84415 …(WebCore::deprecatedGlobalObjectForPrototype): Make it easy to detect where the wrong global objec…
DChangeLog13178 … Replace use of deprecated toJS overload with explicit call to deprecatedGlobalObjectForPrototype.
13199 … Replace use of deprecated toJS overload with explicit call to deprecatedGlobalObjectForPrototype,