HomeSort by relevance Sort by last modified time
    Searched refs:toNative (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DedicatedWorkerContextCustom.cpp 48 DedicatedWorkerContext* workerContext = V8DedicatedWorkerContext::toNative(args.Holder());
V8DeviceOrientationEventCustom.cpp 44 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
54 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
64 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
72 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(args.Holder());
V8HTMLFrameSetElementCustom.cpp 51 HTMLFrameSetElement* imp = V8HTMLFrameSetElement::toNative(info.Holder());
V8HistoryCustom.cpp 63 History* history = V8History::toNative(args.Holder());
87 History* history = V8History::toNative(args.Holder());
95 History* history = V8History::toNative(host);
102 History* history = V8History::toNative(host);
V8WebKitAnimationCustom.cpp 42 WebKitAnimation* imp = V8WebKitAnimation::toNative(holder);
V8HTMLFormElementCustom.cpp 47 HTMLFormElement* form = V8HTMLFormElement::toNative(info.Holder());
58 HTMLFormElement* imp = V8HTMLFormElement::toNative(info.Holder());
V8NamedNodeMapCustom.cpp 49 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder());
70 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder());
V8NodeListCustom.cpp 47 NodeList* list = V8NodeList::toNative(info.Holder());
69 NodeList* list = V8NodeList::toNative(args.Holder());
V8XMLHttpRequestCustom.cpp 54 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
65 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(info.Holder());
127 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(args.Holder());
170 XMLHttpRequest* xmlHttpRequest = V8XMLHttpRequest::toNative(args.Holder());
183 Document* document = V8Document::toNative(object);
188 Blob* blob = V8Blob::toNative(object);
193 DOMFormData* domFormData = V8DOMFormData::toNative(object);
199 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object);
V8DOMStringMapCustom.cpp 44 if (V8DOMStringMap::toNative(info.Holder())->contains(toWebCoreString(name)))
52 return v8String(V8DOMStringMap::toNative(info.Holder())->item(toWebCoreString(name)));
59 V8DOMStringMap::toNative(info.Holder())->getNames(names);
76 V8DOMStringMap::toNative(info.Holder())->deleteItem(toWebCoreString(name), ec);
92 V8DOMStringMap::toNative(info.Holder())->setItem(toWebCoreString(name), toWebCoreString(value), ec);
V8DocumentCustom.cpp 72 RefPtr<Document> document = V8Document::toNative(args.Holder());
77 contextNode = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1]));
86 inResult = V8XPathResult::toNative(v8::Handle<v8::Object>::Cast(args[4]));
104 Document* imp = V8Document::toNative(holder);
148 Touch* touch = V8DOMWrapper::isWrapperOfType(args[i], &V8Touch::info) ? V8Touch::toNative(args[i]->ToObject()) : 0;
V8DOMWindowCustom.cpp 81 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
156 Frame* frame = V8DOMWindow::toNative(holder)->frame();
177 Frame* frame = V8DOMWindow::toNative(holder)->frame();
191 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
207 DOMWindow* imp = V8DOMWindow::toNative(info.Holder());
233 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
241 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
247 DOMWindow* window = V8DOMWindow::toNative(info.Holder());
258 DOMWindow* imp = V8DOMWindow::toNative(args.Holder());
291 DOMWindow* imp = V8DOMWindow::toNative(args.Holder())
    [all...]
V8DirectoryEntrySyncCustom.cpp 71 return V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(arg));
100 DirectoryEntrySync* imp = V8DirectoryEntrySync::toNative(args.Holder());
119 DirectoryEntrySync* imp = V8DirectoryEntrySync::toNative(args.Holder());
V8MessageEventCustom.cpp 48 MessageEvent* event = V8MessageEvent::toNative(info.Holder());
64 MessageEvent* event = V8MessageEvent::toNative(args.Holder());
77 sourceArg = V8DOMWindow::toNative(window);
V8SVGLengthCustom.cpp 45 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
59 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(info.Holder());
82 SVGPropertyTearOff<SVGLength>* wrapper = V8SVGLength::toNative(args.Holder());
V8DataViewCustom.cpp 62 DataView* imp = V8DataView::toNative(args.Holder());
79 DataView* imp = V8DataView::toNative(args.Holder());
96 DataView* imp = V8DataView::toNative(args.Holder());
112 DataView* imp = V8DataView::toNative(args.Holder());
V8DirectoryEntryCustom.cpp 52 DirectoryEntry* imp = V8DirectoryEntry::toNative(args.Holder());
73 EXCEPTION_BLOCK(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
95 DirectoryEntry* imp = V8DirectoryEntry::toNative(args.Holder());
116 EXCEPTION_BLOCK(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
V8HTMLAllCollectionCustom.cpp 89 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(info.Holder());
96 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder());
103 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder());
118 HTMLAllCollection* imp = V8HTMLAllCollection::toNative(args.Holder());
V8HTMLCollectionCustom.cpp 92 HTMLCollection* imp = V8HTMLCollection::toNative(info.Holder());
99 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
106 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
121 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
V8MessagePortCustom.cpp 48 MessagePort* messagePort = V8MessagePort::toNative(args.Holder());
103 portArray[i] = V8MessagePort::toNative(v8::Handle<v8::Object>::Cast(port));
V8NavigatorCustom.cpp 66 Navigator* navigator = V8Navigator::toNative(args.Holder());
106 Navigator* navigator = V8Navigator::toNative(args.Holder());
V8ScriptProfileNodeCustom.cpp 45 ScriptProfileNode* imp = V8ScriptProfileNode::toNative(info.Holder());
58 ScriptProfileNode* imp = V8ScriptProfileNode::toNative(info.Holder());
V8DeviceMotionEventCustom.cpp 130 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder);
140 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder);
150 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder);
160 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(holder);
168 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(args.Holder());
V8StorageCustom.cpp 45 Storage* storage = V8Storage::toNative(info.Holder());
60 Storage* storage = V8Storage::toNative(info.Holder());
86 Storage* storage = V8Storage::toNative(info.Holder());
97 Storage* storage = V8Storage::toNative(info.Holder());
132 Storage* storage = V8Storage::toNative(info.Holder());
V8WebGLRenderingContextCustom.cpp 200 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder());
234 location = V8WebGLUniformLocation::toNative(value->ToObject());
254 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder());
259 WebGLProgram* program = V8WebGLProgram::HasInstance(args[0]) ? V8WebGLProgram::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
283 WebGLRenderingContext* imp = V8WebGLRenderingContext::toNative(args.Holder());
303 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder());
325 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder());
345 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder());
350 WebGLProgram* program = V8WebGLProgram::HasInstance(args[0]) ? V8WebGLProgram::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
376 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(args.Holder())
    [all...]

Completed in 869 milliseconds

12 3 4