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

  /external/webkit/Source/WebCore/bindings/js/
JSCustomPositionCallback.cpp 57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), geoposition));
JSCustomPositionErrorCallback.cpp 57 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), positionError));
JSNodeFilterCondition.cpp 71 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), filterNode));
JSDOMBinding.h 122 inline JSDOMGlobalObject* deprecatedGlobalObjectForPrototype(JSC::ExecState* exec)
140 return getDOMStructure<WrapperClass>(exec, deprecatedGlobalObjectForPrototype(exec));
258 return toJS(exec, deprecatedGlobalObjectForPrototype(exec), ptr);
263 return toJS(exec, deprecatedGlobalObjectForPrototype(exec), ptr.get());
268 return toJSNewlyCreated(exec, deprecatedGlobalObjectForPrototype(exec), ptr);
JSDOMBinding.cpp 324 JSDOMGlobalObject* globalObject = deprecatedGlobalObjectForPrototype(exec);

Completed in 47 milliseconds