HomeSort by relevance Sort by last modified time
    Searched refs:MainWorld (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 49 ASSERT(m_type != MainWorld); // We never actually destruct the main world's DOMDataStore.
56 DEFINE_STATIC_LOCAL(DOMDataStore, mainWorldDOMDataStore, (MainWorld));
DOMDataStore.h 112 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_type == MainWorld)
123 if (ScriptWrappable::wrapperCanBeStoredInObject(object) && m_type == MainWorld) {
145 ASSERT(wrappable->unsafePersistent().deprecatedHandle().IsEmpty() || callbackInfo.Holder() != wrappable->unsafePersistent().deprecatedHandle() || current(v8::Isolate::GetCurrent())->m_type == MainWorld);
V8PerIsolateData.h 70 if (worldType == MainWorld)
77 if (worldType == MainWorld)
V8DOMConfiguration.h 76 if (currentWorldType == MainWorld) {
V8Binding.cpp 438 v8::Handle<v8::Object> window = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), MainWorld));
449 v8::Handle<v8::Object> windowWrapper = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), MainWorld));
556 return MainWorld;
561 return MainWorld;
V8DOMConfiguration.cpp 55 if (currentWorldType == MainWorld && callbacks[i].callbackForMainWorld)
WrapperTypeInfo.h 54 MainWorld,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptManager.cpp 50 v8::Local<v8::Function> function = V8InjectedScriptHost::GetTemplate(isolate, MainWorld)->GetFunction();
107 v8::Handle<v8::Object> holder = global->FindInstanceInPrototypeChain(V8Window::GetTemplate(context->GetIsolate(), MainWorld));
V8TypedArrayCustom.h 86 ASSERT(worldType(isolate) == MainWorld);
109 ASSERT(worldType(container.GetIsolate()) == MainWorld);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 90 ASSERT(worldType(isolate) == MainWorld);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.h 84 ASSERT(worldType(isolate) == MainWorld);
V8TestActiveDOMObject.h 85 ASSERT(worldType(isolate) == MainWorld);
V8TestEvent.cpp 103 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, MainWorld)
V8TestEvent.h 86 ASSERT(worldType(isolate) == MainWorld);
V8TestEventConstructor.h 87 ASSERT(worldType(isolate) == MainWorld);
V8TestEventTarget.h 88 ASSERT(worldType(isolate) == MainWorld);
V8TestException.h 85 ASSERT(worldType(isolate) == MainWorld);
V8TestExtendedEvent.h 89 ASSERT(worldType(isolate) == MainWorld);
V8TestInterfaceImplementedAs.h 85 ASSERT(worldType(isolate) == MainWorld);
V8TestMediaQueryListListener.h 85 ASSERT(worldType(isolate) == MainWorld);
V8TestNamedConstructor.h 92 ASSERT(worldType(isolate) == MainWorld);
V8TestNode.h 88 ASSERT(worldType(isolate) == MainWorld);
V8TestOverloadedConstructors.h 86 ASSERT(worldType(isolate) == MainWorld);
V8TestSerializedScriptValueInterface.h 86 ASSERT(worldType(isolate) == MainWorld);
V8TestTypedefs.h 86 ASSERT(worldType(isolate) == MainWorld);

Completed in 1897 milliseconds

1 2