Home
last modified time | relevance | path

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

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