OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensureIsolatedWorld
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.h
59
static PassRefPtr<DOMWrapperWorld>
ensureIsolatedWorld
(int worldId, int extensionGroup);
ScriptPreprocessor.cpp
64
m_world = DOMWrapperWorld::
ensureIsolatedWorld
(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld::mainWorldExtensionGroup);
DOMWrapperWorld.cpp
146
PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::
ensureIsolatedWorld
(int worldId, int extensionGroup)
ScriptController.cpp
674
RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::
ensureIsolatedWorld
(worldID, extensionGroup);
Completed in 62 milliseconds