Home
last modified time | relevance | path

Searched refs:m_scope (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerConsole.cpp43 : m_scope(scope) in WorkerConsole()
55m_scope->thread()->workerReportingProxy().reportConsoleMessage(ConsoleAPIMessageSource, level, mes… in reportMessageToClient()
60 if (!m_scope) in context()
62 return m_scope->executionContext(); in context()
DWorkerConsole.h64 WorkerGlobalScope* m_scope; variable
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBTransactionTest.cpp52 , m_scope(v8::Context::New(v8::Isolate::GetCurrent())) in IDBTransactionTest()
64 v8::Context::Scope m_scope; member in __anone72bc7670111::IDBTransactionTest
DIDBRequestTest.cpp76 , m_scope(v8::Context::New(v8::Isolate::GetCurrent())) in IDBRequestTest()
88 v8::Context::Scope m_scope; member in __anonb2753eea0111::IDBRequestTest
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptScope.cpp44 , m_scope(m_context) in ScriptScope()
DScriptScope.h49 v8::Context::Scope m_scope; variable
DIDBBindingUtilitiesTest.cpp97 , m_scope(v8::Context::New(v8::Isolate::GetCurrent())) in IDBKeyFromValueAndKeyPathTest()
103 v8::Context::Scope m_scope; member in __anon2ade8fd40111::IDBKeyFromValueAndKeyPathTest
/external/llvm/test/Bindings/Ocaml/
Dvmcore.ml1035 let m_scope = mdnode context [| |] in
1037 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in