HomeSort by relevance Sort by last modified time
    Searched refs:toV8 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/webkit/WebCore/bindings/v8/custom/
V8CSSRuleCustom.cpp 46 v8::Handle<v8::Value> toV8(CSSRule* impl)
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_cast<WebKitCSSKeyframesRule*>(impl))
    [all...]
V8SVGPathSegCustom.cpp 58 v8::Handle<v8::Value> toV8(SVGPathSeg* impl)
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_cast<SVGPathSegCurvetoQuadraticRel*>(impl))
    [all...]
V8CSSValueCustom.cpp 42 v8::Handle<v8::Value> toV8(CSSValue* impl)
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));
V8EventCustom.cpp 74 return toV8(static_cast<MouseEvent*>(event)->clipboard());
84 return toV8(static_cast<ClipboardEvent*>(event)->clipboard());
89 v8::Handle<v8::Value> toV8(Event* impl)
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_cast<TouchEvent*>(impl))
    [all...]
V8WebGLArrayCustom.cpp 46 v8::Handle<v8::Value> toV8(WebGLArray* impl)
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));
V8StyleSheetCustom.cpp 39 v8::Handle<v8::Value> toV8(StyleSheet* impl)
44 return toV8(static_cast<CSSStyleSheet*>(impl));
49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode));
V8HTMLElementCustom.cpp 38 v8::Handle<v8::Value> toV8(HTMLElement* impl, bool forceNewObject)
V8SVGElementCustom.cpp 4 * 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_cast<SVGEXEMPLARY") return toV8(static_cast<SVGOR CONSEQUENTIAL DAMAGES (INCLUDING") return (…)
    [all...]
V8CSSStyleSheetCustom.cpp 38 v8::Handle<v8::Value> toV8(CSSStyleSheet* impl)
46 wrapper->SetInternalField(V8CSSStyleSheet::ownerNodeIndex, toV8(ownerNode));
V8MessageChannelConstructor.cpp 70 messageChannel->SetInternalField(V8MessageChannel::port1Index, toV8(obj->port1()));
71 messageChannel->SetInternalField(V8MessageChannel::port2Index, toV8(obj->port2()));
75 return toV8(obj.release(), messageChannel);
V8CanvasPixelArrayCustom.cpp 36 v8::Handle<v8::Value> toV8(CanvasPixelArray* impl)
V8NamedNodeMapCustom.cpp 52 return toV8(result.release());
73 return toV8(result.release());
76 v8::Handle<v8::Value> toV8(NamedNodeMap* impl)
84 v8::Handle<v8::Value> owner = toV8(element);
V8NodeIteratorCustom.cpp 46 static inline v8::Handle<v8::Value> toV8(PassRefPtr<Node> object, ExceptionCode ec, ScriptState* state)
57 return toV8(object);
68 return toV8(result.release(), ec, &state);
79 return toV8(result.release(), ec, &state);
V8NodeCustom.cpp 166 v8::Handle<v8::Value> toV8(Node* impl, bool forceNewObject)
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_cast<Document*>(impl), forceNewObject)
    [all...]
V8CustomSQLStatementCallback.cpp 66 toV8(transaction),
67 toV8(resultSet)
V8CustomSQLStatementErrorCallback.cpp 66 toV8(transaction),
67 toV8(error)
V8DOMSelectionCustom.cpp 39 v8::Handle<v8::Value> toV8(DOMSelection* impl)
V8DataGridColumnListCustom.cpp 59 return toV8(result);
V8SVGDocumentCustom.cpp 39 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject)
V8ScreenCustom.cpp 39 v8::Handle<v8::Value> toV8(Screen* impl)
V8StyleSheetListCustom.cpp 55 return toV8(item->sheet());
V8HTMLFormElementCustom.cpp 52 return toV8(formElement.release());
78 return toV8(elements.at(0).release());
81 return toV8(collection);
V8ElementCustom.cpp 83 return toV8(result.release());
116 return toV8(result.release());
119 v8::Handle<v8::Value> toV8(Element* impl, bool forceNewObject)
124 return toV8(static_cast<HTMLElement*>(impl), forceNewObject);
127 return toV8(static_cast<SVGElement*>(impl), forceNewObject);
V8DocumentCustom.cpp 87 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)
146 return toV8(static_cast<HTMLDocument*>(impl), forceNewObject);
149 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
V8HTMLCollectionCustom.cpp 53 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)
146 return toV8(static_cast<HTMLAllCollection*>(impl));

Completed in 158 milliseconds

1 2 3