Home
last modified time | relevance | path

Searched refs:NullExecutionContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMainThreadTaskRunnerTest.cpp50 class NullExecutionContext : public ExecutionContext, public RefCounted<NullExecutionContext> { class
52 using RefCounted<NullExecutionContext>::ref;
53 using RefCounted<NullExecutionContext>::deref;
62 NullExecutionContext();
69 NullExecutionContext::NullExecutionContext() in NullExecutionContext() function in __anona5265e650111::NullExecutionContext
98 RefPtr<NullExecutionContext> context = adoptRef(new NullExecutionContext()); in TEST()
110 RefPtr<NullExecutionContext> context = adoptRef(new NullExecutionContext()); in TEST()
128 RefPtr<NullExecutionContext> context = adoptRef(new NullExecutionContext()); in TEST()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBRequestTest.cpp53 class NullExecutionContext : public ExecutionContext, public RefCounted<NullExecutionContext> { class
55 using RefCounted<NullExecutionContext>::ref;
56 using RefCounted<NullExecutionContext>::deref;
62 NullExecutionContext();
67 NullExecutionContext::NullExecutionContext() in NullExecutionContext() function in __anonb2753eea0111::NullExecutionContext
77 , m_context(adoptRef(new NullExecutionContext())) in IDBRequestTest()