Home
last modified time | relevance | path

Searched refs:isMainWorld (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWindowProxy.cpp214 if (m_world->isMainWorld()) { in initialize()
271 if (!m_world->isMainWorld()) in createContext()
321 ASSERT(m_world->isMainWorld()); in updateDocumentWrapper()
327 if (!m_world->isMainWorld()) in updateDocumentProperty()
356 if (!m_world->isMainWorld()) in clearDocumentProperty()
377 bool delaySet = m_world->isMainWorld() in setSecurityToken()
407 ASSERT(m_world->isMainWorld()); in updateDocument()
457 ASSERT(m_world->isMainWorld()); in namedItemAdded()
471 ASSERT(m_world->isMainWorld()); in namedItemRemoved()
488 ASSERT(m_world->isMainWorld()); in updateSecurityOrigin()
DDOMDataStore.cpp40 DOMDataStore::DOMDataStore(bool isMainWorld) in DOMDataStore() argument
41 : m_isMainWorld(isMainWorld) in DOMDataStore()
DScriptController.cpp215 if (world.isMainWorld()) in existingWindowProxy()
227 if (world.isMainWorld()) { in windowProxy()
239 … (!windowProxy->isContextInitialized() && windowProxy->initializeIfNeeded() && world.isMainWorld()) in windowProxy()
459 bool isMainWorld = worldId == MainWorldId; in setWorldDebugId() local
461 if (isMainWorld) { in setWorldDebugId()
472 const char* worldName = isMainWorld ? "page" : "injected"; in setWorldDebugId()
DDOMWrapperWorld.cpp59 , m_domDataStore(adoptPtr(new DOMDataStore(isMainWorld()))) in DOMWrapperWorld()
100 ASSERT(!isMainWorld()); in ~DOMWrapperWorld()
DV8DOMConfiguration.h96 if (world.isMainWorld()) { in installAttribute()
141 return world.isMainWorld() && callbackForMainWorld ? callbackForMainWorld : callback; in callbackForWorld()
DDOMWrapperWorld.h114 bool isMainWorld() const { return m_worldId == MainWorldId; } in isMainWorld() function
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestSpecialOperations.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceCustomConstructor.h83 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceConstructor4.h82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceDocument.h88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceGarbageCollected.h86 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceNode.h88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceCheckSecurity.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestSpecialOperationsNotEnumerable.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceConstructor.h88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceNamedConstructor.h88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceEmpty.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestNode.h89 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceConstructor2.h82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceNamedConstructor2.h87 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestTypedefs.h82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterface2.h83 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8SVGTestInterface.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestInterfaceConstructor3.h82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()
DV8TestException.h81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); in v8SetReturnValueForMainWorld()

12