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

  /external/webkit/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 143 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Element* element)
JSNodeCustom.cpp 232 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Node* node)
JSDOMBinding.h 397 inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* exec, T* ptr)
399 return toJSNewlyCreated(exec, deprecatedGlobalObjectForPrototype(exec), ptr);

Completed in 159 milliseconds