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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferViewCustom.cpp 44 ArrayBufferView* V8ArrayBufferView::toNative(v8::Handle<v8::Object> object)
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(object)
    [all...]
V8JavaScriptCallFrameCustom.cpp 40 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());
V8CanvasRenderingContext2DCustom.cpp 63 return CanvasStyle::createFromGradient(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(value)));
66 return CanvasStyle::createFromPattern(V8CanvasPattern::toNative(v8::Handle<v8::Object>::Cast(value)));
73 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
79 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
88 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
94 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
V8ArrayBufferViewCustom.h 54 static ArrayBufferView* toNative(v8::Handle<v8::Object>);
V8FileReaderCustom.cpp 43 FileReader* imp = V8FileReader::toNative(holder);
V8TrackEventCustom.cpp 42 TrackEvent* trackEvent = V8TrackEvent::toNative(info.Holder());
V8DocumentCustom.cpp 63 RefPtr<Document> document = V8Document::toNative(info.Holder());
68 contextNode = V8Node::toNative(v8::Handle<v8::Object>::Cast(info[1]));
81 inResult = V8XPathResult::toNative(v8::Handle<v8::Object>::Cast(info[4]));
V8XSLTProcessorCustom.cpp 55 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder());
67 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder());
83 XSLTProcessor* imp = V8XSLTProcessor::toNative(info.Holder());
V8NodeCustom.cpp 65 Node* imp = V8Node::toNative(holder);
70 Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[0])) : 0;
71 Node* refChild = V8Node::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[1])) : 0;
81 Node* imp = V8Node::toNative(holder);
86 Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[0])) : 0;
87 Node* oldChild = V8Node::hasInstance(info[1], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[1])) : 0;
97 Node* imp = V8Node::toNative(holder);
102 Node* oldChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[0])) : 0;
112 Node* imp = V8Node::toNative(holder);
117 Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(info[0])) : 0
    [all...]
V8SVGLengthCustom.cpp 45 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
57 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
80 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
V8HTMLFrameElementCustom.cpp 47 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
V8HTMLOptionsCollectionCustom.cpp 70 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
80 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
81 HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(info[0])));
100 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
V8FormDataCustom.cpp 49 DOMFormData* domFormData = V8FormData::toNative(info.Holder());
55 Blob* blob = V8Blob::toNative(object);
V8PannerNodeCustom.cpp 36 PannerNode* imp = V8PannerNode::toNative(info.Holder());
60 PannerNode* imp = V8PannerNode::toNative(info.Holder());
V8HTMLPlugInElementCustom.cpp 49 HTMLPlugInElement* imp = C::toNative(info.Holder());
64 HTMLPlugInElement* imp = C::toNative(info.Holder());
108 HTMLPlugInElement* imp = V8HTMLAppletElement::toNative(info.Holder());
115 HTMLPlugInElement* imp = V8HTMLEmbedElement::toNative(info.Holder());
122 HTMLPlugInElement* imp = V8HTMLObjectElement::toNative(info.Holder());
130 HTMLPlugInElement* imp = C::toNative(info.Holder());
145 HTMLPlugInElement* imp = C::toNative(info.Holder());
V8XMLHttpRequestCustom.cpp 74 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
88 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
171 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
209 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
223 Document* document = V8Document::toNative(object);
228 Blob* blob = V8Blob::toNative(object);
233 DOMFormData* domFormData = V8FormData::toNative(object);
238 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object);
243 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(object);
V8BlobCustomHelpers.cpp 120 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item));
124 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item));
128 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item));
V8HTMLAllCollectionCustom.cpp 80 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder());
88 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder());
104 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder());
V8HistoryCustom.cpp 46 History* history = V8History::toNative(info.Holder());
73 History* history = V8History::toNative(info.Holder());
90 History* history = V8History::toNative(info.Holder());
V8BiquadFilterNodeCustom.cpp 36 BiquadFilterNode* imp = V8BiquadFilterNode::toNative(info.Holder());
V8CryptoCustom.cpp 40 // * Do not call V8Crypto::toNative()
55 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(buffer));
V8DedicatedWorkerGlobalScopeCustom.cpp 47 DedicatedWorkerGlobalScope* workerGlobalScope = V8DedicatedWorkerGlobalScope::toNative(info.Holder());
V8DeviceOrientationEventCustom.cpp 37 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(info.Holder());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObjectPython.cpp 114 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
127 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
147 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
160 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
173 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
187 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
200 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
214 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
227 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder());
240 TestObjectPython* imp = V8TestObjectPython::toNative(info.Holder())
    [all...]
V8TestObject.cpp 107 TestObj* imp = V8TestObject::toNative(info.Holder());
120 TestObj* imp = V8TestObject::toNative(info.Holder());
133 TestObj* imp = V8TestObject::toNative(info.Holder());
190 TestObj* imp = V8TestObject::toNative(info.Holder());
203 TestObj* imp = V8TestObject::toNative(info.Holder());
220 TestObj* imp = V8TestObject::toNative(info.Holder());
233 TestObj* imp = V8TestObject::toNative(info.Holder());
246 TestObj* imp = V8TestObject::toNative(info.Holder());
260 TestObj* imp = V8TestObject::toNative(info.Holder());
273 TestObj* imp = V8TestObject::toNative(info.Holder())
    [all...]

Completed in 1717 milliseconds

1 2 3 4 5