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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 137 v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(m_global.newLocal(m_isolate), m_isolate);
138 ASSERT(!windowWrapper.IsEmpty());
139 windowWrapper->TurnOnAccessCheck();
294 v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(m_isolate, m_scriptState->perContextData()->constructorForType(&V8Window::wrapperTypeInfo));
295 if (windowWrapper.IsEmpty())
298 V8Window::installPerContextEnabledProperties(windowWrapper, window, m_isolate);
300 V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
302 // Install the windowWrapper as the prototype of the innerGlobalObject.
324 innerGlobalObject->SetPrototype(windowWrapper);
325 V8DOMWrapper::associateObjectWithWrapper<V8Window>(PassRefPtrWillBeRawPtr<LocalDOMWindow>(window), &V8Window::wrapperTypeInfo, windowWrapper, m_isolate, WrapperConfiguration::Dependent)
    [all...]
V8Initializer.cpp 62 v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(host, isolate);
63 if (windowWrapper.IsEmpty())
65 return V8Window::toNative(windowWrapper)->frame();
V8Binding.cpp 656 v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(v8::Handle<v8::Object>::Cast(value), isolate);
657 if (!windowWrapper.IsEmpty())
658 return V8Window::toNative(windowWrapper);
702 v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(global, context->GetIsolate());
703 if (!windowWrapper.IsEmpty())
704 return V8Window::toNative(windowWrapper)->executionContext();
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 62 var windowWrapper = background.appWindows[id];
64 innerWidth: windowWrapper.contentWindow.innerWidth,
65 innerHeight: windowWrapper.contentWindow.innerHeight
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 167 milliseconds