Searched refs:toNative (Results 1 - 25 of 110) sorted by relevance

12345

/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 DV8JavaScriptCallFrameCustom.cpp40 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
47 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
53 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
59 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
66 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
72 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
H A DV8CryptoCustom.cpp51 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(buffer));
54 Crypto* crypto = V8Crypto::toNative(info.Holder());
H A DV8ArrayBufferViewCustom.h50 static ArrayBufferView* toNative(v8::Handle<v8::Object>);
H A DV8FileReaderCustom.cpp43 FileReader* impl = V8FileReader::toNative(holder);
H A DV8HTMLOptionsCollectionCustom.cpp53 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder());
54 HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(info[0])));
72 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder());
H A DV8SubtleCryptoCustom.cpp23 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder());
30 TONATIVE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[2])) : 0);
31 TONATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[3])) : 0);
38 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder());
45 TONATIVE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[2])) : 0);
46 TONATIVE_VOID(ArrayBufferView*, data, info[3]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::ArrayBufferView>::Cast(info[3])) : 0);
53 SubtleCrypto* impl = V8SubtleCrypto::toNative(info.Holder());
60 TONATIVE_VOID(ArrayBufferView*, signature, info[2]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::ArrayBufferView>::Cast(info[2])) : 0);
61 TONATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[3])) : 0);
68 SubtleCrypto* impl = V8SubtleCrypto::toNative(inf
[all...]
H A DV8XSLTProcessorCustom.cpp55 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
67 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
83 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
H A DV8ArrayBufferCustom.cpp76 ArrayBuffer* V8ArrayBuffer::toNative(v8::Handle<v8::Object> object) function in class:WebCore::V8ArrayBuffer
82 return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object));
91 return reinterpret_cast<ArrayBuffer*>(WebCore::toNative(object));
96 return V8ArrayBuffer::hasInstance(value, isolate) ? V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(value)) : 0;
H A DV8CanvasRenderingContext2DCustom.cpp70 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
76 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
87 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
93 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
H A DV8TrackEventCustom.cpp44 TrackEvent* trackEvent = V8TrackEvent::toNative(info.Holder());
H A DV8ElementCustom.cpp51 Element* impl = V8Element::toNative(info.Holder());
67 Element* impl = V8Element::toNative(info.Holder());
88 Element* impl = V8Element::toNative(info.Holder());
97 Element* impl = V8Element::toNative(info.Holder());
108 Element* impl = V8Element::toNative(info.Holder());
117 Element* impl = V8Element::toNative(info.Holder());
131 Element* impl = V8Element::toNative(info.Holder());
144 Element* impl = V8Element::toNative(info.Holder());
H A DV8HTMLPlugInElementCustom.cpp49 HTMLPlugInElement* impl = C::toNative(info.Holder());
64 HTMLPlugInElement* impl = C::toNative(info.Holder());
108 HTMLPlugInElement* impl = V8HTMLAppletElement::toNative(info.Holder());
115 HTMLPlugInElement* impl = V8HTMLEmbedElement::toNative(info.Holder());
122 HTMLPlugInElement* impl = V8HTMLObjectElement::toNative(info.Holder());
130 HTMLPlugInElement* impl = C::toNative(info.Holder());
145 HTMLPlugInElement* impl = C::toNative(info.Holder());
H A DV8XMLHttpRequestCustom.cpp74 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
88 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
168 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
206 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
219 Document* document = V8Document::toNative(object);
224 Blob* blob = V8Blob::toNative(object);
229 DOMFormData* domFormData = V8FormData::toNative(object);
234 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object);
239 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object);
H A DV8BlobCustomHelpers.cpp117 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item));
121 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item));
125 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item));
H A DV8HistoryCustom.cpp46 History* history = V8History::toNative(info.Holder());
72 History* history = V8History::toNative(info.Holder());
88 History* history = V8History::toNative(info.Holder());
H A DV8ClientCustom.cpp21 Client* client = V8Client::toNative(info.Holder());
H A DV8DedicatedWorkerGlobalScopeCustom.cpp47 DedicatedWorkerGlobalScope* workerGlobalScope = V8DedicatedWorkerGlobalScope::toNative(info.Holder());
H A DV8DeviceOrientationEventCustom.cpp37 DeviceOrientationEvent* impl = V8DeviceOrientationEvent::toNative(info.Holder());
H A DV8EventCustom.cpp46 Event* event = V8Event::toNative(info.Holder());
H A DV8MessagePortCustom.cpp46 MessagePort* messagePort = V8MessagePort::toNative(info.Holder());
H A DV8NodeCustom.cpp64 Node* impl = V8Node::toNative(holder);
80 Node* impl = V8Node::toNative(holder);
96 Node* impl = V8Node::toNative(holder);
111 Node* impl = V8Node::toNative(holder);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebArrayBufferConverter.cpp53 WTF::ArrayBuffer* buffer = V8ArrayBuffer::toNative(value->ToObject());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestObject.cpp94 TestObject* impl = V8TestObject::toNative(holder);
108 TestObject* impl = V8TestObject::toNative(holder);
129 TestObject* impl = V8TestObject::toNative(holder);
143 TestObject* impl = V8TestObject::toNative(holder);
157 TestObject* impl = V8TestObject::toNative(holder);
172 TestObject* impl = V8TestObject::toNative(holder);
186 TestObject* impl = V8TestObject::toNative(holder);
201 TestObject* impl = V8TestObject::toNative(holder);
216 TestObject* impl = V8TestObject::toNative(holder);
231 TestObject* impl = V8TestObject::toNative(holde
[all...]
H A DV8TestInterfaceNode.cpp53 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
67 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
82 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
96 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
111 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
125 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
139 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holder);
153 Element* impl = V8Element::toNative(holder);
167 Element* impl = V8Element::toNative(holder);
183 TestInterfaceNode* impl = V8TestInterfaceNode::toNative(holde
[all...]

Completed in 325 milliseconds

12345