/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundleScriptWorld.cpp | 50 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/ |
D | JSNodeCustom.h | 45 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()
|
D | JSDOMGlobalObject.cpp | 45 …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()
|
D | WebCoreJSClientData.h | 55 void rememberWorld(DOMWrapperWorld* world) in rememberWorld() 60 void forgetWorld(DOMWrapperWorld* world) in forgetWorld()
|
D | ScriptState.cpp | 69 ScriptState* scriptStateFromNode(DOMWrapperWorld* world, Node* node) in scriptStateFromNode() 84 ScriptState* scriptStateFromPage(DOMWrapperWorld* world, Page* page) in scriptStateFromPage()
|
D | JSNodeCustom.cpp | 83 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
|
D | ScriptController.h | 78 JSDOMWindowShell* windowShell(DOMWrapperWorld* world) in windowShell() 83 JSDOMWindowShell* existingWindowShell(DOMWrapperWorld* world) const in existingWindowShell() 88 JSDOMWindow* globalObject(DOMWrapperWorld* world) in globalObject()
|
D | ScriptController.cpp | 101 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()
|
D | JSNamedNodeMapCustom.cpp | 56 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in finalize() local 66 inline void* wrapperContext(DOMWrapperWorld* world, NamedNodeMap*) in wrapperContext()
|
D | JSNodeListCustom.cpp | 57 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context); in finalize() local 67 inline void* wrapperContext(DOMWrapperWorld* world, NodeList*) in wrapperContext()
|
D | JSDOMWindowShell.h | 66 DOMWrapperWorld* world() { return m_world.get(); } in world() function
|
D | JSDOMBinding.h | 154 …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()
|
D | DOMWrapperWorld.h | 47 inline JSDOMWrapperOwner::JSDOMWrapperOwner(DOMWrapperWorld* world) in JSDOMWrapperOwner()
|
D | ScriptCachedFrameData.cpp | 83 DOMWrapperWorld* world = iter->first.get(); in restore() local
|
D | JSDOMGlobalObject.h | 68 DOMWrapperWorld* world() { return m_world.get(); } in world() function
|
/external/webkit/Source/WebKit/win/ |
D | WebScriptWorld.cpp | 42 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()
|
D | WebScriptWorld.h | 46 WebCore::DOMWrapperWorld* world() const { return m_world.get(); } in world() function
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebScriptWorld.mm | 38 RefPtr<DOMWrapperWorld> world; field 100 {
|
/external/webkit/Source/WebCore/page/ |
D | PageGroup.cpp | 368 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/ |
D | qwebscriptworld_p.h | 41 WTF::RefPtr<WebCore::DOMWrapperWorld> world; variable
|
D | qwebscriptworld.cpp | 51 DOMWrapperWorld* QWebScriptWorld::world() const in world() function in QWebScriptWorld
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleScriptWorld.cpp | 42 RefPtr<InjectedBundleScriptWorld> world = InjectedBundleScriptWorld::create(); in WKBundleScriptWorldCreateWorld() local
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8IsolatedContext.h | 94 IsolatedWorld* world() const { return m_world.get(); } in world() function
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmePhysicsSpace.cpp | 160 …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/ |
D | WebFrame.cpp | 460 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()
|