OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isolatedWorld
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp
68
DOMWrapperWorld*
isolatedWorld
= DOMWrapperWorld::
isolatedWorld
(isolate->GetEnteredContext());
69
if (UNLIKELY(!!
isolatedWorld
))
70
return
isolatedWorld
->isolatedWorldDOMDataStore();
DOMWrapperWorld.h
68
static DOMWrapperWorld*
isolatedWorld
(v8::Handle<v8::Context> context)
71
return V8PerContextDataHolder::from(context)->
isolatedWorld
();
V8Binding.cpp
463
window = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(),
IsolatedWorld
));
474
windowWrapper = global->FindInstanceInPrototypeChain(V8Window::domTemplate(context->GetIsolate(),
IsolatedWorld
));
592
DOMWrapperWorld*
isolatedWorld
= DOMWrapperWorld::
isolatedWorld
(isolate->GetEnteredContext());
593
if (
isolatedWorld
)
594
return
IsolatedWorld
;
606
return DOMWrapperWorld::
isolatedWorld
(isolate->GetCurrentContext());
V8PerContextData.h
78
DOMWrapperWorld*
isolatedWorld
() const { return m_isolatedWorld; }
ScriptController.cpp
297
DOMWrapperWorld*
isolatedWorld
= DOMWrapperWorld::
isolatedWorld
(context);
298
if (!
isolatedWorld
)
305
return contextForWorld(*this,
isolatedWorld
);
Completed in 55 milliseconds