Home
last modified time | relevance | path

Searched defs:world (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleScriptWorld.cpp50 PassRefPtr<InjectedBundleScriptWorld> InjectedBundleScriptWorld::getOrCreate(DOMWrapperWorld* world) in getOrCreate()
63 …static InjectedBundleScriptWorld* world = adoptRef(new InjectedBundleScriptWorld(mainThreadNormalW… in normalWorld() local
67 InjectedBundleScriptWorld::InjectedBundleScriptWorld(PassRefPtr<DOMWrapperWorld> world) in InjectedBundleScriptWorld()
/external/webkit/Source/WebCore/bindings/js/
DJSNodeCustom.h45 inline void* wrapperContext(DOMWrapperWorld* world, Node*) in wrapperContext()
50 inline JSDOMWrapper* getInlineCachedWrapper(DOMWrapperWorld* world, Node* node) in getInlineCachedWrapper()
57 inline bool setInlineCachedWrapper(DOMWrapperWorld* world, Node* node, JSDOMWrapper* wrapper) in setInlineCachedWrapper()
66 inline bool clearInlineCachedWrapper(DOMWrapperWorld* world, Node* node, JSDOMWrapper* wrapper) in clearInlineCachedWrapper()
DJSDOMGlobalObject.cpp45 …lobalObject(JSGlobalData& globalData, Structure* structure, PassRefPtr<DOMWrapperWorld> world, JSO… in JSDOMGlobalObject()
108 JSDOMGlobalObject* toJSDOMGlobalObject(Document* document, DOMWrapperWorld* world) in toJSDOMGlobalObject()
113 …Object* toJSDOMGlobalObject(ScriptExecutionContext* scriptExecutionContext, DOMWrapperWorld* world) in toJSDOMGlobalObject()
DWebCoreJSClientData.h55 void rememberWorld(DOMWrapperWorld* world) in rememberWorld()
60 void forgetWorld(DOMWrapperWorld* world) in forgetWorld()
DScriptState.cpp69 ScriptState* scriptStateFromNode(DOMWrapperWorld* world, Node* node) in scriptStateFromNode()
84 ScriptState* scriptStateFromPage(DOMWrapperWorld* world, Page* page) in scriptStateFromPage()
DJSNodeCustom.cpp83 static bool isObservable(JSNode* jsNode, Node* node, DOMWrapperWorld* world) in isObservable()
149 static inline bool isReachableFromDOM(JSNode* jsNode, Node* node, DOMWrapperWorld* world, MarkStack… in isReachableFromDOM()
178 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in isReachableFromOpaqueRoots() local
185 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in finalize() local
DScriptController.h78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell()
83 JSDOMWindowShell* existingWindowShell(DOMWrapperWorld* world) const in existingWindowShell()
88 JSDOMWindow* globalObject(DOMWrapperWorld* world) in globalObject()
DScriptController.cpp101 void ScriptController::destroyWindowShell(DOMWrapperWorld* world) in destroyWindowShell()
108 JSDOMWindowShell* ScriptController::createWindowShell(DOMWrapperWorld* world) in createWindowShell()
118 …Value ScriptController::evaluateInWorld(const ScriptSourceCode& sourceCode, DOMWrapperWorld* world) in evaluateInWorld()
211 JSDOMWindowShell* ScriptController::initScript(DOMWrapperWorld* world) in initScript()
494 ScriptValue ScriptController::executeScriptInWorld(DOMWrapperWorld* world, const String& script, bo… in executeScriptInWorld()
DJSNamedNodeMapCustom.cpp56 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in finalize() local
66 inline void* wrapperContext(DOMWrapperWorld* world, NamedNodeMap*) in wrapperContext()
DJSNodeListCustom.cpp57 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in finalize() local
67 inline void* wrapperContext(DOMWrapperWorld* world, NodeList*) in wrapperContext()
DJSDOMWindowShell.h66 DOMWrapperWorld* world() { return m_world.get(); } in world() function
DJSDOMBinding.h154 …inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld* world, void*) { return world->defaultWr… in wrapperOwner()
157 …template <typename DOMClass> inline JSDOMWrapper* getCachedWrapper(DOMWrapperWorld* world, DOMClas… in getCachedWrapper()
164 …template <typename DOMClass> inline void cacheWrapper(DOMWrapperWorld* world, DOMClass* domObject,… in cacheWrapper()
172 …template <typename DOMClass> inline void uncacheWrapper(DOMWrapperWorld* world, DOMClass* domObjec… in uncacheWrapper()
DDOMWrapperWorld.h47 inline JSDOMWrapperOwner::JSDOMWrapperOwner(DOMWrapperWorld* world) in JSDOMWrapperOwner()
DScriptCachedFrameData.cpp83 DOMWrapperWorld* world = iter->first.get(); in restore() local
DJSDOMGlobalObject.h68 DOMWrapperWorld* world() { return m_world.get(); } in world() function
/external/webkit/Source/WebKit/win/
DWebScriptWorld.cpp42 inline WebScriptWorld::WebScriptWorld(PassRefPtr<DOMWrapperWorld> world) in WebScriptWorld()
75 COMPtr<WebScriptWorld> WebScriptWorld::createInstance(PassRefPtr<DOMWrapperWorld> world) in createInstance()
80 COMPtr<WebScriptWorld> WebScriptWorld::findOrCreateWorld(DOMWrapperWorld* world) in findOrCreateWorld()
DWebScriptWorld.h46 WebCore::DOMWrapperWorld* world() const { return m_world.get(); } in world() function
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptWorld.mm38 RefPtr<DOMWrapperWorld> world; field
100 {
/external/webkit/Source/WebCore/page/
DPageGroup.cpp368 void PageGroup::addUserScriptToWorld(DOMWrapperWorld* world, const String& source, const KURL& url, in addUserScriptToWorld()
383 void PageGroup::addUserStyleSheetToWorld(DOMWrapperWorld* world, const String& source, const KURL& … in addUserStyleSheetToWorld()
403 void PageGroup::removeUserScriptFromWorld(DOMWrapperWorld* world, const KURL& url) in removeUserScriptFromWorld()
427 void PageGroup::removeUserStyleSheetFromWorld(DOMWrapperWorld* world, const KURL& url) in removeUserStyleSheetFromWorld()
458 void PageGroup::removeUserScriptsFromWorld(DOMWrapperWorld* world) in removeUserScriptsFromWorld()
473 void PageGroup::removeUserStyleSheetsFromWorld(DOMWrapperWorld* world) in removeUserStyleSheetsFromWorld()
/external/webkit/Source/WebKit/qt/Api/
Dqwebscriptworld_p.h41 WTF::RefPtr<WebCore::DOMWrapperWorld> world; variable
Dqwebscriptworld.cpp51 DOMWrapperWorld* QWebScriptWorld::world() const in world() function in QWebScriptWorld
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleScriptWorld.cpp42 RefPtr<InjectedBundleScriptWorld> world = InjectedBundleScriptWorld::create(); in WKBundleScriptWorldCreateWorld() local
/external/webkit/Source/WebCore/bindings/v8/
DV8IsolatedContext.h94 IsolatedWorld* world() const { return m_world.get(); } in world() function
/external/jmonkeyengine/engine/src/bullet-native/
DjmePhysicsSpace.cpp160 …btDiscreteDynamicsWorld* world = new btDiscreteDynamicsWorld(dispatcher, broadphase, solver, colli… in createPhysicsSpace() local
209 void jmePhysicsSpace::preTickCallback(btDynamicsWorld *world, btScalar timeStep) { in preTickCallback()
223 void jmePhysicsSpace::postTickCallback(btDynamicsWorld *world, btScalar timeStep) { in postTickCallback()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp460 JSGlobalContextRef WebFrame::jsContextForWorld(InjectedBundleScriptWorld* world) in jsContextForWorld()
575 …WebFrame::jsWrapperForWorld(InjectedBundleNodeHandle* nodeHandle, InjectedBundleScriptWorld* world) in jsWrapperForWorld()
587 …bFrame::jsWrapperForWorld(InjectedBundleRangeHandle* rangeHandle, InjectedBundleScriptWorld* world) in jsWrapperForWorld()

123