Searched defs:toV8ForMainWorld (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8EventTargetCustom.cpp56 v8::Handle<v8::Value> toV8ForMainWorld(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8IDBAnyCustom.cpp102 v8::Handle<v8::Value> toV8ForMainWorld(IDBAny* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:WebCore
H A DV8DataViewCustom.h76 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 DV8Float32ArrayCustom.h76 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 DV8Float64ArrayCustom.h76 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 DV8Int16ArrayCustom.h76 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 DV8Int32ArrayCustom.h76 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 DV8Int8ArrayCustom.h76 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 DV8Uint16ArrayCustom.h76 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 DV8Uint32ArrayCustom.h76 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 DV8Uint8ArrayCustom.h76 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 DV8Uint8ClampedArrayCustom.h76 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 DV8WorkerGlobalScopeCustom.cpp143 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 Dinterface.h88 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 DV8Float64Array.h82 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 DV8TestInterface.h93 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 DV8TestObject.h92 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 DV8TestActiveDOMObject.h83 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 DV8TestCustomAccessors.h91 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 DV8TestEvent.h84 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 DV8TestEventConstructor.h85 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 DV8TestEventTarget.h86 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 DV8TestException.h83 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 DV8TestExtendedEvent.h87 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 DV8TestInterfaceImplementedAs.h83 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);

Completed in 433 milliseconds

12