Searched refs:m_utilityContext (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp158 if (!m_utilityContext.IsEmpty()) {
159 m_utilityContext.Dispose();
160 m_utilityContext.Clear();
188 v8::Context::Scope contextScope(m_utilityContext);
189 v8::Handle<v8::Value> constructorValue = m_utilityContext->Global()->Get(
230 SetApuAgentEnabledInUtilityContext(m_utilityContext, m_apuAgentEnabled);
253 result = m_debuggerAgentImpl->executeUtilityFunction(m_utilityContext, callId,
308 v8::Context::Scope contextScope(m_utilityContext);
322 BoundObject devtoolsAgentHost(m_utilityContext, this, "DevToolsAgentHost");
338 v8::Context::Scope utilityScope(m_utilityContext);
[all...]
H A DWebDevToolsAgentImpl.h136 v8::Persistent<v8::Context> m_utilityContext; member in class:WebKit::WebDevToolsAgentImpl
/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.h376 if (m_utilityContext.IsEmpty())
378 return v8::Local<v8::Context>::New(m_utilityContext);
387 static v8::Persistent<v8::Context> m_utilityContext; member in class:WebCore::V8Proxy
H A DV8Proxy.cpp83 v8::Persistent<v8::Context> V8Proxy::m_utilityContext; member in class:WebCore::V8Proxy
781 ASSERT(m_utilityContext.IsEmpty());
785 m_utilityContext = v8::Context::New(0, globalTemplate);
786 v8::Context::Scope contextScope(m_utilityContext);

Completed in 49 milliseconds