HomeSort by relevance Sort by last modified time
    Searched refs:IsolatedWorld (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceDoNotCheckConstants.cpp 119 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceEmpty.cpp 114 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceEventTarget.cpp 114 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestException.cpp 131 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceConstructor3.cpp 147 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceCustomConstructor.cpp 133 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceNamedConstructor.cpp 165 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfacePython2.cpp 116 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestNamedConstructor.cpp 176 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestCustomAccessors.cpp 194 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceConstructor.cpp 193 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceConstructor2.cpp 182 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfacePython.cpp 219 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestNode.cpp 203 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestOverloadedConstructors.cpp 204 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceImplementedAs.cpp 221 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestEventTarget.cpp 320 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceEventConstructor.cpp 383 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8SupportTestInterface.cpp 468 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld)
V8TestInterfaceCheckSecurity.cpp 528 || V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, IsolatedWorld
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 116 holder = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(), IsolatedWorld));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 463 window = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(), IsolatedWorld));
474 windowWrapper = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(), IsolatedWorld));
592 DOMWrapperWorld* isolatedWorld = DOMWrapperWorld::isolatedWorld(isolate->GetEnteredContext());
593 if (isolatedWorld)
594 return IsolatedWorld;
606 return DOMWrapperWorld::isolatedWorld(isolate->GetCurrentContext());
DOMWrapperWorld.cpp 67 m_domDataStore = adoptPtr(new DOMDataStore(IsolatedWorld));
78 if (DOMWrapperWorld* world = isolatedWorld(context))
WrapperTypeInfo.h 56 IsolatedWorld,
V8WindowShell.cpp 267 v8::Handle<v8::ObjectTemplate> globalTemplate = V8Window::GetShadowObjectTemplate(m_isolate, m_world->isMainWorld() ? MainWorld : IsolatedWorld);
297 histogramName = "WebCore.V8WindowShell.createContext.IsolatedWorld";

Completed in 139 milliseconds

1 2