OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 44 milliseconds