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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8EventTargetCustom.cpp 39 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
45 return toV8(static_cast<LocalDOMWindow*>(impl), creationContext, isolate);
V8ArrayBufferCustom.h 85 inline v8::Handle<v8::Value> toV8(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
135 inline v8::Handle<v8::Value> toV8(PassRefPtr< ArrayBuffer > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
137 return toV8(impl.get(), creationContext, isolate);
V8DataViewCustom.h 67 inline v8::Handle<v8::Value> toV8(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<DataView>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< DataView > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Float32ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Float32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Float64ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Float64Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Int16ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Int16Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Int32ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Int32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Int8ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Int8Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Uint16ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Uint16Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Uint32ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Uint32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Uint8ArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Uint8Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8Uint8ClampedArrayCustom.h 67 inline v8::Handle<v8::Value> toV8(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return V8TypedArray<Uint8ClampedArray>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8ClampedArray > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return toV8(impl.get(), creationContext, isolate);
V8WorkerGlobalScopeCustom.cpp 107 v8::Handle<v8::Value> toV8(WorkerGlobalScope* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8SVGTestInterface.h 54 inline v8::Handle<v8::Value> toV8(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<SVGTestInterface> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 return toV8(impl.get(), creationContext, isolate);
V8TestException.h 54 inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 return toV8(impl.get(), creationContext, isolate);
V8TestInterface.h 63 v8::Handle<v8::Value> toV8(TestInterfaceImplementation*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
68 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
74 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
80 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
83 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceImplementation> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
85 return toV8(impl.get(), creationContext, isolate);
V8TestInterface2.h 56 inline v8::Handle<v8::Value> toV8(TestInterface2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
109 return toV8(impl.get(), creationContext, isolate);
V8TestInterface3.h 63 inline v8::Handle<v8::Value> toV8(TestInterface3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
114 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
116 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceCheckSecurity.h 54 inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCheckSecurity> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceConstructor.h 61 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
112 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
114 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceConstructor2.h 55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceConstructor3.h 55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceConstructor4.h 55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor4* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor4> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceCustomConstructor.h 56 inline v8::Handle<v8::Value> toV8(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCustomConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
109 return toV8(impl.get(), creationContext, isolate);
V8TestInterfaceDocument.h 61 inline v8::Handle<v8::Value> toV8(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
112 inline v8::Handle<v8::Value> toV8(PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
114 return toV8(impl.get(), creationContext, isolate);

Completed in 400 milliseconds

1 2