Searched refs:toV8 (Results 1 - 25 of 75) sorted by relevance

123

/external/webkit/WebCore/bindings/v8/custom/
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 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 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 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 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 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 DV8HTMLElementCustom.cpp38 v8::Handle<v8::Value> toV8(HTMLElement* 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 DV8CSSStyleSheetCustom.cpp38 v8::Handle<v8::Value> toV8(CSSStyleSheet* impl) function in namespace:WebCore
46 wrapper->SetInternalField(V8CSSStyleSheet::ownerNodeIndex, toV8(ownerNode));
H A DV8MessageChannelConstructor.cpp70 messageChannel->SetInternalField(V8MessageChannel::port1Index, toV8(obj->port1()));
71 messageChannel->SetInternalField(V8MessageChannel::port2Index, toV8(obj->port2()));
75 return toV8(obj.release(), messageChannel);
H A DV8CanvasPixelArrayCustom.cpp36 v8::Handle<v8::Value> toV8(CanvasPixelArray* impl) function in namespace:WebCore
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);
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 DV8NodeCustom.cpp166 v8::Handle<v8::Value> toV8(Node* impl, bool forceNewObject) function in namespace:WebCore
178 return toV8(static_cast<Element*>(impl), forceNewObject);
180 return toV8(static_cast<Attr*>(impl), forceNewObject);
182 return toV8(static_cast<Text*>(impl), forceNewObject);
184 return toV8(static_cast<CDATASection*>(impl), forceNewObject);
186 return toV8(static_cast<EntityReference*>(impl), forceNewObject);
188 return toV8(static_cast<Entity*>(impl), forceNewObject);
190 return toV8(static_cast<ProcessingInstruction*>(impl), forceNewObject);
192 return toV8(static_cast<Comment*>(impl), forceNewObject);
194 return toV8(static_cas
[all...]
H A DV8CustomSQLStatementCallback.cpp66 toV8(transaction),
67 toV8(resultSet)
H A DV8CustomSQLStatementErrorCallback.cpp66 toV8(transaction),
67 toV8(error)
H A DV8DOMSelectionCustom.cpp39 v8::Handle<v8::Value> toV8(DOMSelection* impl) function in namespace:WebCore
H A DV8DataGridColumnListCustom.cpp59 return toV8(result);
H A DV8SVGDocumentCustom.cpp39 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject) function in namespace:WebCore
H A DV8ScreenCustom.cpp39 v8::Handle<v8::Value> toV8(Screen* impl) function in namespace:WebCore
H A DV8StyleSheetListCustom.cpp55 return toV8(item->sheet());
H A DV8HTMLFormElementCustom.cpp52 return toV8(formElement.release());
78 return toV8(elements.at(0).release());
81 return toV8(collection);
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 DV8DocumentCustom.cpp87 return toV8(result.release());
104 return toV8(static_cast<CanvasRenderingContext2D*>(result));
107 return toV8(static_cast<WebGLRenderingContext*>(result));
133 v8::Handle<v8::Value> wrapper = toV8(document->implementation());
141 v8::Handle<v8::Value> toV8(Document* impl, bool forceNewObject) function in namespace:WebCore
146 return toV8(static_cast<HTMLDocument*>(impl), forceNewObject);
149 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
H A DV8HTMLCollectionCustom.cpp53 return toV8(namedItems.at(0).release());
56 return toV8(list);
72 return toV8(result.release());
134 return toV8(node);
143 v8::Handle<v8::Value> toV8(HTMLCollection* impl) function in namespace:WebCore
146 return toV8(static_cast<HTMLAllCollection*>(impl));

Completed in 140 milliseconds

123