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

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.h 80 static v8::Handle<v8::Value> getHiddenObjectPrototype(v8::Handle<v8::Context>);
V8DOMWindowShell.cpp 405 v8::Handle<v8::Function> windowConstructor = V8DOMWrapper::getConstructor(&V8DOMWindow::info, getHiddenObjectPrototype(context));
589 v8::Handle<v8::Value> V8DOMWindowShell::getHiddenObjectPrototype(v8::Handle<v8::Context> context)
622 v8::Local<v8::Function> function = V8DOMWrapper::getConstructor(type, getHiddenObjectPrototype(m_context));
V8DOMWrapper.cpp 157 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context));

Completed in 44 milliseconds