Searched defs:toNative (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ArrayBufferViewCustom.cpp44 ArrayBufferView* V8ArrayBufferView::toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8ArrayBufferView
52 return V8Uint8Array::toNative(object);
55 return V8Int8Array::toNative(object);
58 return V8Uint16Array::toNative(object);
61 return V8Int16Array::toNative(object);
64 return V8Uint32Array::toNative(object);
67 return V8Int32Array::toNative(object);
70 return V8Float32Array::toNative(object);
73 return V8Float64Array::toNative(object);
76 return V8Uint8ClampedArray::toNative(objec
[all...]
H A DV8ArrayBufferCustom.cpp82 ArrayBuffer* V8ArrayBuffer::toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8ArrayBuffer
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestObjectPython.h48 static TestObjectPython* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestObjectPython
H A DV8SupportTestInterface.h48 static SupportTestInterface* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8SupportTestInterface
H A DV8TestCustomAccessors.h48 static TestCustomAccessors* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestCustomAccessors
H A DV8TestEventTarget.h49 static TestEventTarget* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestEventTarget
H A DV8TestException.h48 static TestException* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestException
H A DV8TestInterface.h49 static TestInterface* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterface
H A DV8TestInterfaceCheckSecurity.h48 static TestInterfaceCheckSecurity* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceCheckSecurity
H A DV8TestInterfaceConstructor.h48 static TestInterfaceConstructor* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceConstructor
H A DV8TestInterfaceConstructor2.h48 static TestInterfaceConstructor2* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceConstructor2
H A DV8TestInterfaceConstructor3.h48 static TestInterfaceConstructor3* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceConstructor3
H A DV8TestInterfaceCustomConstructor.h48 static TestInterfaceCustomConstructor* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceCustomConstructor
H A DV8TestInterfaceDoNotCheckConstants.h48 static TestInterfaceDoNotCheckConstants* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceDoNotCheckConstants
H A DV8TestInterfaceEmpty.h48 static TestInterfaceEmpty* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceEmpty
H A DV8TestInterfaceEventConstructor.h50 static TestInterfaceEventConstructor* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceEventConstructor
H A DV8TestInterfaceEventTarget.h49 static TestInterfaceEventTarget* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceEventTarget
H A DV8TestInterfaceImplementedAs.h48 static RealClass* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceImplementedAs
H A DV8TestInterfaceNamedConstructor.h54 static TestInterfaceNamedConstructor* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfaceNamedConstructor
H A DV8TestInterfacePython.h50 static TestInterfacePythonImplementation* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfacePython
H A DV8TestInterfacePython2.h48 static TestInterfacePython2* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestInterfacePython2
H A DV8TestNamedConstructor.h54 static TestNamedConstructor* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestNamedConstructor
H A DV8TestNode.h49 static TestNode* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestNode
H A DV8TestObject.h49 static TestObj* toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8TestObject
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h61 static {{cpp_class}}* toNative(v8::Handle<v8::Object> object) function in class:WebCore::__anon10865

Completed in 113 milliseconds

12