HomeSort by relevance Sort by last modified time
    Searched refs:toInnerGlobalObject (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListenerList.cpp 52 if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
DOMWrapperWorld.cpp 75 if (!V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
102 return V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo);
V8WindowShell.cpp 326 v8::Handle<v8::Object> innerGlobalObject = toInnerGlobalObject(m_contextHolder->context());
367 toInnerGlobalObject(context)->SetHiddenValue(V8HiddenPropertyName::document(m_isolate), documentWrapper);
V8Binding.cpp 451 v8::Handle<v8::Object> toInnerGlobalObject(v8::Handle<v8::Context> context)
V8Binding.h 626 v8::Handle<v8::Object> toInnerGlobalObject(v8::Handle<v8::Context>);

Completed in 223 milliseconds