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

  /external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.cpp 49 m_global.set(m_context.get()->Global());
66 m_context.get()->ReattachGlobal(m_global.get());
75 m_global.clear();
ScriptCachedFrameData.h 81 OwnHandle<v8::Object> m_global;
V8DOMWindowShell.cpp 167 // m_context, m_global, and m_wrapperBoilerplates should
169 ASSERT(m_context.IsEmpty() || !m_global.IsEmpty());
197 if (!m_global.IsEmpty()) {
199 V8GCController::unregisterGlobalHandle(this, m_global);
201 m_global.Dispose();
202 m_global.Clear();
230 v8::Handle<v8::Object> wrapper = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), m_global);
307 m_context = createNewContext(m_global, 0);
315 if (m_global.IsEmpty()) {
316 m_global = v8::Persistent<v8::Object>::New(v8Context->Global())
    [all...]
V8DOMWindowShell.h 120 v8::Persistent<v8::Object> m_global; member in class:WebCore::V8DOMWindowShell

Completed in 696 milliseconds