Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWindowShell.cpp159 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::V8DOMWindowShell
169 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 …]
DV8DOMWindowShell.h50 class V8DOMWindowShell : public RefCounted<V8DOMWindowShell> {
52 static PassRefPtr<V8DOMWindowShell> create(Frame*);
96 V8DOMWindowShell(Frame*);
DV8IsolatedContext.cpp66 V8DOMWindowShell::installHiddenObjectPrototype(m_context->get()); in V8IsolatedContext()
DV8Proxy.h272 V8DOMWindowShell* windowShell() const { return m_windowShell.get(); } in windowShell()
320 RefPtr<V8DOMWindowShell> m_windowShell;
DPageScriptDebugServer.cpp98 V8DOMWindowShell* shell = proxy->windowShell(); in addListener()
DV8DOMWrapper.cpp156 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context)); in getConstructorForContext()
DV8Proxy.cpp198 , m_windowShell(V8DOMWindowShell::create(frame)) in V8Proxy()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8DocumentLocationCustom.cpp53 V8DOMWindowShell::setLocation(window, toWebCoreString(value)); in locationAccessorSetter()
/external/webkit/Source/WebCore/
DAndroid.v8bindings.mk75 bindings/v8/V8DOMWindowShell.cpp \
DWebCore.pro137 bindings/v8/V8DOMWindowShell.cpp \
1264 bindings/v8/V8DOMWindowShell.h \
DChangeLog-2010-01-291139 * bindings/v8/V8DOMWindowShell.cpp: Modified. Include CString.h and PlatformBridge.h
10243 * 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 …]
DChangeLog-2010-05-2418896 * bindings/v8/V8DOMWindowShell.cpp:
18897 … (WebCore::V8DOMWindowShell::initContextIfNeeded): bail out if installHiddenObjectPrototype failed
18898 …(WebCore::V8DOMWindowShell::installHiddenObjectPrototype): bail out if failed to fetch Object.prot…
18899 * bindings/v8/V8DOMWindowShell.h: return false if installHiddenObjectPrototype failed
21499 * 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 …]
DChangeLog-2010-12-0637571 * bindings/v8/V8DOMWindowShell.cpp:
43835 * bindings/v8/V8DOMWindowShell.cpp:
43836 (WebCore::V8DOMWindowShell::createNewContext):
49428 Have V8DOMWindowShell ask the embedder whether to run a V8 extension
49432 * 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 extension
52438 * bindings/v8/V8DOMWindowShell.cpp:
[all …]
DChangeLog-2011-02-165106 * 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 …]
DWebCore.gypi2011 'bindings/v8/V8DOMWindowShell.cpp',
2012 'bindings/v8/V8DOMWindowShell.h',
DChangeLog16041 * bindings/v8/V8DOMWindowShell.cpp:
43656 * bindings/v8/V8DOMWindowShell.cpp:
43657 (WebCore::V8DOMWindowShell::initContextIfNeeded):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-168405 Have V8DOMWindowShell ask the embedder whether to run a V8 extension
8817 Have V8DOMWindowShell ask the embedder whether to run a V8 extension
15954 (WebKit::shutdown): Call new WebCore::V8DOMWindowShell::uninitializeV8IfNeeded().
25735 [v8] Move V8DOMWindowShell to ScriptController