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/v8/
DOMWrapperWorld.h 54 IsolatedWorldIdLimit,
110 bool isIsolatedWorld() const { return MainWorldId < m_worldId && m_worldId < IsolatedWorldIdLimit; }
DOMWrapperWorld.cpp 117 return MainWorldId < worldId && worldId < IsolatedWorldIdLimit;

Completed in 79 milliseconds