Home
last modified time | relevance | path

Searched refs:CREATE_DOM_OBJECT_WRAPPER (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp130 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, KeyboardEvent, event); in toJS()
132 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, TextEvent, event); in toJS()
134 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, MouseEvent, event); in toJS()
136 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, WheelEvent, event); in toJS()
139 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGZoomEvent, event); in toJS()
142 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CompositionEvent, event); in toJS()
145 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, TouchEvent, event); in toJS()
148 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, UIEvent, event); in toJS()
150 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, MutationEvent, event); in toJS()
152 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, OverflowEvent, event); in toJS()
[all …]
DJSSVGPathSegCustom.cpp71 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegClosePath, object); in toJS()
73 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegMovetoAbs, object); in toJS()
75 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegMovetoRel, object); in toJS()
77 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegLinetoAbs, object); in toJS()
79 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegLinetoRel, object); in toJS()
81 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegCurvetoCubicAbs, object); in toJS()
83 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegCurvetoCubicRel, object); in toJS()
85 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegCurvetoQuadraticAbs, object); in toJS()
87 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegCurvetoQuadraticRel, object); in toJS()
89 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegArcAbs, object); in toJS()
[all …]
DJSCSSRuleCustom.cpp72 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSStyleRule, rule); in toJS()
75 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSMediaRule, rule); in toJS()
78 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSFontFaceRule, rule); in toJS()
81 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSPageRule, rule); in toJS()
84 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSImportRule, rule); in toJS()
87 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSCharsetRule, rule); in toJS()
90 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, WebKitCSSKeyframeRule, rule); in toJS()
93 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, WebKitCSSKeyframesRule, rule); in toJS()
96 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSRule, rule); in toJS()
DJSCSSValueCustom.cpp58 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, WebKitCSSTransformValue, value); in toJS()
60 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSValueList, value); in toJS()
63 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPaint, value); in toJS()
65 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGColor, value); in toJS()
68 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSPrimitiveValue, value); in toJS()
70 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSValue, value); in toJS()
DJSStyleSheetCustom.cpp48 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSStyleSheet, styleSheet); in toJS()
50 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, StyleSheet, styleSheet); in toJS()
DJSHTMLCollectionCustom.cpp144 … wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLOptionsCollection, collection); in toJS()
147 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLAllCollection, collection); in toJS()
150 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLCollection, collection); in toJS()
DJSTouchCustom.cpp42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch); in toJSNewlyCreated()
DJSTouchListCustom.cpp42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, TouchList, touchList); in toJSNewlyCreated()
DJSWebKitCSSMatrixCustom.cpp45 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebKitCSSMat… in constructJSWebKitCSSMatrix()
DJSImageDataCustom.cpp48 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, ImageData, imageData); in toJS()
DJSWebSocketCustom.cpp72 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, w… in constructJSWebSocket()
DJSXSLTProcessorCustom.cpp122 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XSLTProcesso… in constructJSXSLTProcessor()
DJSXMLHttpRequestCustom.cpp210 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XMLHttpReque… in constructJSXMLHttpRequest()
DJSDOMBinding.h180 …#define CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, className, object) createWrapper<JS##classNa… macro
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1688181 CREATE_DOM_OBJECT_WRAPPER macro.
88197 CREATE_DOM_OBJECT_WRAPPER macro.
DChangeLog-2010-12-068909 …js/JSSVGPathSegCustom.cpp: Replace CREATE_SVG_OBJECT_WRAPPER by CREATE_DOM_OBJECT_WRAPPER. Remove …
10184 …js/JSSVGPathSegCustom.cpp: Replace CREATE_SVG_OBJECT_WRAPPER by CREATE_DOM_OBJECT_WRAPPER. Remove …
DChangeLog11435 Merged CREATE_DOM_NODE_WRAPPER and CREATE_DOM_OBJECT_WRAPPER into