Home
last modified time | relevance | path

Searched refs:CREATE_DOM_NODE_WRAPPER (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSNodeCustom.cpp263 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Element, node); in createWrapperInline()
266 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Attr, node); in createWrapperInline()
269 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Text, node); in createWrapperInline()
272 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, CDATASection, node); in createWrapperInline()
275 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Entity, node); in createWrapperInline()
278 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, ProcessingInstruction, node); in createWrapperInline()
281 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Comment, node); in createWrapperInline()
287 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, DocumentType, node); in createWrapperInline()
290 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Notation, node); in createWrapperInline()
293 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, DocumentFragment, node); in createWrapperInline()
[all …]
DJSDocumentCustom.cpp107 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, HTMLDocument, document); in toJS()
110 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, SVGDocument, document); in toJS()
113 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Document, document); in toJS()
DJSTextCustom.cpp40 return CREATE_DOM_NODE_WRAPPER(exec, globalObject, Text, text); in toJSNewlyCreated()
DJSCDATASectionCustom.cpp40 return CREATE_DOM_NODE_WRAPPER(exec, globalObject, CDATASection, section); in toJSNewlyCreated()
DJSElementCustom.cpp84 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Element, element); in toJSNewlyCreated()
DJSDOMBinding.h181 …#define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) static_cast<JSNode*>(create… macro
/external/webkit/Source/WebCore/
DChangeLog11435 Merged CREATE_DOM_NODE_WRAPPER and CREATE_DOM_OBJECT_WRAPPER into
DChangeLog-2009-06-1688176 * dom/make_names.pl: Changed to use CREATE_DOM_NODE_WRAPPER macro