DOMWrapperWorld 665 Source/bindings/templates/interface.cpp if (DOMWrapperWorld::current(isolate).isIsolatedWorld()) { DOMWrapperWorld 978 Source/bindings/templates/interface.cpp if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 988 Source/bindings/templates/interface.cpp if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 1206 Source/bindings/templates/interface.cpp if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 1247 Source/bindings/templates/interface.cpp DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); DOMWrapperWorld 232 Source/bindings/templates/interface.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 81 Source/bindings/tests/results/V8SVGTestInterface.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 81 Source/bindings/tests/results/V8TestException.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 78 Source/bindings/tests/results/V8TestInterface2.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 90 Source/bindings/tests/results/V8TestInterface3.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 555 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 81 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 82 Source/bindings/tests/results/V8TestInterfaceConstructor.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 82 Source/bindings/tests/results/V8TestInterfaceConstructor2.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 82 Source/bindings/tests/results/V8TestInterfaceConstructor3.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 83 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 107 Source/bindings/tests/results/V8TestInterfaceDocument.cpp DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); DOMWrapperWorld 78 Source/bindings/tests/results/V8TestInterfaceDocument.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 81 Source/bindings/tests/results/V8TestInterfaceEmpty.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 275 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp if (DOMWrapperWorld::current(isolate).isIsolatedWorld()) { DOMWrapperWorld 85 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 90 Source/bindings/tests/results/V8TestInterfaceEventTarget.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 88 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 87 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 83 Source/bindings/tests/results/V8TestInterfaceNode.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 86 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 84 Source/bindings/tests/results/V8TestNode.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 8086 Source/bindings/tests/results/V8TestObject.cpp if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 100 Source/bindings/tests/results/V8TestObject.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 81 Source/bindings/tests/results/V8TestSpecialOperations.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 81 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 82 Source/bindings/tests/results/V8TestTypedefs.h ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); DOMWrapperWorld 98 Source/bindings/v8/CustomElementWrapper.cpp if (!element->isUpgradedCustomElement() || DOMWrapperWorld::world(context).isIsolatedWorld()) DOMWrapperWorld 54 Source/bindings/v8/DOMDataStore.cpp return DOMWrapperWorld::current(isolate).domDataStore(); DOMWrapperWorld 61 Source/bindings/v8/DOMDataStore.h return !DOMWrapperWorld::isolatedWorldsExist() DOMWrapperWorld 77 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); DOMWrapperWorld 95 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); DOMWrapperWorld 43 Source/bindings/v8/DOMRequestState.h , m_world(DOMWrapperWorld::current(m_isolate)) DOMWrapperWorld 82 Source/bindings/v8/DOMRequestState.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 48 Source/bindings/v8/DOMWrapperWorld.cpp unsigned DOMWrapperWorld::isolatedWorldCount = 0; DOMWrapperWorld 49 Source/bindings/v8/DOMWrapperWorld.cpp DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0; DOMWrapperWorld 51 Source/bindings/v8/DOMWrapperWorld.cpp PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::create(int worldId, int extensionGroup) DOMWrapperWorld 53 Source/bindings/v8/DOMWrapperWorld.cpp return adoptRef(new DOMWrapperWorld(worldId, extensionGroup)); DOMWrapperWorld 56 Source/bindings/v8/DOMWrapperWorld.cpp DOMWrapperWorld::DOMWrapperWorld(int worldId, int extensionGroup) DOMWrapperWorld 63 Source/bindings/v8/DOMWrapperWorld.cpp DOMWrapperWorld& DOMWrapperWorld::mainWorld() DOMWrapperWorld 66 Source/bindings/v8/DOMWrapperWorld.cpp DEFINE_STATIC_REF(DOMWrapperWorld, cachedMainWorld, (DOMWrapperWorld::create(MainWorldId, mainWorldExtensionGroup))); DOMWrapperWorld 70 Source/bindings/v8/DOMWrapperWorld.cpp typedef HashMap<int, DOMWrapperWorld*> WorldMap; DOMWrapperWorld 78 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds) DOMWrapperWorld 87 Source/bindings/v8/DOMWrapperWorld.cpp DOMWrapperWorld::~DOMWrapperWorld() DOMWrapperWorld 109 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::dispose() DOMWrapperWorld 121 Source/bindings/v8/DOMWrapperWorld.cpp PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::ensureIsolatedWorld(int worldId, int extensionGroup) DOMWrapperWorld 127 Source/bindings/v8/DOMWrapperWorld.cpp RefPtr<DOMWrapperWorld> world = result.storedValue->value; DOMWrapperWorld 134 Source/bindings/v8/DOMWrapperWorld.cpp world = DOMWrapperWorld::create(worldId, extensionGroup); DOMWrapperWorld 150 Source/bindings/v8/DOMWrapperWorld.cpp SecurityOrigin* DOMWrapperWorld::isolatedWorldSecurityOrigin() DOMWrapperWorld 158 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::setIsolatedWorldSecurityOrigin(int worldId, PassRefPtr<SecurityOrigin> securityOrigin) DOMWrapperWorld 167 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::clearIsolatedWorldSecurityOrigin(int worldId) DOMWrapperWorld 181 Source/bindings/v8/DOMWrapperWorld.cpp bool DOMWrapperWorld::isolatedWorldHasContentSecurityPolicy() DOMWrapperWorld 189 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(int worldId, const String& policy) DOMWrapperWorld 198 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::clearIsolatedWorldContentSecurityPolicy(int worldId) DOMWrapperWorld 60 Source/bindings/v8/DOMWrapperWorld.h class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> { DOMWrapperWorld 62 Source/bindings/v8/DOMWrapperWorld.h static PassRefPtr<DOMWrapperWorld> create(int worldId = -1, int extensionGroup = -1); DOMWrapperWorld 65 Source/bindings/v8/DOMWrapperWorld.h static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup); DOMWrapperWorld 66 Source/bindings/v8/DOMWrapperWorld.h ~DOMWrapperWorld(); DOMWrapperWorld 70 Source/bindings/v8/DOMWrapperWorld.h static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds); DOMWrapperWorld 72 Source/bindings/v8/DOMWrapperWorld.h static DOMWrapperWorld& world(v8::Handle<v8::Context> context) DOMWrapperWorld 77 Source/bindings/v8/DOMWrapperWorld.h static DOMWrapperWorld& current(v8::Isolate* isolate) DOMWrapperWorld 89 Source/bindings/v8/DOMWrapperWorld.h static DOMWrapperWorld& mainWorld(); DOMWrapperWorld 118 Source/bindings/v8/DOMWrapperWorld.h static void setWorldOfInitializingWindow(DOMWrapperWorld* world) DOMWrapperWorld 127 Source/bindings/v8/DOMWrapperWorld.h DOMWrapperWorld(int worldId, int extensionGroup); DOMWrapperWorld 130 Source/bindings/v8/DOMWrapperWorld.h static DOMWrapperWorld* worldOfInitializingWindow; DOMWrapperWorld 87 Source/bindings/v8/NPV8Object.cpp return toV8Context(isolate, object->rootObject->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 12 Source/bindings/v8/NewScriptState.cpp PassRefPtr<NewScriptState> NewScriptState::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) DOMWrapperWorld 28 Source/bindings/v8/NewScriptState.cpp NewScriptState::NewScriptState(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) DOMWrapperWorld 15 Source/bindings/v8/NewScriptState.h class DOMWrapperWorld; DOMWrapperWorld 24 Source/bindings/v8/NewScriptState.h static PassRefPtr<NewScriptState> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>); DOMWrapperWorld 44 Source/bindings/v8/NewScriptState.h DOMWrapperWorld& world() const { return *m_world; } DOMWrapperWorld 53 Source/bindings/v8/NewScriptState.h NewScriptState(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>); DOMWrapperWorld 58 Source/bindings/v8/NewScriptState.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 67 Source/bindings/v8/PageScriptDebugServer.cpp if (isMainThread() && DOMWrapperWorld::windowIsBeingInitialized()) DOMWrapperWorld 116 Source/bindings/v8/PageScriptDebugServer.cpp V8WindowShell* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); DOMWrapperWorld 94 Source/bindings/v8/ScriptController.cpp , m_windowShell(V8WindowShell::create(frame, DOMWrapperWorld::mainWorld(), m_isolate)) DOMWrapperWorld 209 Source/bindings/v8/ScriptController.cpp return windowShell(DOMWrapperWorld::mainWorld())->isContextInitialized(); DOMWrapperWorld 212 Source/bindings/v8/ScriptController.cpp V8WindowShell* ScriptController::existingWindowShell(DOMWrapperWorld& world) DOMWrapperWorld 223 Source/bindings/v8/ScriptController.cpp V8WindowShell* ScriptController::windowShell(DOMWrapperWorld& world) DOMWrapperWorld 248 Source/bindings/v8/ScriptController.cpp DOMWrapperWorld& world = DOMWrapperWorld::current(m_isolate); DOMWrapperWorld 265 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, frame, DOMWrapperWorld::mainWorld()); DOMWrapperWorld 375 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(isolate, frame, DOMWrapperWorld::mainWorld()); DOMWrapperWorld 413 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, m_frame, DOMWrapperWorld::mainWorld()); DOMWrapperWorld 481 Source/bindings/v8/ScriptController.cpp windowShell(DOMWrapperWorld::mainWorld())->updateDocument(); DOMWrapperWorld 486 Source/bindings/v8/ScriptController.cpp windowShell(DOMWrapperWorld::mainWorld())->namedItemAdded(doc, name); DOMWrapperWorld 491 Source/bindings/v8/ScriptController.cpp windowShell(DOMWrapperWorld::mainWorld())->namedItemRemoved(doc, name); DOMWrapperWorld 585 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Context> v8Context = toV8Context(m_isolate, m_frame, DOMWrapperWorld::mainWorld()); DOMWrapperWorld 613 Source/bindings/v8/ScriptController.cpp RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::ensureIsolatedWorld(worldID, extensionGroup); DOMWrapperWorld 49 Source/bindings/v8/ScriptController.h class DOMWrapperWorld; DOMWrapperWorld 80 Source/bindings/v8/ScriptController.h V8WindowShell* windowShell(DOMWrapperWorld&); DOMWrapperWorld 81 Source/bindings/v8/ScriptController.h V8WindowShell* existingWindowShell(DOMWrapperWorld&); DOMWrapperWorld 56 Source/bindings/v8/ScriptPreprocessor.cpp frame->script().executeScriptInIsolatedWorld(ScriptPreprocessorIsolatedWorldId, sources, DOMWrapperWorld::mainWorldExtensionGroup, &scriptResults); DOMWrapperWorld 69 Source/bindings/v8/ScriptPreprocessor.cpp m_world = DOMWrapperWorld::ensureIsolatedWorld(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld::mainWorldExtensionGroup); DOMWrapperWorld 56 Source/bindings/v8/ScriptPreprocessor.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 54 Source/bindings/v8/ScriptPromiseResolver.cpp v8::Handle<v8::Context> v8Context = toV8Context(context, DOMWrapperWorld::current(isolate)); DOMWrapperWorld 158 Source/bindings/v8/ScriptPromiseResolver.h v8::Handle<v8::Context> v8Context = toV8Context(context, DOMWrapperWorld::current(m_isolate)); DOMWrapperWorld 166 Source/bindings/v8/ScriptPromiseResolver.h v8::Handle<v8::Context> v8Context = toV8Context(context, DOMWrapperWorld::current(m_isolate)); DOMWrapperWorld 114 Source/bindings/v8/ScriptState.cpp return ScriptState::forContext(toV8Context(isolate, frame, DOMWrapperWorld::mainWorld())); DOMWrapperWorld 41 Source/bindings/v8/ScriptState.h class DOMWrapperWorld; DOMWrapperWorld 2765 Source/bindings/v8/SerializedScriptValue.cpp Vector<RefPtr<DOMWrapperWorld> > worlds; DOMWrapperWorld 2766 Source/bindings/v8/SerializedScriptValue.cpp DOMWrapperWorld::allWorldsInMainThread(worlds); DOMWrapperWorld 46 Source/bindings/v8/V8AbstractEventListener.cpp V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, DOMWrapperWorld& world, v8::Isolate* isolate) DOMWrapperWorld 180 Source/bindings/v8/V8AbstractEventListener.cpp return m_isolate->InContext() && m_world == &DOMWrapperWorld::current(m_isolate); DOMWrapperWorld 112 Source/bindings/v8/V8AbstractEventListener.h DOMWrapperWorld& world() const { return *m_world; } DOMWrapperWorld 116 Source/bindings/v8/V8AbstractEventListener.h V8AbstractEventListener(bool isAttribute, DOMWrapperWorld&, v8::Isolate*); DOMWrapperWorld 142 Source/bindings/v8/V8AbstractEventListener.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 568 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Context> toV8Context(ExecutionContext* context, DOMWrapperWorld& world) DOMWrapperWorld 581 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Context> toV8Context(v8::Isolate* isolate, LocalFrame* frame, DOMWrapperWorld& world) DOMWrapperWorld 676 Source/bindings/v8/V8Binding.cpp , m_scriptState(NewScriptState::create(isolate->GetCurrentContext(), DOMWrapperWorld::create())) DOMWrapperWorld 664 Source/bindings/v8/V8Binding.h v8::Local<v8::Context> toV8Context(ExecutionContext*, DOMWrapperWorld&); DOMWrapperWorld 667 Source/bindings/v8/V8Binding.h v8::Local<v8::Context> toV8Context(v8::Isolate*, LocalFrame*, DOMWrapperWorld&); DOMWrapperWorld 720 Source/bindings/v8/V8Binding.h v8::Handle<v8::Context> v8Context = toV8Context(context, DOMWrapperWorld::current(isolate)); DOMWrapperWorld 44 Source/bindings/v8/V8DOMConfiguration.cpp bool isMainWorld = DOMWrapperWorld::current(isolate).isMainWorld(); DOMWrapperWorld 81 Source/bindings/v8/V8DOMConfiguration.cpp bool isMainWorld = DOMWrapperWorld::current(isolate).isMainWorld(); DOMWrapperWorld 79 Source/bindings/v8/V8DOMConfiguration.h if (DOMWrapperWorld::current(isolate).isMainWorld()) { DOMWrapperWorld 75 Source/bindings/v8/V8ErrorHandler.cpp if (DOMWrapperWorld::current(isolate).isWorkerWorld()) DOMWrapperWorld 42 Source/bindings/v8/V8EventListener.cpp : V8AbstractEventListener(isAttribute, DOMWrapperWorld::current(isolate), isolate) DOMWrapperWorld 92 Source/bindings/v8/V8Initializer.cpp if (DOMWrapperWorld::windowIsBeingInitialized()) DOMWrapperWorld 114 Source/bindings/v8/V8Initializer.cpp DOMWrapperWorld& world = DOMWrapperWorld::current(isolate); DOMWrapperWorld 222 Source/bindings/v8/V8Initializer.cpp RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, message->GetLineNumber(), message->GetStartColumn() + 1, &DOMWrapperWorld::current(isolate)); DOMWrapperWorld 56 Source/bindings/v8/V8LazyEventListener.cpp : V8AbstractEventListener(true, DOMWrapperWorld::mainWorld(), isolate) DOMWrapperWorld 52 Source/bindings/v8/V8PerContextData.cpp V8PerContextData::V8PerContextData(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) DOMWrapperWorld 76 Source/bindings/v8/V8PerContextData.cpp PassOwnPtr<V8PerContextData> V8PerContextData::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) DOMWrapperWorld 51 Source/bindings/v8/V8PerContextData.h class DOMWrapperWorld; DOMWrapperWorld 64 Source/bindings/v8/V8PerContextData.h static PassOwnPtr<V8PerContextData> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>); DOMWrapperWorld 100 Source/bindings/v8/V8PerContextData.h V8PerContextData(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>); DOMWrapperWorld 97 Source/bindings/v8/V8PerIsolateData.cpp if (DOMWrapperWorld::current(m_isolate).isMainWorld()) DOMWrapperWorld 131 Source/bindings/v8/V8PerIsolateData.cpp m_blinkInJSScriptState = NewScriptState::create(v8::Context::New(m_isolate), DOMWrapperWorld::create()); DOMWrapperWorld 80 Source/bindings/v8/V8WindowShell.cpp PassOwnPtr<V8WindowShell> V8WindowShell::create(LocalFrame* frame, DOMWrapperWorld& world, v8::Isolate* isolate) DOMWrapperWorld 85 Source/bindings/v8/V8WindowShell.cpp V8WindowShell::V8WindowShell(LocalFrame* frame, PassRefPtr<DOMWrapperWorld> world, v8::Isolate* isolate) DOMWrapperWorld 183 Source/bindings/v8/V8WindowShell.cpp DOMWrapperWorld::setWorldOfInitializingWindow(m_world.get()); DOMWrapperWorld 185 Source/bindings/v8/V8WindowShell.cpp DOMWrapperWorld::setWorldOfInitializingWindow(0); DOMWrapperWorld 213 Source/bindings/v8/V8WindowShell.cpp V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); DOMWrapperWorld 58 Source/bindings/v8/V8WindowShell.h static PassOwnPtr<V8WindowShell> create(LocalFrame*, DOMWrapperWorld&, v8::Isolate*); DOMWrapperWorld 81 Source/bindings/v8/V8WindowShell.h DOMWrapperWorld& world() { return *m_world; } DOMWrapperWorld 84 Source/bindings/v8/V8WindowShell.h V8WindowShell(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*); DOMWrapperWorld 110 Source/bindings/v8/V8WindowShell.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 71 Source/bindings/v8/WorkerScriptController.cpp m_world = DOMWrapperWorld::create(WorkerWorldId); DOMWrapperWorld 94 Source/bindings/v8/WorkerScriptController.h DOMWrapperWorld& world() const { return *m_world; } DOMWrapperWorld 109 Source/bindings/v8/WorkerScriptController.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 111 Source/bindings/v8/custom/V8ArrayBufferCustom.h ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld()); DOMWrapperWorld 95 Source/bindings/v8/custom/V8CustomEventCustom.cpp if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) DOMWrapperWorld 61 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame.get(), DOMWrapperWorld::current(info.GetIsolate())); DOMWrapperWorld 159 Source/bindings/v8/custom/V8MessageEventCustom.cpp if (DOMWrapperWorld::current(info.GetIsolate()).isIsolatedWorld()) DOMWrapperWorld 94 Source/bindings/v8/custom/V8TypedArrayCustom.h ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld()); DOMWrapperWorld 85 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Context> context = toV8Context(info.GetIsolate(), impl->frame(), DOMWrapperWorld::current(info.GetIsolate())); DOMWrapperWorld 166 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame, DOMWrapperWorld::current(info.GetIsolate())); DOMWrapperWorld 186 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Local<v8::Context> context = toV8Context(info.GetIsolate(), frame, DOMWrapperWorld::current(info.GetIsolate())); DOMWrapperWorld 324 Source/bindings/v8/custom/V8WindowCustom.cpp m_dialogContext = dialogFrame->frame() ? toV8Context(isolate, dialogFrame->frame(), DOMWrapperWorld::current(isolate)) : v8::Local<v8::Context>(); DOMWrapperWorld 553 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Context> context = toV8Context(isolate, frame, DOMWrapperWorld::current(isolate)); DOMWrapperWorld 60 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp DOMWrapperWorld& world = DOMWrapperWorld::current(info.GetIsolate()); DOMWrapperWorld 57 Source/core/events/ErrorEvent.cpp , m_world(DOMWrapperWorld::current(v8::Isolate::GetCurrent())) DOMWrapperWorld 62 Source/core/events/ErrorEvent.cpp ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) DOMWrapperWorld 56 Source/core/events/ErrorEvent.h static PassRefPtrWillBeRawPtr<ErrorEvent> create(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world) DOMWrapperWorld 64 Source/core/events/ErrorEvent.h static PassRefPtrWillBeRawPtr<ErrorEvent> createSanitizedError(DOMWrapperWorld* world) DOMWrapperWorld 81 Source/core/events/ErrorEvent.h DOMWrapperWorld* world() const { return m_world.get(); } DOMWrapperWorld 89 Source/core/events/ErrorEvent.h ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld*); DOMWrapperWorld 98 Source/core/events/ErrorEvent.h RefPtr<DOMWrapperWorld> m_world; DOMWrapperWorld 28 Source/core/events/EventListener.h class DOMWrapperWorld; DOMWrapperWorld 43 Source/core/inspector/InspectorController.h class DOMWrapperWorld; DOMWrapperWorld 40 Source/core/inspector/InspectorInspectorAgent.h class DOMWrapperWorld; DOMWrapperWorld 616 Source/core/inspector/InspectorOverlay.cpp v8::Handle<v8::Context> frameContext = toV8Context(isolate, frame.get(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 43 Source/core/inspector/InspectorPageAgent.h class DOMWrapperWorld; DOMWrapperWorld 242 Source/core/loader/EmptyClients.h virtual void dispatchDidClearWindowObjectInWorld(DOMWrapperWorld&) OVERRIDE { } DOMWrapperWorld 1401 Source/core/loader/FrameLoader.cpp Vector<RefPtr<DOMWrapperWorld> > worlds; DOMWrapperWorld 1402 Source/core/loader/FrameLoader.cpp DOMWrapperWorld::allWorldsInMainThread(worlds); DOMWrapperWorld 1407 Source/core/loader/FrameLoader.cpp void FrameLoader::dispatchDidClearWindowObjectInWorld(DOMWrapperWorld& world) DOMWrapperWorld 53 Source/core/loader/FrameLoader.h class DOMWrapperWorld; DOMWrapperWorld 150 Source/core/loader/FrameLoader.h void dispatchDidClearWindowObjectInWorld(DOMWrapperWorld&); DOMWrapperWorld 62 Source/core/loader/FrameLoaderClient.h class DOMWrapperWorld; DOMWrapperWorld 174 Source/core/loader/FrameLoaderClient.h virtual void dispatchDidClearWindowObjectInWorld(DOMWrapperWorld&) = 0; DOMWrapperWorld 628 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 654 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 681 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 786 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp v8::Handle<v8::Context> context = toV8Context(isolate, document->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 113 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld(DOMWrapperWorld& world) DOMWrapperWorld 58 Source/web/FrameLoaderClientImpl.h virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld&) OVERRIDE; DOMWrapperWorld 67 Source/web/InspectorFrontendClientImpl.cpp v8::Handle<v8::Context> frameContext = m_frontendPage->mainFrame() ? toV8Context(isolate, m_frontendPage->mainFrame(), DOMWrapperWorld::mainWorld()) : v8::Local<v8::Context>(); DOMWrapperWorld 141 Source/web/WebDevToolsFrontendImpl.cpp v8::Handle<v8::Context> frameContext = toV8Context(isolate, frame->frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 787 Source/web/WebFrameImpl.cpp DOMWrapperWorld::setIsolatedWorldSecurityOrigin(worldID, securityOrigin.get()); DOMWrapperWorld 793 Source/web/WebFrameImpl.cpp DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(worldID, policy); DOMWrapperWorld 884 Source/web/WebFrameImpl.cpp return toV8Context(V8PerIsolateData::mainThreadIsolate(), frame(), DOMWrapperWorld::mainWorld()); DOMWrapperWorld 67 Source/web/tests/CustomEventTest.cpp v8::Local<v8::Context> v8Context = WebCore::toV8Context(context, DOMWrapperWorld::mainWorld()); DOMWrapperWorld 75 Source/web/tests/CustomEventTest.cpp static PassRefPtr<TestListener> create(v8::Isolate* isolate, DOMWrapperWorld& world) DOMWrapperWorld 81 Source/web/tests/CustomEventTest.cpp TestListener(v8::Isolate* isolate, DOMWrapperWorld& world) DOMWrapperWorld 113 Source/web/tests/CustomEventTest.cpp RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::create();