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

12

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSRuleCustom.cpp45 v8::Handle<v8::Value> toV8(CSSRule* impl) function in namespace:WebCore
51 return toV8(static_cast<CSSStyleRule*>(impl));
53 return toV8(static_cast<CSSCharsetRule*>(impl));
55 return toV8(static_cast<CSSImportRule*>(impl));
57 return toV8(static_cast<CSSMediaRule*>(impl));
59 return toV8(static_cast<CSSFontFaceRule*>(impl));
61 return toV8(static_cast<CSSPageRule*>(impl));
63 return toV8(static_cast<WebKitCSSKeyframeRule*>(impl));
65 return toV8(static_cast<WebKitCSSKeyframesRule*>(impl));
H A DV8CSSStyleSheetCustom.cpp39 v8::Handle<v8::Value> toV8(CSSStyleSheet* impl) function in namespace:WebCore
47 V8DOMWrapper::setHiddenReference(wrapper, toV8(ownerNode));
H A DV8CSSValueCustom.cpp45 v8::Handle<v8::Value> toV8(CSSValue* impl) function in namespace:WebCore
50 return toV8(static_cast<WebKitCSSTransformValue*>(impl));
52 return toV8(static_cast<CSSValueList*>(impl));
54 return toV8(static_cast<CSSPrimitiveValue*>(impl));
57 return toV8(static_cast<SVGPaint*>(impl));
59 return toV8(static_cast<SVGColor*>(impl));
H A DV8CanvasPixelArrayCustom.cpp36 v8::Handle<v8::Value> toV8(CanvasPixelArray* impl) function in namespace:WebCore
H A DV8ElementCustom.cpp56 v8::Handle<v8::Value> toV8(Element* impl, bool forceNewObject) function in namespace:WebCore
61 return toV8(toHTMLElement(impl), forceNewObject);
64 return toV8(static_cast<SVGElement*>(impl), forceNewObject);
H A DV8EntryCustom.cpp47 v8::Handle<v8::Value> toV8(Entry* impl) function in namespace:WebCore
53 return toV8(static_cast<FileEntry*>(impl));
56 return toV8(static_cast<DirectoryEntry*>(impl));
H A DV8EntrySyncCustom.cpp47 v8::Handle<v8::Value> toV8(EntrySync* impl) function in namespace:WebCore
53 return toV8(static_cast<FileEntrySync*>(impl));
56 return toV8(static_cast<DirectoryEntrySync*>(impl));
H A DV8HTMLElementCustom.cpp38 v8::Handle<v8::Value> toV8(HTMLElement* impl, bool forceNewObject) function in namespace:WebCore
H A DV8IDBAnyCustom.cpp46 v8::Handle<v8::Value> toV8(IDBAny* impl) function in namespace:WebCore
57 return toV8(impl->idbCursor());
59 return toV8(impl->idbCursorWithValue());
61 return toV8(impl->idbDatabase());
63 return toV8(impl->idbFactory());
65 return toV8(impl->idbIndex());
67 return toV8(impl->idbKey());
69 return toV8(impl->idbObjectStore());
71 return toV8(impl->idbTransaction());
H A DV8IDBKeyCustom.cpp39 v8::Handle<v8::Value> toV8(IDBKey* key) function in namespace:WebCore
H A DV8SVGDocumentCustom.cpp41 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.cpp60 v8::Handle<v8::Value> toV8(SVGPathSeg* impl) function in namespace:WebCore
66 return toV8(static_cast<SVGPathSegClosePath*>(impl));
68 return toV8(static_cast<SVGPathSegMovetoAbs*>(impl));
70 return toV8(static_cast<SVGPathSegMovetoRel*>(impl));
72 return toV8(static_cast<SVGPathSegLinetoAbs*>(impl));
74 return toV8(static_cast<SVGPathSegLinetoRel*>(impl));
76 return toV8(static_cast<SVGPathSegCurvetoCubicAbs*>(impl));
78 return toV8(static_cast<SVGPathSegCurvetoCubicRel*>(impl));
80 return toV8(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl));
82 return toV8(static_cas
[all...]
H A DV8ScriptProfileCustom.cpp42 v8::Handle<v8::Value> toV8(ScriptProfile* impl) function in namespace:WebCore
H A DV8StyleSheetCustom.cpp40 v8::Handle<v8::Value> toV8(StyleSheet* impl) function in namespace:WebCore
45 return toV8(static_cast<CSSStyleSheet*>(impl));
50 V8DOMWrapper::setHiddenReference(wrapper, toV8(ownerNode));
H A DV8DOMTokenListCustom.cpp41 v8::Handle<v8::Value> toV8(DOMTokenList* impl) function in namespace:WebCore
49 v8::Handle<v8::Value> elementValue = toV8(element);
H A DV8ImageDataCustom.cpp38 v8::Handle<v8::Value> toV8(ImageData* impl) function in namespace:WebCore
45 v8::Handle<v8::Value> pixelArray = toV8(impl->data());
H A DV8Float32ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Float32Array* impl) function in namespace:WebCore
H A DV8Int16ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Int16Array* impl) function in namespace:WebCore
H A DV8Int32ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Int32Array* impl) function in namespace:WebCore
H A DV8Int8ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Int8Array* impl) function in namespace:WebCore
H A DV8Uint16ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Uint16Array* impl) function in namespace:WebCore
H A DV8Uint32ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Uint32Array* impl) function in namespace:WebCore
H A DV8Uint8ArrayCustom.cpp56 v8::Handle<v8::Value> toV8(Uint8Array* impl) function in namespace:WebCore
H A DV8EventCustom.cpp89 return toV8(static_cast<MouseEvent*>(event)->clipboard());
99 return toV8(static_cast<ClipboardEvent*>(event)->clipboard());
104 v8::Handle<v8::Value> toV8(Event* impl) function in namespace:WebCore
110 return toV8(static_cast<KeyboardEvent*>(impl));
112 return toV8(static_cast<TextEvent*>(impl));
114 return toV8(static_cast<MouseEvent*>(impl));
116 return toV8(static_cast<WheelEvent*>(impl));
119 return toV8(static_cast<SVGZoomEvent*>(impl));
122 return toV8(static_cast<CompositionEvent*>(impl));
125 return toV8(static_cas
[all...]

Completed in 934 milliseconds

12