Searched defs:V8DOMWindowShell (Results 1 - 2 of 2) 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...]

Completed in 284 milliseconds