Searched refs:CREATE_DOM_NODE_WRAPPER (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/bindings/js/ |
D | JSNodeCustom.cpp | 263 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 …]
|
D | JSDocumentCustom.cpp | 107 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()
|
D | JSTextCustom.cpp | 40 return CREATE_DOM_NODE_WRAPPER(exec, globalObject, Text, text); in toJSNewlyCreated()
|
D | JSCDATASectionCustom.cpp | 40 return CREATE_DOM_NODE_WRAPPER(exec, globalObject, CDATASection, section); in toJSNewlyCreated()
|
D | JSElementCustom.cpp | 84 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Element, element); in toJSNewlyCreated()
|
D | JSDOMBinding.h | 181 …#define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) static_cast<JSNode*>(create… macro
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 11435 Merged CREATE_DOM_NODE_WRAPPER and CREATE_DOM_OBJECT_WRAPPER into
|
D | ChangeLog-2009-06-16 | 88176 * dom/make_names.pl: Changed to use CREATE_DOM_NODE_WRAPPER macro
|