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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperWorld.h 55 IsolatedWorldIdLimit,
117 bool isIsolatedWorld() const { return MainWorldId < m_worldId && m_worldId < IsolatedWorldIdLimit; }
DOMWrapperWorld.cpp 128 return MainWorldId < worldId && worldId < IsolatedWorldIdLimit;

Completed in 344 milliseconds