/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
H A D | V8EventTargetCustom.cpp | 56 v8::Handle<v8::Value> toV8ForMainWorld(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
|
H A D | V8IDBAnyCustom.cpp | 102 v8::Handle<v8::Value> toV8ForMainWorld(IDBAny* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
|
H A D | V8DataViewCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<DataView>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Float32ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Float32Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Float64ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Float64Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Int16ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Int16Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Int32ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Int32Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Int8ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Int8Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Uint16ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Uint16Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Uint32ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Uint32Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Uint8ArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Uint8Array>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8Uint8ClampedArrayCustom.h | 76 inline v8::Handle<v8::Value> toV8ForMainWorld(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 78 return V8TypedArray<Uint8ClampedArray>::toV8ForMainWorld(impl, creationContext, isolate);
|
H A D | V8WorkerGlobalScopeCustom.cpp | 143 v8::Handle<v8::Value> toV8ForMainWorld(WorkerGlobalScope* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
H A D | interface.h | 88 inline v8::Handle<v8::Value> toV8ForMainWorld({{cpp_class_name}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 110 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< {{cpp_class_name}} > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 112 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
H A D | V8Float64Array.h | 82 inline v8::Handle<v8::Value> toV8ForMainWorld(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 104 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 106 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestInterface.h | 93 inline v8::Handle<v8::Value> toV8ForMainWorld(TestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 115 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestInterface > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 117 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestObject.h | 92 inline v8::Handle<v8::Value> toV8ForMainWorld(TestObj* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 114 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestObj > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 116 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestActiveDOMObject.h | 83 inline v8::Handle<v8::Value> toV8ForMainWorld(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 105 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestActiveDOMObject > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 107 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestCustomAccessors.h | 91 inline v8::Handle<v8::Value> toV8ForMainWorld(TestCustomAccessors* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 113 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestCustomAccessors > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 115 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestEvent.h | 84 inline v8::Handle<v8::Value> toV8ForMainWorld(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 106 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestEvent > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 108 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestEventConstructor.h | 85 inline v8::Handle<v8::Value> toV8ForMainWorld(TestEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 107 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestEventConstructor > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 109 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestEventTarget.h | 86 inline v8::Handle<v8::Value> toV8ForMainWorld(TestEventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 108 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestEventTarget > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 110 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestException.h | 83 inline v8::Handle<v8::Value> toV8ForMainWorld(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 105 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestException > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 107 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestExtendedEvent.h | 87 inline v8::Handle<v8::Value> toV8ForMainWorld(Event* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 109 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< Event > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 111 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|
H A D | V8TestInterfaceImplementedAs.h | 83 inline v8::Handle<v8::Value> toV8ForMainWorld(RealClass* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 105 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< RealClass > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore 107 return toV8ForMainWorld(impl.get(), creationContext, isolate);
|