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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerConsole.cpp 43 : m_scope(scope)
55 m_scope->thread()->workerReportingProxy().reportConsoleMessage(ConsoleAPIMessageSource, level, message, lastCaller.lineNumber(), lastCaller.sourceURL());
60 if (!m_scope)
62 return m_scope->executionContext();
67 visitor->trace(m_scope);
WorkerConsole.h 65 RawPtrWillBeMember<WorkerGlobalScope> m_scope; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp 57 : m_scope(v8::Isolate::GetCurrent())
60 m_scope.scriptState()->setExecutionContext(m_executionContext.get());
65 m_scope.scriptState()->setExecutionContext(0);
68 v8::Isolate* isolate() const { return m_scope.isolate(); }
69 ScriptState* scriptState() const { return m_scope.scriptState(); }
70 ExecutionContext* executionContext() const { return m_scope.scriptState()->executionContext(); }
73 V8TestingScope m_scope; member in class:__anon15103::IDBRequestTest
IDBTransactionTest.cpp 53 : m_scope(v8::Isolate::GetCurrent())
56 m_scope.scriptState()->setExecutionContext(m_executionContext.get());
61 m_scope.scriptState()->setExecutionContext(0);
64 v8::Isolate* isolate() const { return m_scope.isolate(); }
65 ScriptState* scriptState() const { return m_scope.scriptState(); }
66 ExecutionContext* executionContext() { return m_scope.scriptState()->executionContext(); }
69 V8TestingScope m_scope; member in class:__anon15104::IDBTransactionTest
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverTest.cpp 67 : m_scope(v8::Isolate::GetCurrent())
69 m_resolver = ScriptPromiseResolver::create(m_scope.scriptState());
78 v8::Isolate* isolate() { return m_scope.isolate(); }
82 V8TestingScope m_scope; member in class:WebCore::__anon14901::ScriptPromiseResolverTest
ScriptPromiseTest.cpp 73 : m_scope(v8::Isolate::GetCurrent())
80 createClosure(callback, v8::Undefined(m_scope.isolate()), m_scope.isolate());
86 ScriptState* scriptState() const { return m_scope.scriptState(); }
87 v8::Isolate* isolate() const { return m_scope.isolate(); }
90 V8TestingScope m_scope; member in class:WebCore::__anon14902::ScriptPromiseTest
IDBBindingUtilitiesTest.cpp 92 : m_scope(v8::Isolate::GetCurrent())
96 ScriptState* scriptState() const { return m_scope.scriptState(); }
99 V8TestingScope m_scope; member in class:__anon14894::IDBKeyFromValueAndKeyPathTest
  /external/lldb/include/lldb/Symbol/
Variable.h 89 return m_scope;
170 lldb::ValueType m_scope; // global, parameter, local member in class:lldb_private::Variable
  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInputTest.cpp 26 , m_scope(m_isolate)
36 V8TestingScope m_scope; member in class:__anon14929::AnimationEffectInputTest
TimingInputTest.cpp 20 , m_scope(m_isolate)
43 V8TestingScope m_scope; member in class:WebCore::AnimationTimingInputTest
AnimationTest.cpp 41 , m_scope(m_isolate)
58 V8TestingScope m_scope; member in class:WebCore::AnimationAnimationV8Test
  /external/deqp/framework/randomshaders/
rsgStatement.hpp 106 VariableScope m_scope; member in class:rsg::BlockStatement
rsgStatement.cpp 150 state.getVariableManager().pushVariableScope(m_scope);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 301 : m_scope(view->m_inUpdateScrollbars, true)
304 TemporaryChange<bool> m_scope; member in class:WebCore::ScrollView::InUpdateScrollbarsScope
  /external/lldb/source/Symbol/
Variable.cpp 52 m_scope(scope),
114 if (m_scope != eValueTypeInvalid)
117 switch (m_scope)
122 default: *s << "??? (" << m_scope << ')'; local
276 switch (m_scope)
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1077 let m_scope = mdnode context [| |] in var
    [all...]

Completed in 197 milliseconds