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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 40 DOMDataStore::DOMDataStore(bool isMainWorld)
41 : m_isMainWorld(isMainWorld)
V8WindowShell.cpp 213 if (!m_world->isMainWorld()) {
224 if (m_world->isMainWorld()) {
281 if (!m_world->isMainWorld())
331 ASSERT(m_world->isMainWorld());
337 if (!m_world->isMainWorld())
366 if (!m_world->isMainWorld())
387 bool delaySet = m_world->isMainWorld()
414 ASSERT(m_world->isMainWorld());
464 ASSERT(m_world->isMainWorld());
478 ASSERT(m_world->isMainWorld());
    [all...]
V8DOMConfiguration.cpp 46 bool isMainWorld = DOMWrapperWorld::current(isolate).isMainWorld();
50 if (isMainWorld) {
83 bool isMainWorld = DOMWrapperWorld::current(isolate).isMainWorld();
86 if (isMainWorld && callbacks[i].callbackForMainWorld)
DOMWrapperWorld.h 108 bool isMainWorld() const { return m_worldId == MainWorldId; }
DOMWrapperWorld.cpp 59 , m_domDataStore(adoptPtr(new DOMDataStore(isMainWorld())))
89 ASSERT(!isMainWorld());
V8DOMConfiguration.h 79 if (DOMWrapperWorld::current(isolate).isMainWorld()) {
ScriptController.cpp 206 if (world.isMainWorld())
218 if (world.isMainWorld())
230 if (!shell->isContextInitialized() && shell->initializeIfNeeded() && world.isMainWorld())
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8SVGTestInterface.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestException.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceCheckSecurity.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceConstructor.h 77 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceConstructor2.h 77 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceConstructor3.h 77 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEmpty.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestSpecialOperations.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestSpecialOperationsNotEnumerable.h 76 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestTypedefs.h 77 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterface2.h 78 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterface3.h 85 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceCustomConstructor.h 78 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceDocument.cpp 99 if (world.isMainWorld()) {
V8TestInterfaceDocument.h 83 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEventConstructor.h 84 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceEventTarget.h 90 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
V8TestInterfaceGarbageCollected.h 81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());

Completed in 1510 milliseconds

1 2