HomeSort by relevance Sort by last modified time
    Searched defs:isolatedWorld (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 68 DOMWrapperWorld* isolatedWorld = DOMWrapperWorld::isolatedWorld(v8::Context::GetEntered());
69 if (UNLIKELY(!!isolatedWorld))
70 return isolatedWorld->isolatedWorldDOMDataStore();
DOMWrapperWorld.h 62 static DOMWrapperWorld* isolatedWorld(v8::Handle<v8::Context> context)
V8Binding.cpp 441 window = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), IsolatedWorld));
452 windowWrapper = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), IsolatedWorld));
558 DOMWrapperWorld* isolatedWorld = DOMWrapperWorld::isolatedWorld(v8::Context::GetEntered());
559 if (isolatedWorld)
560 return IsolatedWorld;
572 return DOMWrapperWorld::isolatedWorld(v8::Context::GetCurrent());
ScriptController.cpp 319 DOMWrapperWorld* isolatedWorld = DOMWrapperWorld::isolatedWorld(context);
320 if (!isolatedWorld)
330 return contextForWorld(this, isolatedWorld);

Completed in 95 milliseconds