OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toV8
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGPathSegCustom.cpp
60
v8::Handle<v8::Value>
toV8
(SVGPathSeg* impl)
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_cast<SVGPathSegCurvetoQuadraticRel*>(impl))
[
all
...]
V8CSSRuleCustom.cpp
45
v8::Handle<v8::Value>
toV8
(CSSRule* impl)
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));
V8IDBAnyCustom.cpp
46
v8::Handle<v8::Value>
toV8
(IDBAny* impl)
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());
V8CSSValueCustom.cpp
45
v8::Handle<v8::Value>
toV8
(CSSValue* impl)
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));
V8EventCustom.cpp
89
return
toV8
(static_cast<MouseEvent*>(event)->clipboard());
99
return
toV8
(static_cast<ClipboardEvent*>(event)->clipboard());
104
v8::Handle<v8::Value>
toV8
(Event* impl)
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_cast<TouchEvent*>(impl))
[
all
...]
V8EntryCustom.cpp
47
v8::Handle<v8::Value>
toV8
(Entry* impl)
53
return
toV8
(static_cast<FileEntry*>(impl));
56
return
toV8
(static_cast<DirectoryEntry*>(impl));
V8EntrySyncCustom.cpp
47
v8::Handle<v8::Value>
toV8
(EntrySync* impl)
53
return
toV8
(static_cast<FileEntrySync*>(impl));
56
return
toV8
(static_cast<DirectoryEntrySync*>(impl));
V8ElementCustom.cpp
56
v8::Handle<v8::Value>
toV8
(Element* impl, bool forceNewObject)
61
return
toV8
(toHTMLElement(impl), forceNewObject);
64
return
toV8
(static_cast<SVGElement*>(impl), forceNewObject);
V8StyleSheetCustom.cpp
40
v8::Handle<v8::Value>
toV8
(StyleSheet* impl)
45
return
toV8
(static_cast<CSSStyleSheet*>(impl));
50
V8DOMWrapper::setHiddenReference(wrapper,
toV8
(ownerNode));
V8CSSStyleSheetCustom.cpp
39
v8::Handle<v8::Value>
toV8
(CSSStyleSheet* impl)
47
V8DOMWrapper::setHiddenReference(wrapper,
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
...]
V8ImageDataCustom.cpp
38
v8::Handle<v8::Value>
toV8
(ImageData* impl)
45
v8::Handle<v8::Value> pixelArray =
toV8
(impl->data());
V8MessageChannelConstructor.cpp
70
V8DOMWrapper::setHiddenReference(messageChannel,
toV8
(obj->port1()));
71
V8DOMWrapper::setHiddenReference(messageChannel,
toV8
(obj->port2()));
75
return
toV8
(obj.release(), messageChannel);
V8DOMTokenListCustom.cpp
41
v8::Handle<v8::Value>
toV8
(DOMTokenList* impl)
49
v8::Handle<v8::Value> elementValue =
toV8
(element);
V8NamedNodeMapCustom.cpp
54
return
toV8
(result.release());
75
return
toV8
(result.release());
78
v8::Handle<v8::Value>
toV8
(NamedNodeMap* impl)
86
V8DOMWrapper::setHiddenReference(wrapper,
toV8
(element));
V8PerformanceCustom.cpp
46
return
toV8
(imp->memory());
V8CustomSQLStatementErrorCallback.cpp
59
v8::Handle<v8::Value> transactionHandle =
toV8
(transaction);
60
v8::Handle<v8::Value> errorHandle =
toV8
(error);
V8CanvasPixelArrayCustom.cpp
36
v8::Handle<v8::Value>
toV8
(CanvasPixelArray* impl)
V8DataGridColumnListCustom.cpp
59
return
toV8
(result);
V8IDBKeyCustom.cpp
39
v8::Handle<v8::Value>
toV8
(IDBKey* key)
V8SVGDocumentCustom.cpp
41
v8::Handle<v8::Value>
toV8
(SVGDocument* impl, bool forceNewObject)
V8StyleSheetListCustom.cpp
55
return
toV8
(item->sheet());
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.h
63
inline v8::Handle<v8::Value>
toV8
(TestInterface* impl)
69
inline v8::Handle<v8::Value>
toV8
(PassRefPtr< TestInterface > impl)
71
return
toV8
(impl.get());
V8TestMediaQueryListListener.h
60
inline v8::Handle<v8::Value>
toV8
(TestMediaQueryListListener* impl)
66
inline v8::Handle<v8::Value>
toV8
(PassRefPtr< TestMediaQueryListListener > impl)
68
return
toV8
(impl.get());
Completed in 110 milliseconds
1
2
3
4