OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isolatedWorldsExist
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp
67
if (DOMWrapperWorld::
isolatedWorldsExist
()) {
DOMDataStore.h
63
if ((!DOMWrapperWorld::
isolatedWorldsExist
() && !canExistInWorker(object)) || holderContainsWrapper(holder, wrappable)) {
75
if (LIKELY(!DOMWrapperWorld::
isolatedWorldsExist
()))
93
if (LIKELY(!DOMWrapperWorld::
isolatedWorldsExist
())) {
107
if (LIKELY(!DOMWrapperWorld::
isolatedWorldsExist
())) {
121
if (LIKELY(!DOMWrapperWorld::
isolatedWorldsExist
())) {
DOMWrapperWorld.h
62
static bool
isolatedWorldsExist
() { return isolatedWorldCount; }
V8Binding.cpp
589
if (!DOMWrapperWorld::
isolatedWorldsExist
())
603
if (!DOMWrapperWorld::
isolatedWorldsExist
())
Completed in 3042 milliseconds