HomeSort by relevance Sort by last modified time
    Searched defs:toV8 (Results 26 - 41 of 41) sorted by null

12

  /external/webkit/Source/WebCore/bindings/v8/custom/
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...]
V8DataViewCustom.cpp 49 v8::Handle<v8::Value> toV8(DataView* impl)
V8NamedNodeMapCustom.cpp 54 return toV8(result.release());
75 return toV8(result.release());
78 v8::Handle<v8::Value> toV8(NamedNodeMap* impl)
86 V8DOMWrapper::setNamedHiddenReference(wrapper, "ownerNode", toV8(element));
V8ScriptProfileNodeCustom.cpp 51 result->Set(v8::Integer::New(index++), toV8(iter->get()));
62 v8::Handle<v8::Value> toV8(ScriptProfileNode* impl)
V8DOMStringMapCustom.cpp 98 v8::Handle<v8::Value> toV8(DOMStringMap* impl)
106 v8::Handle<v8::Value> elementValue = toV8(element);
V8HTMLCollectionCustom.cpp 53 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)
148 return toV8(static_cast<HTMLAllCollection*>(impl));
V8WorkerContextCustom.cpp 126 v8::Handle<v8::Value> toV8(WorkerContext* impl)
V8DocumentCustom.cpp 96 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)
127 return toV8(static_cast<HTMLDocument*>(impl), forceNewObject);
130 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
152 return toV8(touchList.release());
V8HTMLDocumentCustom.cpp 89 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)
V8LocationCustom.cpp 276 v8::Handle<v8::Value> toV8(Location* impl)
V8DOMWindowCustom.cpp 458 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)
  /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());
V8TestObj.h 64 inline v8::Handle<v8::Value> toV8(TestObj* impl)
70 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestObj > impl)
72 return toV8(impl.get());
V8TestSerializedScriptValueInterface.h 62 inline v8::Handle<v8::Value> toV8(TestSerializedScriptValueInterface* impl)
68 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestSerializedScriptValueInterface > impl)
70 return toV8(impl.get());
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 413 template <class T> inline v8::Handle<v8::Object> toV8(PassRefPtr<T> object, v8::Local<v8::Object> holder)

Completed in 369 milliseconds

12