Searched defs:toV8 (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/WebCore/bindings/v8/custom/
H A DV8BarInfoCustom.cpp39 v8::Handle<v8::Value> toV8(BarInfo* impl) function in namespace:WebCore
H A DV8CSSRuleCustom.cpp46 v8::Handle<v8::Value> toV8(CSSRule* impl) function in namespace:WebCore
52 return toV8(static_cast<CSSStyleRule*>(impl));
54 return toV8(static_cast<CSSCharsetRule*>(impl));
56 return toV8(static_cast<CSSImportRule*>(impl));
58 return toV8(static_cast<CSSMediaRule*>(impl));
60 return toV8(static_cast<CSSFontFaceRule*>(impl));
62 return toV8(static_cast<CSSPageRule*>(impl));
64 return toV8(static_cast<CSSVariablesRule*>(impl));
66 return toV8(static_cast<WebKitCSSKeyframeRule*>(impl));
68 return toV8(static_cas
[all...]
H A DV8CSSStyleSheetCustom.cpp38 v8::Handle<v8::Value> toV8(CSSStyleSheet* impl) function in namespace:WebCore
46 wrapper->SetInternalField(V8CSSStyleSheet::ownerNodeIndex, toV8(ownerNode));
H A DV8CSSValueCustom.cpp42 v8::Handle<v8::Value> toV8(CSSValue* impl) function in namespace:WebCore
47 return toV8(static_cast<WebKitCSSTransformValue*>(impl));
49 return toV8(static_cast<CSSValueList*>(impl));
51 return toV8(static_cast<CSSPrimitiveValue*>(impl));
54 return toV8(static_cast<SVGPaint*>(impl));
56 return toV8(static_cast<SVGColor*>(impl));
H A DV8CanvasPixelArrayCustom.cpp36 v8::Handle<v8::Value> toV8(CanvasPixelArray* impl) function in namespace:WebCore
H A DV8DOMSelectionCustom.cpp39 v8::Handle<v8::Value> toV8(DOMSelection* impl) function in namespace:WebCore
H A DV8HTMLElementCustom.cpp38 v8::Handle<v8::Value> toV8(HTMLElement* impl, bool forceNewObject) function in namespace:WebCore
H A DV8SVGDocumentCustom.cpp39 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject) function in namespace:WebCore
H A DV8SVGElementCustom.cpp4 * Redistribution and use in source and binary forms") return toV8(static_cast<SVGwith or without
5 * modification") return toV8(static_cast<SVGare permitted provided that the following conditions are
9 * notice") return toV8(static_cast<SVGthis list of conditions and the following disclaimer.
11 * copyright notice") return toV8(static_cast<SVGthis list of conditions and the following disclaimer
19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES") return toV8(static_cast<SVGINCLUDING") return toV8(static_cast<SVGBUT NOT
20 * LIMITED TO") return toV8(static_cast<SVGTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT") return toV8(static_cast<SVGINDIRECT") return toV8(static_cast<SVGINCIDENTAL,
23 * SPECIAL") return toV8(static_cas
40 v8::Handle<v8::Value> toV8(SVGElement* impl, bool forceNewObject) function in namespace:WebCore
[all...]
H A DV8SVGPathSegCustom.cpp58 v8::Handle<v8::Value> toV8(SVGPathSeg* impl) function in namespace:WebCore
64 return toV8(static_cast<SVGPathSegClosePath*>(impl));
66 return toV8(static_cast<SVGPathSegMovetoAbs*>(impl));
68 return toV8(static_cast<SVGPathSegMovetoRel*>(impl));
70 return toV8(static_cast<SVGPathSegLinetoAbs*>(impl));
72 return toV8(static_cast<SVGPathSegLinetoRel*>(impl));
74 return toV8(static_cast<SVGPathSegCurvetoCubicAbs*>(impl));
76 return toV8(static_cast<SVGPathSegCurvetoCubicRel*>(impl));
78 return toV8(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl));
80 return toV8(static_cas
[all...]
H A DV8ScreenCustom.cpp39 v8::Handle<v8::Value> toV8(Screen* impl) function in namespace:WebCore
H A DV8WebGLArrayCustom.cpp46 v8::Handle<v8::Value> toV8(WebGLArray* impl) function in namespace:WebCore
51 return toV8(static_cast<WebGLByteArray*>(impl));
53 return toV8(static_cast<WebGLFloatArray*>(impl));
55 return toV8(static_cast<WebGLIntArray*>(impl));
57 return toV8(static_cast<WebGLShortArray*>(impl));
59 return toV8(static_cast<WebGLUnsignedByteArray*>(impl));
61 return toV8(static_cast<WebGLUnsignedIntArray*>(impl));
63 return toV8(static_cast<WebGLUnsignedShortArray*>(impl));
H A DV8StyleSheetCustom.cpp39 v8::Handle<v8::Value> toV8(StyleSheet* impl) function in namespace:WebCore
44 return toV8(static_cast<CSSStyleSheet*>(impl));
49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode));
H A DV8WebGLByteArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLByteArray* impl) function in namespace:WebCore
H A DV8WebGLFloatArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLFloatArray* impl) function in namespace:WebCore
H A DV8WebGLIntArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLIntArray* impl) function in namespace:WebCore
H A DV8WebGLShortArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLShortArray* impl) function in namespace:WebCore
H A DV8WebGLUnsignedByteArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLUnsignedByteArray* impl) function in namespace:WebCore
H A DV8WebGLUnsignedIntArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLUnsignedIntArray* impl) function in namespace:WebCore
H A DV8WebGLUnsignedShortArrayCustom.cpp65 v8::Handle<v8::Value> toV8(WebGLUnsignedShortArray* impl) function in namespace:WebCore
H A DV8EventCustom.cpp74 return toV8(static_cast<MouseEvent*>(event)->clipboard());
84 return toV8(static_cast<ClipboardEvent*>(event)->clipboard());
89 v8::Handle<v8::Value> toV8(Event* impl) function in namespace:WebCore
95 return toV8(static_cast<KeyboardEvent*>(impl));
97 return toV8(static_cast<TextEvent*>(impl));
99 return toV8(static_cast<MouseEvent*>(impl));
101 return toV8(static_cast<WheelEvent*>(impl));
104 return toV8(static_cast<SVGZoomEvent*>(impl));
107 return toV8(static_cast<CompositionEvent*>(impl));
110 return toV8(static_cas
[all...]
H A DV8NavigatorCustom.cpp46 v8::Handle<v8::Value> toV8(Navigator* impl) function in namespace:WebCore
H A DV8NodeIteratorCustom.cpp46 static inline v8::Handle<v8::Value> toV8(PassRefPtr<Node> object, ExceptionCode ec, ScriptState* state) function in namespace:WebCore
57 return toV8(object);
68 return toV8(result.release(), ec, &state);
79 return toV8(result.release(), ec, &state);
H A DV8ElementCustom.cpp83 return toV8(result.release());
116 return toV8(result.release());
119 v8::Handle<v8::Value> toV8(Element* impl, bool forceNewObject) function in namespace:WebCore
124 return toV8(static_cast<HTMLElement*>(impl), forceNewObject);
127 return toV8(static_cast<SVGElement*>(impl), forceNewObject);
H A DV8NamedNodeMapCustom.cpp52 return toV8(result.release());
73 return toV8(result.release());
76 v8::Handle<v8::Value> toV8(NamedNodeMap* impl) function in namespace:WebCore
84 v8::Handle<v8::Value> owner = toV8(element);

Completed in 47 milliseconds

12