Searched refs:deprecatedGlobalObjectForPrototype (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMBinding.h | 122 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()
|
D | JSCustomPositionCallback.cpp | 57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), geoposition)); in handleEvent()
|
D | JSCustomPositionErrorCallback.cpp | 57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), positionError)); in handleEvent()
|
D | JSNodeFilterCondition.cpp | 71 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), filterNode)); in acceptNode()
|
D | JSDOMBinding.cpp | 324 JSDOMGlobalObject* globalObject = deprecatedGlobalObjectForPrototype(exec); in setDOMException()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 81582 we pass deprecatedGlobalObjectForPrototype instead. 84407 available, otherwise default to deprecatedGlobalObjectForPrototype(exec) 84415 …(WebCore::deprecatedGlobalObjectForPrototype): Make it easy to detect where the wrong global objec…
|
D | ChangeLog | 13178 … Replace use of deprecated toJS overload with explicit call to deprecatedGlobalObjectForPrototype. 13199 … Replace use of deprecated toJS overload with explicit call to deprecatedGlobalObjectForPrototype,
|