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

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

Completed in 135 milliseconds