Home
last modified time | relevance | path

Searched refs:isolatedWorldCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DDOMWrapperWorld.cpp48 unsigned DOMWrapperWorld::isolatedWorldCount = 0; member in blink::DOMWrapperWorld
76 isolatedWorldCount++; in privateScriptIsolatedWorld()
116 isolatedWorldCount--; in ~DOMWrapperWorld()
147 isolatedWorldCount++; in ensureIsolatedWorld()
DDOMWrapperWorld.h71 static bool isolatedWorldsExist() { return isolatedWorldCount; } in isolatedWorldsExist()
185 static unsigned isolatedWorldCount; variable