/external/webkit/Source/WebCore/bindings/js/ |
D | JSEventCustom.cpp | 130 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 …]
|
D | JSSVGPathSegCustom.cpp | 71 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 …]
|
D | JSCSSRuleCustom.cpp | 72 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()
|
D | JSCSSValueCustom.cpp | 58 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()
|
D | JSStyleSheetCustom.cpp | 48 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSStyleSheet, styleSheet); in toJS() 50 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, StyleSheet, styleSheet); in toJS()
|
D | JSHTMLCollectionCustom.cpp | 144 … 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()
|
D | JSTouchCustom.cpp | 42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch); in toJSNewlyCreated()
|
D | JSTouchListCustom.cpp | 42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, TouchList, touchList); in toJSNewlyCreated()
|
D | JSWebKitCSSMatrixCustom.cpp | 45 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebKitCSSMat… in constructJSWebKitCSSMatrix()
|
D | JSImageDataCustom.cpp | 48 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, ImageData, imageData); in toJS()
|
D | JSWebSocketCustom.cpp | 72 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), WebSocket, w… in constructJSWebSocket()
|
D | JSXSLTProcessorCustom.cpp | 122 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XSLTProcesso… in constructJSXSLTProcessor()
|
D | JSXMLHttpRequestCustom.cpp | 210 …return JSValue::encode(CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XMLHttpReque… in constructJSXMLHttpRequest()
|
D | JSDOMBinding.h | 180 …#define CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, className, object) createWrapper<JS##classNa… macro
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 88181 CREATE_DOM_OBJECT_WRAPPER macro. 88197 CREATE_DOM_OBJECT_WRAPPER macro.
|
D | ChangeLog-2010-12-06 | 8909 …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 …
|
D | ChangeLog | 11435 Merged CREATE_DOM_NODE_WRAPPER and CREATE_DOM_OBJECT_WRAPPER into
|