Searched refs:V8DOMWindowShell (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.h50 class V8DOMWindowShell : public RefCounted<V8DOMWindowShell> { class in namespace:WebCore
52 static PassRefPtr<V8DOMWindowShell> create(Frame*);
96 V8DOMWindowShell(Frame*);
H A DV8DOMWindowShell.cpp32 #include "V8DOMWindowShell.h"
155 PassRefPtr<V8DOMWindowShell> V8DOMWindowShell::create(Frame* frame)
157 return adoptRef(new V8DOMWindowShell(frame));
160 V8DOMWindowShell::V8DOMWindowShell(Frame* frame) function in class:WebCore::V8DOMWindowShell
165 bool V8DOMWindowShell::isContextInitialized()
173 void V8DOMWindowShell::disposeContextHandles()
195 void V8DOMWindowShell::destroyGlobal()
206 void V8DOMWindowShell
[all...]
H A DV8IsolatedContext.cpp56 // FIXME: We should be creating a new V8DOMWindowShell here instead of riping out the context.
66 V8DOMWindowShell::installHiddenObjectPrototype(m_context->get());
H A DPageScriptDebugServer.cpp98 V8DOMWindowShell* shell = proxy->windowShell();
H A DV8Proxy.h39 #include "V8DOMWindowShell.h"
264 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); }
312 RefPtr<V8DOMWindowShell> m_windowShell;
H A DV8DOMWrapper.cpp157 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context));
H A DV8Proxy.cpp190 , m_windowShell(V8DOMWindowShell::create(frame))
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DocumentLocationCustom.cpp53 V8DOMWindowShell::setLocation(window, toWebCoreString(value));
/external/webkit/Source/WebCore/
H A DAndroid.v8bindings.mk75 bindings/v8/V8DOMWindowShell.cpp \

Completed in 1022 milliseconds