Home
last modified time | relevance | path

Searched refs:WebCoreJSClientData (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DWebCoreJSClientData.h32 class WebCoreJSClientData : public JSC::JSGlobalData::ClientData {
33 WTF_MAKE_NONCOPYABLE(WebCoreJSClientData); WTF_MAKE_FAST_ALLOCATED;
38 WebCoreJSClientData() { } in WebCoreJSClientData() function
39 virtual ~WebCoreJSClientData() in ~WebCoreJSClientData()
75 WebCoreJSClientData* webCoreJSClientData = new WebCoreJSClientData; in initNormalWorldClientData()
DDOMWrapperWorld.cpp46 static_cast<WebCoreJSClientData*>(clientData)->rememberWorld(this); in DOMWrapperWorld()
53 static_cast<WebCoreJSClientData*>(clientData)->forgetWorld(this); in ~DOMWrapperWorld()
74 return static_cast<WebCoreJSClientData*>(clientData)->normalWorld(); in normalWorld()
DDOMObjectHashTableMap.cpp34 return static_cast<WebCoreJSClientData*>(clientData)->hashTableMap; in mapFor()
DJSDOMBinding.cpp99 : m_pos(static_cast<WebCoreJSClientData*>(globalData->clientData)->m_worldSet.begin()) in JSGlobalDataWorldIterator()
100 , m_end(static_cast<WebCoreJSClientData*>(globalData->clientData)->m_worldSet.end()) in JSGlobalDataWorldIterator()
DScriptController.cpp175 …static_cast<WebCoreJSClientData*>(JSDOMWindow::commonJSGlobalData()->clientData)->getAllWorlds(wor… in getAllWorlds()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2423963 responsible for managing its presence in WebCoreJSClientData's world set.
23979 * bindings/js/WebCoreJSClientData.h:
23981 that WebCoreJSClientData must be set as globalData->clientData before
39018 Move DOMObjectHashTableMap, DOMWrapperWorld and WebCoreJSClientData into
39045 * bindings/js/WebCoreJSClientData.h: Copied from bindings/js/JSDOMBinding.h.
39046 (WebCore::WebCoreJSClientData::WebCoreJSClientData):
39047 (WebCore::WebCoreJSClientData::~WebCoreJSClientData):
39048 (WebCore::WebCoreJSClientData::normalWorld):
39049 (WebCore::WebCoreJSClientData::getAllWorlds):
39050 (WebCore::WebCoreJSClientData::rememberWorld):
[all …]
DWebCore.pro1345 bindings/js/WebCoreJSClientData.h \
DGNUmakefile.list.am856 Source/WebCore/bindings/js/WebCoreJSClientData.h \
DChangeLog-2010-01-2911180 (WebCore::WebCoreJSClientData::WebCoreJSClientData):
19985 class WebCoreJSClientData - bindings/js/JSDOMWindowBase.cpp:162
27117 (WebCore::WebCoreJSClientData::WebCoreJSClientData):
28998 (WebCore::WebCoreJSClientData::beginningExecution):
28999 (WebCore::WebCoreJSClientData::completedExecution):
32285 (WebCore::WebCoreJSClientData::getAllWorlds): Added. Copies all the
32290 WebCoreJSClientData.
42646 … * Replaces the single global DOM wrapper map (on the WebCoreJSClientData) with separate maps,
42717 (WebCore::WebCoreJSClientData::WebCoreJSClientData):
42718 (WebCore::WebCoreJSClientData::currentWorld):
[all …]
DGNUmakefile.am922 Source/WebCore/bindings/js/WebCoreJSClientData.h \
DWebCore.gypi1904 'bindings/js/WebCoreJSClientData.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4979 …4310CC000D817E /* WebCoreJSClientData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC53D910114…
11460 …0D817E /* WebCoreJSClientData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
18200 BC53D910114310CC000D817E /* WebCoreJSClientData.h */,
22852 BC53D911114310CC000D817E /* WebCoreJSClientData.h in Headers */,