Searched refs:isolatedWorldCount (Results 1 – 2 of 2) sorted by relevance
48 unsigned DOMWrapperWorld::isolatedWorldCount = 0; member in blink::DOMWrapperWorld76 isolatedWorldCount++; in privateScriptIsolatedWorld()116 isolatedWorldCount--; in ~DOMWrapperWorld()147 isolatedWorldCount++; in ensureIsolatedWorld()
71 static bool isolatedWorldsExist() { return isolatedWorldCount; } in isolatedWorldsExist()185 static unsigned isolatedWorldCount; variable