Home
last modified time | relevance | path

Searched refs:globalPrototype (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp263 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in instantiateV8Object() local
264 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in instantiateV8Object()
265 proxy = V8Proxy::retrieve(V8DOMWindow::toNative(globalPrototype)->frame()); in instantiateV8Object()
461 …v8::Handle<v8::Object> globalPrototype = v8::Handle<v8::Object>::Cast(context->Global()->GetProtot… in getEventListener() local
462 if (globalObjectPrototypeIsDOMWindow(globalPrototype)) in getEventListener()