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

  /external/webkit/Source/WebCore/bindings/v8/
V8IsolatedContext.cpp 66 V8DOMWindowShell::installHiddenObjectPrototype(m_context->get());
V8DOMWindowShell.h 81 // WARNING: Call |installHiddenObjectPrototype| only on fresh contexts!
82 static bool installHiddenObjectPrototype(v8::Handle<v8::Context>);
V8DOMWindowShell.cpp 327 if (!installHiddenObjectPrototype(v8Context)) {
594 bool V8DOMWindowShell::installHiddenObjectPrototype(v8::Handle<v8::Context> context)

Completed in 25 milliseconds