Home
last modified time | relevance | path

Searched refs:JSDOMWindowShell (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.cpp42 ASSERT_CLASS_FITS_IN_CELL(JSDOMWindowShell);
44 const ClassInfo JSDOMWindowShell::s_info = { "JSDOMWindowShell", &Base::s_info, 0, 0 };
46 JSDOMWindowShell::JSDOMWindowShell(PassRefPtr<DOMWindow> window, DOMWrapperWorld* world) in JSDOMWindowShell() function in WebCore::JSDOMWindowShell
47 : Base(*world->globalData(), JSDOMWindowShell::createStructure(*world->globalData(), jsNull())) in JSDOMWindowShell()
54 JSDOMWindowShell::~JSDOMWindowShell() in ~JSDOMWindowShell()
58 void JSDOMWindowShell::setWindow(PassRefPtr<DOMWindow> domWindow) in setWindow()
76 void JSDOMWindowShell::markChildren(MarkStack& markStack) in markChildren()
83 UString JSDOMWindowShell::className() const in className()
88 bool JSDOMWindowShell::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, Property… in getOwnPropertySlot()
93 bool JSDOMWindowShell::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, Pr… in getOwnPropertyDescriptor()
[all …]
DScriptController.h67 typedef WTF::HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindowShell> > ShellMap;
75 JSDOMWindowShell* createWindowShell(DOMWrapperWorld*);
78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell()
83 JSDOMWindowShell* existingWindowShell(DOMWrapperWorld* world) const in existingWindowShell()
120 void attachDebugger(JSDOMWindowShell*, JSC::Debugger*);
172 JSDOMWindowShell* initScript(DOMWrapperWorld* world);
DScriptController.cpp108 JSDOMWindowShell* ScriptController::createWindowShell(DOMWrapperWorld* world) in createWindowShell()
111 …Strong<JSDOMWindowShell> windowShell(*world->globalData(), new JSDOMWindowShell(m_frame->domWindow… in createWindowShell()
112 Strong<JSDOMWindowShell> windowShell2(windowShell); in createWindowShell()
130 JSDOMWindowShell* shell = windowShell(world); in evaluateInWorld()
186 JSDOMWindowShell* windowShell = iter->second.get(); in clearWindowShell()
211 JSDOMWindowShell* ScriptController::initScript(DOMWrapperWorld* world) in initScript()
217 JSDOMWindowShell* windowShell = createWindowShell(world); in initScript()
259 if (JSDOMWindowShell* shell = scriptController->existingWindowShell(currentWorld(exec))) in processingUserGesture()
294 JSDOMWindowShell* shell = iter->second.get(); in anyPageIsProcessingUserGesture()
324 void ScriptController::attachDebugger(JSDOMWindowShell* shell, JSC::Debugger* debugger) in attachDebugger()
DJSDOMWindowBase.h37 class JSDOMWindowShell; variable
47 … JSDOMWindowBase(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<DOMWindow>, JSDOMWindowShell*);
80 JSDOMWindowShell* shell() const;
86 JSDOMWindowShell* m_shell;
DJSDOMWindowShell.h40 class JSDOMWindowShell : public JSC::JSNonFinalObject {
43 JSDOMWindowShell(PassRefPtr<DOMWindow>, DOMWrapperWorld* world);
44 virtual ~JSDOMWindowShell();
92 JSDOMWindowShell* toJSDOMWindowShell(Frame*, DOMWrapperWorld*);
DJSDOMWindowBase.cpp48 …lobalData& globalData, Structure* structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell) in JSDOMWindowBase()
166 JSDOMWindowShell* JSDOMWindowBase::shell() const in shell()
219 if (classInfo == &JSDOMWindowShell::s_info) in toJSDOMWindow()
220 return static_cast<JSDOMWindowShell*>(asObject(value))->window(); in toJSDOMWindow()
DJSEventTarget.cpp207 if (value.inherits(&JSDOMWindowShell::s_info)) in toEventTarget()
208 return static_cast<JSDOMWindowShell*>(asObject(value))->impl(); in toEventTarget()
DJSHTMLFrameSetElementCustom.cpp57 if (JSDOMWindowShell* window = toJSDOMWindowShell(doc->frame(), currentWorld(exec))) in nameGetter()
DScriptState.cpp65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld()); in mainWorldScriptState()
DScriptCachedFrameData.cpp84 JSDOMWindowShell* windowShell = iter->second.get(); in restore()
DJSHTMLDocumentCustom.cpp110 JSDOMWindowShell* wrapper = toJSDOMWindowShell(frame, currentWorld(exec)); in open()
DJSDOMWindowCustom.cpp811 if (object->inherits(&JSDOMWindowShell::s_info)) in toDOMWindow()
812 return static_cast<JSDOMWindowShell*>(object)->impl(); in toDOMWindow()
/external/webkit/Source/WebCore/bindings/objc/
DDOMUtility.mm57 #import "JSDOMWindowShell.h"
131 if (object->inherits(&WebCore::JSDOMWindowShell::s_info))
132 return kit(static_cast<WebCore::JSDOMWindowShell*>(object)->impl());
/external/webkit/Source/WebCore/bindings/
DScriptControllerBase.cpp98 JSDOMWindowShell* shell = windowShell(mainThreadNormalWorld()); in executeIfJavaScriptURL()
/external/webkit/Source/WebCore/
DUseJSC.cmake50 bindings/js/JSDOMWindowShell.cpp
DChangeLog-2011-02-1619 * bindings/js/JSDOMWindowShell.h:
703 * bindings/js/JSDOMWindowShell.cpp:
704 (WebCore::JSDOMWindowShell::setWindow):
11505 * bindings/js/JSDOMWindowShell.cpp:
11506 (WebCore::JSDOMWindowShell::setWindow):
12446 * bindings/js/JSDOMWindowShell.cpp:
12447 (WebCore::JSDOMWindowShell::JSDOMWindowShell):
12448 (WebCore::JSDOMWindowShell::setWindow):
12449 (WebCore::JSDOMWindowShell::markChildren):
12450 (WebCore::JSDOMWindowShell::unwrappedObject):
[all …]
DChangeLog-2009-06-165801 * bindings/js/JSDOMWindowShell.cpp:
5802 * bindings/js/JSDOMWindowShell.h:
5803 Remove JSDOMWindowShell::clear(). It was unused.
5824 * bindings/js/JSDOMWindowShell.cpp:
5825 * bindings/js/JSDOMWindowShell.h:
5831 Remove calls to JSDOMWindowShell::disconnectFrame() which only called
13844 * bindings/js/JSDOMWindowShell.cpp:
13845 (WebCore::JSDOMWindowShell::put):
13846 (WebCore::JSDOMWindowShell::putWithAttributes):
13847 (WebCore::JSDOMWindowShell::lookupGetter):
[all …]
DWebCore.pro268 bindings/js/JSDOMWindowShell.cpp \
1303 bindings/js/JSDOMWindowShell.h \
DChangeLog-2008-08-104802 * bindings/js/JSDOMWindowShell.cpp:
4803 (WebCore::JSDOMWindowShell::JSDOMWindowShell):
4804 (WebCore::JSDOMWindowShell::operator new):
8975 * bindings/js/JSDOMWindowShell.h:
8976 (WebCore::JSDOMWindowShell::classInfo):
10344 * bindings/js/JSDOMWindowShell.cpp:
10345 (WebCore::JSDOMWindowShell::operator new):
10346 * bindings/js/JSDOMWindowShell.h:
11685 * bindings/js/JSDOMWindowShell.cpp:
12389 * bindings/js/JSDOMWindowShell.cpp:
[all …]
DChangeLog-2010-01-291037 * bindings/js/JSDOMWindowShell.h:
1038 (WebCore::JSDOMWindowShell::createStructure):
11897 * bindings/js/JSDOMWindowShell.cpp:
11898 (WebCore::JSDOMWindowShell::getPropertyNames):
11899 (WebCore::JSDOMWindowShell::getOwnPropertyNames):
11900 * bindings/js/JSDOMWindowShell.h:
16318 equivalent of JSDOMWindowShell but with more data members because life
23023 * bindings/js/JSDOMWindowShell.cpp:
23024 * bindings/js/JSDOMWindowShell.h:
24449 ScriptControllerBase to JSDOMWindowShell, and an API change in
[all …]
DGNUmakefile.list.am692 Source/WebCore/bindings/js/JSDOMWindowShell.cpp \
693 Source/WebCore/bindings/js/JSDOMWindowShell.h \
DChangeLog6564 * bindings/js/JSDOMWindowShell.h:
14145 * bindings/js/JSDOMWindowShell.cpp:
14146 (WebCore::JSDOMWindowShell::visitChildren):
14147 * bindings/js/JSDOMWindowShell.h:
16036 * bindings/js/JSDOMWindowShell.cpp:
19000 * bindings/js/JSDOMWindowShell.cpp:
19001 (WebCore::JSDOMWindowShell::JSDOMWindowShell):
19002 (WebCore::JSDOMWindowShell::setWindow):
19003 * bindings/js/JSDOMWindowShell.h:
19004 (WebCore::JSDOMWindowShell::createStructure):
[all …]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp571 Frame* coreFrame = static_cast<JSDOMWindowShell*>(globalObjectObj)->window()->impl()->frame(); in frameForContext()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1201 if (!strcmp(globalObjectObj->classInfo()->className, "JSDOMWindowShell"))
1202 anyWorldGlobalObject = static_cast<JSDOMWindowShell*>(globalObjectObj)->window();
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2555 anyWorldGlobalObject = static_cast<JSDOMWindowShell*>(globalObjectObj)->window(); in stringByEvaluatingJavaScriptInScriptWorld()

12