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

  /external/webkit/Source/WebCore/bindings/js/
JSCDATASectionCustom.cpp 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section)
JSTextCustom.cpp 35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Text* text)
JSTouchCustom.cpp 37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch)
JSTouchListCustom.cpp 37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, TouchList* touchList)
JSElementCustom.cpp 69 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Element* element)
JSDOMBinding.h 266 inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* exec, T* ptr)
268 return toJSNewlyCreated(exec, deprecatedGlobalObjectForPrototype(exec), ptr);
JSNodeCustom.cpp 310 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Node* node)

Completed in 1077 milliseconds