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/core/v8/
ScriptPreprocessor.cpp
50
RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::
ensureIsolatedWorld
(ScriptPreprocessorIsolatedWorldId, DOMWrapperWorld::mainWorldExtensionGroup);
DOMWrapperWorld.h
67
static PassRefPtr<DOMWrapperWorld>
ensureIsolatedWorld
(int worldId, int extensionGroup);
DOMWrapperWorld.cpp
132
PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::
ensureIsolatedWorld
(int worldId, int extensionGroup)
ScriptController.cpp
623
RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::
ensureIsolatedWorld
(worldID, extensionGroup);
Completed in 193 milliseconds