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

1 23 4

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8EventCustom.cpp 80 Event* event = V8Event::toNative(info.Holder());
86 Event* event = V8Event::toNative(info.Holder());
96 Event* event = V8Event::toNative(info.Holder());
V8AudioContextCustom.cpp 95 AudioContext* audioContext = toNative(args.Holder());
103 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(object);
V8InspectorFrontendHostCustom.cpp 74 Event* event = V8Event::toNative(eventWrapper);
106 InspectorFrontendHost* frontendHost = V8InspectorFrontendHost::toNative(args.Holder());
V8FileReaderCustom.cpp 68 FileReader* imp = V8FileReader::toNative(holder);
V8HTMLDocumentCustom.cpp 114 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(args.Holder());
123 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(args.Holder());
132 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(args.Holder());
173 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(holder);
V8HTMLPlugInElementCustom.cpp 50 HTMLPlugInElement* imp = C::toNative(info.Holder());
65 HTMLPlugInElement* imp = C::toNative(info.Holder());
135 HTMLPlugInElement* imp = C::toNative(info.Holder());
151 HTMLPlugInElement* imp = C::toNative(info.Holder());
V8SQLResultSetRowListCustom.cpp 56 SQLResultSetRowList* rowList = V8SQLResultSetRowList::toNative(args.Holder());
V8CSSStyleDeclarationCustom.cpp 163 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder());
196 CSSStyleDeclaration* imp = V8CSSStyleDeclaration::toNative(info.Holder());
V8GeolocationCustom.cpp 151 Geolocation* geolocation = V8Geolocation::toNative(args.Holder());
177 Geolocation* geolocation = V8Geolocation::toNative(args.Holder());
V8HTMLCanvasElementCustom.cpp 55 HTMLCanvasElement* imp = V8HTMLCanvasElement::toNative(holder);
101 HTMLCanvasElement* canvas = V8HTMLCanvasElement::toNative(holder);
V8WorkerContextCustom.cpp 52 WorkerContext* workerContext = V8WorkerContext::toNative(args.Holder());
103 WorkerContext* workerContext = V8WorkerContext::toNative(args.Holder());
V8SQLTransactionSyncCustom.cpp 91 SQLTransactionSync* transaction = V8SQLTransactionSync::toNative(args.Holder());
V8WorkerCustom.cpp 93 Worker* worker = V8Worker::toNative(args.Holder());
V8ArrayBufferViewCustom.h 46 ArrayBuffer* buf = V8ArrayBuffer::toNative(args[0]->ToObject());
171 CPlusPlusArrayType* impl = JavaScriptWrapperArrayType::toNative(args.Holder());
175 CPlusPlusArrayType* src = JavaScriptWrapperArrayType::toNative(args[0]->ToObject());
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.h 41 static TestInterface* toNative(v8::Handle<v8::Object> object)
V8TestMediaQueryListListener.h 39 static TestMediaQueryListListener* toNative(v8::Handle<v8::Object> object)
V8TestSerializedScriptValueInterface.h 41 static TestSerializedScriptValueInterface* toNative(v8::Handle<v8::Object> object)
V8TestObj.h 39 static TestObj* toNative(v8::Handle<v8::Object> object)
V8TestMediaQueryListListener.cpp 45 TestMediaQueryListListener* imp = V8TestMediaQueryListListener::toNative(args.Holder());
  /external/webkit/Source/WebCore/bindings/v8/
WorkerScriptController.cpp 119 WorkerContext* workerContext = V8WorkerContext::toNative(global);
WorkerScriptDebugServer.cpp 61 return V8DedicatedWorkerContext::toNative(prototype);
63 return V8SharedWorkerContext::toNative(prototype);
IntrusiveDOMWrapperMap.h 188 Node* node = V8Node::toNative(*target);
195 Node* node = V8Node::toNative(*entry);
204 Node* node = V8Node::toNative(*entry);
V8DOMWindowShell.cpp 136 DOMWindow* targetWindow = V8DOMWindow::toNative(window);
139 History* history = V8History::toNative(host);
142 Location* location = V8Location::toNative(host);
449 ASSERT(V8Document::toNative(wrapper) == document);
450 ASSERT(!document->isHTMLDocument() || (V8Document::toNative(v8::Handle<v8::Object>::Cast(wrapper->GetPrototype())) == document));
556 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder());
OptionsObject.cpp 135 return V8IDBKeyRange::toNative(v8::Handle<v8::Object>::Cast(v8Value));
ScriptProfiler.cpp 109 Node* node = V8Node::toNative(wrapper.As<v8::Object>());

Completed in 149 milliseconds

1 23 4