Searched refs:worlds (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DWebCoreJSClientData.h50 void getAllWorlds(Vector<RefPtr<DOMWrapperWorld> >& worlds) argument
52 copyToVector(m_worldSet, worlds);
H A DScriptController.cpp166 void ScriptController::getAllWorlds(Vector<RefPtr<DOMWrapperWorld> >& worlds) argument
168 static_cast<WebCoreJSClientData*>(JSDOMWindow::commonVM()->clientData)->getAllWorlds(worlds);
H A DSerializedScriptValue.cpp1788 Vector<RefPtr<DOMWrapperWorld> > worlds; local
1789 static_cast<WebCoreJSClientData*>(exec->vm().clientData)->getAllWorlds(worlds);
1808 for (size_t worldIndex = worlds.size(); worldIndex--;) {
1809 DOMWrapperWorld* world = worlds[worldIndex].get();
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DJavaMap.pm132 use in both worlds, C<myorg.customAppender>. You write a
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DJavaMap.pm132 use in both worlds, C<myorg.customAppender>. You write a
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp3277 Vector<RefPtr<DOMWrapperWorld> > worlds;
3278 ScriptController::getAllWorlds(worlds);
3279 for (size_t i = 0; i < worlds.size(); ++i)
3280 dispatchDidClearWindowObjectInWorld(worlds[i].get());
3300 Vector<RefPtr<DOMWrapperWorld> > worlds; local
3301 ScriptController::getAllWorlds(worlds);
3302 for (size_t i = 0; i < worlds.size(); ++i)
3303 m_client->dispatchGlobalObjectAvailable(worlds[i].get());
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices6129 ms-v-worlds 2525/udp # MS V-Worlds
6130 ms-v-worlds 2525/tcp # MS V-Worlds

Completed in 302 milliseconds