HomeSort by relevance Sort by last modified time
    Searched refs:Wrappable (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DataViewCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(DataView* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<DataView>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(DataView* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<DataView>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< DataView > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Float32ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Float32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Float32Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Float32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Float32Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Float32Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Float64ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Float64Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Float64Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Float64Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Float64Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Float64Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Int16ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Int16Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int16Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int16Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int16Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Int16Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Int32ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Int32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int32Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int32Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Int32Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Int8ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Int8Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Int8Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Int8Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Int8Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Int8Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Uint16ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Uint16Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint16Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint16Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint16Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Uint16Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Uint32ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Uint32Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint32Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint32Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint32Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Uint32Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Uint8ArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Uint8Array* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint8Array>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint8Array* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint8Array>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Uint8Array > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8Uint8ClampedArrayCustom.h 81 template<class HolderContainer, class Wrappable>
82 inline v8::Handle<v8::Value> toV8Fast(Uint8ClampedArray* impl, const HolderContainer& container, Wrappable* wrappable)
84 return V8TypedArray<Uint8ClampedArray>::toV8Fast(impl, container, wrappable);
87 template<class HolderContainer, class Wrappable>
88 inline v8::Handle<v8::Value> toV8FastForMainWorld(Uint8ClampedArray* impl, const HolderContainer& container, Wrappable* wrappable)
90 return V8TypedArray<Uint8ClampedArray>::toV8FastForMainWorld(impl, container, wrappable);
93 template<class HolderContainer, class Wrappable>
94 inline v8::Handle<v8::Value> toV8FastForMainWorld(PassRefPtr< Uint8ClampedArray > impl, const HolderContainer& container, Wrappable* wrappable
    [all...]
V8ArrayBufferCustom.h 109 template<class CallbackInfo, class Wrappable>
110 inline v8::Handle<v8::Value> toV8Fast(ArrayBuffer* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
114 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8ArrayBuffer>(impl, callbackInfo, wrappable);
120 template<class CallbackInfo, class Wrappable>
121 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< ArrayBuffer > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
123 return toV8Fast(impl.get(), callbackInfo, wrappable);
131 template<class CallbackInfo, class Wrappable>
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 99 template<class CallbackInfo, class Wrappable>
100 inline v8::Handle<v8::Value> toV8Fast({{cpp_class_name}}* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
104 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<{{v8_class_name}}>(impl, callbackInfo, wrappable);
116 template<class CallbackInfo, class Wrappable>
117 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< {{cpp_class_name}} > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
119 return toV8Fast(impl.get(), callbackInfo, wrappable);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.h 93 template<class CallbackInfo, class Wrappable>
94 inline v8::Handle<v8::Value> toV8Fast(Float64Array* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
98 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8Float64Array>(impl, callbackInfo, wrappable);
110 template<class CallbackInfo, class Wrappable>
111 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< Float64Array > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
113 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestActiveDOMObject.h 94 template<class CallbackInfo, class Wrappable>
95 inline v8::Handle<v8::Value> toV8Fast(TestActiveDOMObject* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
99 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestActiveDOMObject>(impl, callbackInfo, wrappable);
111 template<class CallbackInfo, class Wrappable>
112 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestActiveDOMObject > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
114 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestEvent.h 95 template<class CallbackInfo, class Wrappable>
96 inline v8::Handle<v8::Value> toV8Fast(TestEvent* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
100 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestEvent>(impl, callbackInfo, wrappable);
112 template<class CallbackInfo, class Wrappable>
113 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestEvent > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
115 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestEventConstructor.h 96 template<class CallbackInfo, class Wrappable>
97 inline v8::Handle<v8::Value> toV8Fast(TestEventConstructor* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
101 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestEventConstructor>(impl, callbackInfo, wrappable);
113 template<class CallbackInfo, class Wrappable>
114 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestEventConstructor > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
116 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestEventTarget.h 97 template<class CallbackInfo, class Wrappable>
98 inline v8::Handle<v8::Value> toV8Fast(TestEventTarget* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
102 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestEventTarget>(impl, callbackInfo, wrappable);
114 template<class CallbackInfo, class Wrappable>
115 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestEventTarget > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
117 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestException.h 94 template<class CallbackInfo, class Wrappable>
95 inline v8::Handle<v8::Value> toV8Fast(TestException* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
99 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestException>(impl, callbackInfo, wrappable);
111 template<class CallbackInfo, class Wrappable>
112 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestException > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
114 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestExtendedEvent.h 98 template<class CallbackInfo, class Wrappable>
99 inline v8::Handle<v8::Value> toV8Fast(Event* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
103 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestExtendedEvent>(impl, callbackInfo, wrappable);
115 template<class CallbackInfo, class Wrappable>
116 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< Event > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
118 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestInterfaceImplementedAs.h 94 template<class CallbackInfo, class Wrappable>
95 inline v8::Handle<v8::Value> toV8Fast(RealClass* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
99 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestInterfaceImplementedAs>(impl, callbackInfo, wrappable);
111 template<class CallbackInfo, class Wrappable>
112 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< RealClass > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
114 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestMediaQueryListListener.h 94 template<class CallbackInfo, class Wrappable>
95 inline v8::Handle<v8::Value> toV8Fast(TestMediaQueryListListener* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
99 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestMediaQueryListListener>(impl, callbackInfo, wrappable);
111 template<class CallbackInfo, class Wrappable>
112 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestMediaQueryListListener > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
114 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestNamedConstructor.h 101 template<class CallbackInfo, class Wrappable>
102 inline v8::Handle<v8::Value> toV8Fast(TestNamedConstructor* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
106 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestNamedConstructor>(impl, callbackInfo, wrappable);
118 template<class CallbackInfo, class Wrappable>
119 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestNamedConstructor > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
121 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestNode.h 97 template<class CallbackInfo, class Wrappable>
98 inline v8::Handle<v8::Value> toV8Fast(TestNode* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
102 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestNode>(impl, callbackInfo, wrappable);
114 template<class CallbackInfo, class Wrappable>
115 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestNode > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
117 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestOverloadedConstructors.h 95 template<class CallbackInfo, class Wrappable>
96 inline v8::Handle<v8::Value> toV8Fast(TestOverloadedConstructors* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
100 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestOverloadedConstructors>(impl, callbackInfo, wrappable);
112 template<class CallbackInfo, class Wrappable>
113 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestOverloadedConstructors > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
115 return toV8Fast(impl.get(), callbackInfo, wrappable);
V8TestSerializedScriptValueInterface.h 95 template<class CallbackInfo, class Wrappable>
96 inline v8::Handle<v8::Value> toV8Fast(TestSerializedScriptValueInterface* impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
100 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestSerializedScriptValueInterface>(impl, callbackInfo, wrappable);
112 template<class CallbackInfo, class Wrappable>
113 inline v8::Handle<v8::Value> toV8Fast(PassRefPtr< TestSerializedScriptValueInterface > impl, const CallbackInfo& callbackInfo, Wrappable* wrappable)
115 return toV8Fast(impl.get(), callbackInfo, wrappable);

Completed in 272 milliseconds

1 2