Searched refs:V8DOMWindowShell (Results 1 – 17 of 17) sorted by relevance
159 PassRefPtr<V8DOMWindowShell> V8DOMWindowShell::create(Frame* frame) in create()161 return adoptRef(new V8DOMWindowShell(frame)); in create()164 V8DOMWindowShell::V8DOMWindowShell(Frame* frame) in V8DOMWindowShell() function in WebCore::V8DOMWindowShell169 bool V8DOMWindowShell::isContextInitialized() in isContextInitialized()177 void V8DOMWindowShell::disposeContextHandles() in disposeContextHandles()199 void V8DOMWindowShell::destroyGlobal() in destroyGlobal()210 void V8DOMWindowShell::clearForClose() in clearForClose()220 void V8DOMWindowShell::clearForNavigation() in clearForNavigation()280 bool V8DOMWindowShell::initContextIfNeeded() in initContextIfNeeded()362 v8::Persistent<v8::Context> V8DOMWindowShell::createNewContext(v8::Handle<v8::Object> global, int e… in createNewContext()[all …]
50 class V8DOMWindowShell : public RefCounted<V8DOMWindowShell> {52 static PassRefPtr<V8DOMWindowShell> create(Frame*);96 V8DOMWindowShell(Frame*);
66 V8DOMWindowShell::installHiddenObjectPrototype(m_context->get()); in V8IsolatedContext()
272 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } in windowShell()320 RefPtr<V8DOMWindowShell> m_windowShell;
98 V8DOMWindowShell* shell = proxy->windowShell(); in addListener()
156 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context)); in getConstructorForContext()
198 , m_windowShell(V8DOMWindowShell::create(frame)) in V8Proxy()
53 V8DOMWindowShell::setLocation(window, toWebCoreString(value)); in locationAccessorSetter()
75 bindings/v8/V8DOMWindowShell.cpp \
137 bindings/v8/V8DOMWindowShell.cpp \1264 bindings/v8/V8DOMWindowShell.h \
1139 * bindings/v8/V8DOMWindowShell.cpp: Modified. Include CString.h and PlatformBridge.h10243 * bindings/v8/V8DOMWindowShell.cpp:10244 (WebCore::V8DOMWindowShell::createNewContext):10665 * bindings/v8/V8DOMWindowShell.cpp:11984 * bindings/v8/V8DOMWindowShell.cpp:11985 * bindings/v8/V8DOMWindowShell.h:13328 * bindings/v8/V8DOMWindowShell.cpp:13329 (WebCore::V8DOMWindowShell::disposeContextHandles):13782 * bindings/v8/V8DOMWindowShell.cpp:13783 * bindings/v8/V8DOMWindowShell.h:[all …]
18896 * bindings/v8/V8DOMWindowShell.cpp:18897 … (WebCore::V8DOMWindowShell::initContextIfNeeded): bail out if installHiddenObjectPrototype failed18898 …(WebCore::V8DOMWindowShell::installHiddenObjectPrototype): bail out if failed to fetch Object.prot…18899 * bindings/v8/V8DOMWindowShell.h: return false if installHiddenObjectPrototype failed21499 * bindings/v8/V8DOMWindowShell.cpp:21500 (WebCore::V8DOMWindowShell::createNewContext):29001 * bindings/v8/V8DOMWindowShell.cpp:29974 * bindings/v8/V8DOMWindowShell.cpp:29975 (WebCore::V8DOMWindowShell::setContext):29976 * bindings/v8/V8DOMWindowShell.h:[all …]
37571 * bindings/v8/V8DOMWindowShell.cpp:43835 * bindings/v8/V8DOMWindowShell.cpp:43836 (WebCore::V8DOMWindowShell::createNewContext):49428 Have V8DOMWindowShell ask the embedder whether to run a V8 extension49432 * bindings/v8/V8DOMWindowShell.cpp:49433 (WebCore::V8DOMWindowShell::createNewContext):51762 * bindings/v8/V8DOMWindowShell.cpp:51763 (WebCore::V8DOMWindowShell::createNewContext):52434 Have V8DOMWindowShell ask the embedder whether to run a V8 extension52438 * bindings/v8/V8DOMWindowShell.cpp:[all …]
5106 * bindings/v8/V8DOMWindowShell.cpp:5107 (WebCore::V8DOMWindowShell::createNewContext):7183 * bindings/v8/V8DOMWindowShell.cpp:7184 (WebCore::V8DOMWindowShell::createNewContext): Ditto.20336 * bindings/v8/V8DOMWindowShell.cpp:21691 * bindings/v8/V8DOMWindowShell.cpp:21694 (WebCore::V8DOMWindowShell::initContextIfNeeded):21931 * bindings/v8/V8DOMWindowShell.cpp:22148 * bindings/v8/V8DOMWindowShell.cpp:32410 Android and QtWebKit-V8 uses V8DOMWindowShell::setContext.[all …]
2011 'bindings/v8/V8DOMWindowShell.cpp',2012 'bindings/v8/V8DOMWindowShell.h',
16041 * bindings/v8/V8DOMWindowShell.cpp:43656 * bindings/v8/V8DOMWindowShell.cpp:43657 (WebCore::V8DOMWindowShell::initContextIfNeeded):
8405 Have V8DOMWindowShell ask the embedder whether to run a V8 extension8817 Have V8DOMWindowShell ask the embedder whether to run a V8 extension15954 (WebKit::shutdown): Call new WebCore::V8DOMWindowShell::uninitializeV8IfNeeded().25735 [v8] Move V8DOMWindowShell to ScriptController