HomeSort by relevance Sort by last modified time
    Searched refs:MainWorldId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperWorld.h 50 MainWorldId = 0,
114 bool isMainWorld() const { return m_worldId == MainWorldId; }
117 bool isIsolatedWorld() const { return MainWorldId < m_worldId && m_worldId < IsolatedWorldIdLimit; }
DOMWrapperWorld.cpp 66 DEFINE_STATIC_REF(DOMWrapperWorld, cachedMainWorld, (DOMWrapperWorld::create(MainWorldId, mainWorldExtensionGroup)));
128 return MainWorldId < worldId && worldId < IsolatedWorldIdLimit;
ScriptController.cpp 459 bool isMainWorld = worldId == MainWorldId;

Completed in 55 milliseconds