Home
last modified time | relevance | path

Searched refs:CREATE_DOM_WRAPPER (Results 1 – 23 of 23) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSEventCustom.cpp132 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, TextEvent, event); in toJS()
134 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, MouseEvent, event); in toJS()
136 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, WheelEvent, event); in toJS()
148 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, UIEvent, event); in toJS()
150 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, MutationEvent, event); in toJS()
152 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, OverflowEvent, event); in toJS()
154 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, MessageEvent, event); in toJS()
166 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, StorageEvent, event); in toJS()
178 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, ErrorEvent, event); in toJS()
185 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CustomEvent, event); in toJS()
[all …]
H A DJSSVGPathSegCustom.cpp71 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegClosePath, object); in toJS()
73 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegMovetoAbs, object); in toJS()
75 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegMovetoRel, object); in toJS()
77 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegLinetoAbs, object); in toJS()
79 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegLinetoRel, object); in toJS()
81 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegCurvetoCubicAbs, object); in toJS()
83 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegCurvetoCubicRel, object); in toJS()
89 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegArcAbs, object); in toJS()
91 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegArcRel, object); in toJS()
97 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegLinetoVerticalAbs, object); in toJS()
[all …]
H A DJSCSSRuleCustom.cpp68 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSStyleRule, rule); in toJS()
71 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSMediaRule, rule); in toJS()
74 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSFontFaceRule, rule); in toJS()
77 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSPageRule, rule); in toJS()
80 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSImportRule, rule); in toJS()
83 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSCharsetRule, rule); in toJS()
86 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, WebKitCSSKeyframeRule, rule); in toJS()
89 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, WebKitCSSKeyframesRule, rule); in toJS()
92 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSRule, rule); in toJS()
H A DJSNodeCustom.cpp220 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Element, node); in createWrapperInline()
223 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Attr, node); in createWrapperInline()
226 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Text, node); in createWrapperInline()
229 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CDATASection, node); in createWrapperInline()
232 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Entity, node); in createWrapperInline()
238 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Comment, node); in createWrapperInline()
244 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, DocumentType, node); in createWrapperInline()
247 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Notation, node); in createWrapperInline()
253 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Node, node); in createWrapperInline()
256 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, EntityReference, node); in createWrapperInline()
[all …]
H A DJSCSSValueCustom.cpp79 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, WebKitCSSTransformValue, value); in toJS()
81 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSValueList, value); in toJS()
84 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, SVGPaint, value); in toJS()
86 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, SVGColor, value); in toJS()
89 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSPrimitiveValue, value); in toJS()
91 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSValue, value); in toJS()
H A DJSDocumentCustom.cpp95 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, HTMLDocument, document); in toJS()
98 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, SVGDocument, document); in toJS()
101 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Document, document); in toJS()
H A DJSStyleSheetCustom.cpp54 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSStyleSheet, styleSheet); in toJS()
56 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, StyleSheet, styleSheet); in toJS()
H A DJSHTMLCollectionCustom.cpp144 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, HTMLOptionsCollection, collection); in toJS()
147 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, HTMLAllCollection, collection); in toJS()
150 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, HTMLCollection, collection); in toJS()
H A DJSTextCustom.cpp40 return CREATE_DOM_WRAPPER(exec, globalObject, Text, text); in toJSNewlyCreated()
H A DJSCDATASectionCustom.cpp40 return CREATE_DOM_WRAPPER(exec, globalObject, CDATASection, section); in toJSNewlyCreated()
H A DJSTouchListCustom.cpp42 return CREATE_DOM_WRAPPER(exec, globalObject, TouchList, touchList); in toJSNewlyCreated()
H A DJSTouchCustom.cpp42 return CREATE_DOM_WRAPPER(exec, globalObject, Touch, touch); in toJSNewlyCreated()
H A DJSWebKitCSSMatrixCustom.cpp45 …return JSValue::encode(CREATE_DOM_WRAPPER(exec, jsConstructor->globalObject(), WebKitCSSMatrix, ma… in constructJSWebKitCSSMatrix()
H A DJSElementCustom.cpp69 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, Element, element); in toJSNewlyCreated()
H A DJSImageDataCustom.cpp48 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, ImageData, imageData); in toJS()
H A DJSWebSocketCustom.cpp72 …return JSValue::encode(CREATE_DOM_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, webSocke… in constructJSWebSocket()
H A DJSXSLTProcessorCustom.cpp122 …return JSValue::encode(CREATE_DOM_WRAPPER(exec, jsConstructor->globalObject(), XSLTProcessor, XSLT… in constructJSXSLTProcessor()
H A DJSXMLHttpRequestCustom.cpp210 …return JSValue::encode(CREATE_DOM_WRAPPER(exec, jsConstructor->globalObject(), XMLHttpRequest, xml… in constructJSXMLHttpRequest()
H A DJSDOMBinding.h137 …#define CREATE_DOM_WRAPPER(exec, globalObject, className, object) createWrapper<JS##className>(exe… macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGElementWrapperFactory.cpp207 return CREATE_DOM_WRAPPER(exec, globalObject, SVGAElement, element.get()); in createSVGAElementWrapper()
247 return CREATE_DOM_WRAPPER(exec, globalObject, SVGDefsElement, element.get()); in createSVGDefsElementWrapper()
252 return CREATE_DOM_WRAPPER(exec, globalObject, SVGDescElement, element.get()); in createSVGDescElementWrapper()
392 return CREATE_DOM_WRAPPER(exec, globalObject, SVGFontElement, element.get()); in createSVGFontElementWrapper()
427 return CREATE_DOM_WRAPPER(exec, globalObject, SVGGElement, element.get()); in createSVGGElementWrapper()
442 return CREATE_DOM_WRAPPER(exec, globalObject, SVGLineElement, element.get()); in createSVGLineElementWrapper()
457 return CREATE_DOM_WRAPPER(exec, globalObject, SVGMaskElement, element.get()); in createSVGMaskElementWrapper()
507 return CREATE_DOM_WRAPPER(exec, globalObject, SVGSetElement, element.get()); in createSVGSetElementWrapper()
522 return CREATE_DOM_WRAPPER(exec, globalObject, SVGSVGElement, element.get()); in createSVGSVGElementWrapper()
562 return CREATE_DOM_WRAPPER(exec, globalObject, SVGUseElement, element.get()); in createSVGUseElementWrapper()
[all …]
H A DJSHTMLElementWrapperFactory.cpp215 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLAreaElement, element.get()); in createHTMLAreaElementWrapper()
224 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLElement, element.get()); in createHTMLAudioElementWrapper()
232 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLBaseElement, element.get()); in createHTMLBaseElementWrapper()
247 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLBodyElement, element.get()); in createHTMLBodyElementWrapper()
252 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLBRElement, element.get()); in createHTMLBRElementWrapper()
286 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLModElement, element.get()); in createHTMLModElementWrapper()
305 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLDivElement, element.get()); in createHTMLDivElementWrapper()
355 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLHRElement, element.get()); in createHTMLHRElementWrapper()
400 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLLIElement, element.get()); in createHTMLLIElementWrapper()
410 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLPreElement, element.get()); in createHTMLPreElementWrapper()
[all …]
H A DJSMathMLElementWrapperFactory.cpp62 return CREATE_DOM_WRAPPER(exec, globalObject, MathMLMathElement, element.get()); in createMathMLMathElementWrapper()
67 return CREATE_DOM_WRAPPER(exec, globalObject, MathMLInlineContainerElement, element.get()); in createMathMLInlineContainerElementWrapper()
72 return CREATE_DOM_WRAPPER(exec, globalObject, MathMLTextElement, element.get()); in createMathMLTextElementWrapper()
100 return CREATE_DOM_WRAPPER(exec, globalObject, MathMLElement, element.get()); in createJSMathMLWrapper()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog11929 CREATE_DOM_WRAPPER because there's no meaningful difference between