Searched refs:m_scope (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerConsole.cpp44 : m_scope(scope)
59 m_scope->addConsoleMessage(consoleMessage);
64 if (!m_scope)
66 return m_scope->executionContext();
71 visitor->trace(m_scope);
H A DWorkerConsole.h66 RawPtrWillBeMember<WorkerGlobalScope> m_scope; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8BindingTest.cpp27 : m_scope(v8::Isolate::GetCurrent())
37 return V8ValueTraits<T>::toV8Value(value, m_scope.scriptState()->context()->Global(), m_scope.isolate());
55 V8TestingScope m_scope; member in class:blink::__anon10906::V8ValueTraitsTest
287 ScriptValue value(m_scope.scriptState(), v8::Number::New(m_scope.isolate(), 1234));
294 v8::Local<v8::Value> localValue(v8::Number::New(m_scope.isolate(), 1234));
295 v8::Handle<v8::Value> handleValue(v8::Number::New(m_scope.isolate(), 5678));
304 v8::Handle<v8::Array> v8StringArray = v8::Array::New(m_scope.isolate(), 2);
309 Vector<String> stringVector = toImplArray<String>(v8StringArray, 0, m_scope
[all...]
H A DScriptStreamerTest.cpp64 : m_scope(v8::Isolate::GetCurrent())
75 ScriptState* scriptState() const { return m_scope.scriptState(); }
76 v8::Isolate* isolate() const { return m_scope.isolate(); }
120 V8TestingScope m_scope; member in class:blink::__anon10903::ScriptStreamingTest
146 ScriptStreamer::startStreaming(pendingScript(), m_settings.get(), m_scope.scriptState(), PendingScript::ParsingBlocking);
177 ScriptStreamer::startStreaming(pendingScript(), m_settings.get(), m_scope.scriptState(), PendingScript::ParsingBlocking);
209 ScriptStreamer::startStreaming(pendingScript(), m_settings.get(), m_scope.scriptState(), PendingScript::ParsingBlocking);
237 ScriptStreamer::startStreaming(pendingScript(), m_settings.get(), m_scope.scriptState(), PendingScript::ParsingBlocking);
264 ScriptStreamer::startStreaming(pendingScript(), m_settings.get(), m_scope.scriptState(), PendingScript::ParsingBlocking);
H A DSerializedScriptValueTest.cpp21 : m_scope(v8::Isolate::GetCurrent())
25 v8::Isolate* isolate() const { return m_scope.isolate(); }
26 v8::Handle<v8::Object> creationContext() const { return m_scope.scriptState()->context()->Global(); }
29 V8TestingScope m_scope; member in class:blink::SerializedScriptValueTest
H A DV8ScriptRunnerTest.cpp20 V8ScriptRunnerTest() : m_scope(v8::Isolate::GetCurrent()) { }
38 return m_scope.isolate();
87 V8TestingScope m_scope; member in class:blink::__anon10909::V8ScriptRunnerTest
H A DScriptPromiseTest.cpp77 : m_scope(v8::Isolate::GetCurrent())
84 createClosure(callback, v8::Undefined(m_scope.isolate()), m_scope.isolate());
90 ScriptState* scriptState() const { return m_scope.scriptState(); }
91 v8::Isolate* isolate() const { return m_scope.isolate(); }
95 V8TestingScope m_scope; member in class:blink::__anon10902::ScriptPromiseTest
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleResolver.h57 const TreeScope& treeScope() const { return *m_scope; }
75 : m_scope(scope)
79 RawPtrWillBeMember<TreeScope> m_scope; member in class:blink::FINAL
H A DScopedStyleResolver.cpp133 MatchRequest matchRequest(&m_authorStyleSheets[i]->contents()->ruleSet(), includeEmptyRules, &m_scope->rootNode(), m_authorStyleSheets[i], i);
141 ASSERT(m_scope->rootNode().isDocumentNode());
148 if (!m_scope->rootNode().isDocumentNode())
157 visitor->trace(m_scope);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DPrivateScriptTestTest.cpp24 : m_scope(v8::Isolate::GetCurrent())
36 v8::Isolate* isolate() const { return m_scope.isolate(); }
40 V8TestingScope m_scope; member in class:blink::__anon11176::PrivateScriptTestTest
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBRequestTest.cpp55 : m_scope(v8::Isolate::GetCurrent())
58 m_scope.scriptState()->setExecutionContext(m_executionContext.get());
63 m_scope.scriptState()->setExecutionContext(0);
66 v8::Isolate* isolate() const { return m_scope.isolate(); }
67 ScriptState* scriptState() const { return m_scope.scriptState(); }
68 ExecutionContext* executionContext() const { return m_scope.scriptState()->executionContext(); }
71 V8TestingScope m_scope; member in class:blink::__anon11195::IDBRequestTest
H A DIDBTransactionTest.cpp49 : m_scope(v8::Isolate::GetCurrent())
52 m_scope.scriptState()->setExecutionContext(m_executionContext.get());
57 m_scope.scriptState()->setExecutionContext(0);
60 v8::Isolate* isolate() const { return m_scope.isolate(); }
61 ScriptState* scriptState() const { return m_scope.scriptState(); }
62 ExecutionContext* executionContext() { return m_scope.scriptState()->executionContext(); }
70 V8TestingScope m_scope; member in class:blink::__anon11196::IDBTransactionTest
/external/lldb/include/lldb/Symbol/
H A DVariable.h89 return m_scope;
170 lldb::ValueType m_scope; // global, parameter, local member in class:lldb_private::Variable
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilitiesTest.cpp92 : m_scope(v8::Isolate::GetCurrent())
96 ScriptState* scriptState() const { return m_scope.scriptState(); }
99 V8TestingScope m_scope; member in class:__anon10913::IDBKeyFromValueAndKeyPathTest
/external/deqp/framework/randomshaders/
H A DrsgStatement.hpp106 VariableScope m_scope; member in class:rsg::BlockStatement
H A DrsgStatement.cpp150 state.getVariableManager().pushVariableScope(m_scope);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DEffectInputTest.cpp26 , m_scope(m_isolate)
36 V8TestingScope m_scope; member in class:__anon10991::AnimationEffectInputTest
H A DTimingInputTest.cpp20 , m_scope(m_isolate)
43 V8TestingScope m_scope; member in class:blink::AnimationTimingInputTest
H A DAnimationTest.cpp44 , m_scope(m_isolate)
61 V8TestingScope m_scope; member in class:blink::AnimationAnimationV8Test
/external/lldb/source/Symbol/
H A DVariable.cpp52 m_scope(scope),
114 if (m_scope != eValueTypeInvalid)
117 switch (m_scope)
122 default: *s << "??? (" << m_scope << ')'; local
276 switch (m_scope)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h295 : m_scope(view->m_inUpdateScrollbars, true)
298 TemporaryChange<bool> m_scope; member in class:blink::ScrollView::InUpdateScrollbarsScope
/external/chromium_org/third_party/WebKit/Source/core/streams/
H A DReadableStreamTest.cpp87 , m_scope(scriptState())
113 ScriptState::Scope m_scope; member in class:blink::ReadableStreamTest
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1077 let m_scope = mdnode context [| |] in var
1079 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in

Completed in 336 milliseconds