Searched defs:toV8 (Results 26 - 41 of 41) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/v8/custom/
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...]
H A DV8DataViewCustom.cpp49 v8::Handle<v8::Value> toV8(DataView* impl) function in namespace:WebCore
H A DV8NamedNodeMapCustom.cpp54 return toV8(result.release());
75 return toV8(result.release());
78 v8::Handle<v8::Value> toV8(NamedNodeMap* impl) function in namespace:WebCore
86 V8DOMWrapper::setNamedHiddenReference(wrapper, "ownerNode", toV8(element));
H A DV8ScriptProfileNodeCustom.cpp51 result->Set(v8::Integer::New(index++), toV8(iter->get()));
62 v8::Handle<v8::Value> toV8(ScriptProfileNode* impl) function in namespace:WebCore
H A DV8DOMStringMapCustom.cpp98 v8::Handle<v8::Value> toV8(DOMStringMap* impl) function in namespace:WebCore
106 v8::Handle<v8::Value> elementValue = toV8(element);
H A DV8DocumentCustom.cpp96 return toV8(result.release());
113 return toV8(static_cast<CanvasRenderingContext2D*>(result));
116 return toV8(static_cast<WebGLRenderingContext*>(result));
122 v8::Handle<v8::Value> toV8(Document* impl, bool forceNewObject) function in namespace:WebCore
127 return toV8(static_cast<HTMLDocument*>(impl), forceNewObject);
130 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
152 return toV8(touchList.release());
H A DV8HTMLCollectionCustom.cpp53 return toV8(namedItems.at(0).release());
55 return toV8(V8NamedNodesCollection::create(namedItems));
74 return toV8(result.release());
136 return toV8(node);
145 v8::Handle<v8::Value> toV8(HTMLCollection* impl) function in namespace:WebCore
148 return toV8(static_cast<HTMLAllCollection*>(impl));
H A DV8WorkerContextCustom.cpp126 v8::Handle<v8::Value> toV8(WorkerContext* impl) function in namespace:WebCore
H A DV8HTMLDocumentCustom.cpp89 return toV8(frame->domWindow());
91 return toV8(node);
94 return toV8(items.release());
174 return toV8(htmlDocument->all());
183 v8::Handle<v8::Value> toV8(HTMLDocument* impl, bool forceNewObject) function in namespace:WebCore
H A DV8LocationCustom.cpp276 v8::Handle<v8::Value> toV8(Location* impl) function in namespace:WebCore
H A DV8DOMWindowCustom.cpp458 return toV8(openedWindow.release());
475 return toV8(child->domWindow());
498 return toV8(child->domWindow());
513 return toV8(items->firstItem());
514 return toV8(items.release());
587 v8::Handle<v8::Value> toV8(DOMWindow* window) function in namespace:WebCore
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
H A DV8TestInterface.h63 inline v8::Handle<v8::Value> toV8(TestInterface* impl) function in namespace:WebCore
69 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestInterface > impl) function in namespace:WebCore
71 return toV8(impl.get());
H A DV8TestMediaQueryListListener.h60 inline v8::Handle<v8::Value> toV8(TestMediaQueryListListener* impl) function in namespace:WebCore
66 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestMediaQueryListListener > impl) function in namespace:WebCore
68 return toV8(impl.get());
H A DV8TestObj.h64 inline v8::Handle<v8::Value> toV8(TestObj* impl) function in namespace:WebCore
70 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestObj > impl) function in namespace:WebCore
72 return toV8(impl.get());
H A DV8TestSerializedScriptValueInterface.h62 inline v8::Handle<v8::Value> toV8(TestSerializedScriptValueInterface* impl) function in namespace:WebCore
68 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestSerializedScriptValueInterface > impl) function in namespace:WebCore
70 return toV8(impl.get());
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h413 template <class T> inline v8::Handle<v8::Object> toV8(PassRefPtr<T> object, v8::Local<v8::Object> holder) function in namespace:WebCore

Completed in 324 milliseconds

12