Searched refs:NullExecutionContext (Results 1 – 2 of 2) sorted by relevance
50 class NullExecutionContext : public ExecutionContext, public RefCounted<NullExecutionContext> { class52 using RefCounted<NullExecutionContext>::ref;53 using RefCounted<NullExecutionContext>::deref;62 NullExecutionContext();69 NullExecutionContext::NullExecutionContext() in NullExecutionContext() function in __anona5265e650111::NullExecutionContext98 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()
53 class NullExecutionContext : public ExecutionContext, public RefCounted<NullExecutionContext> { class55 using RefCounted<NullExecutionContext>::ref;56 using RefCounted<NullExecutionContext>::deref;62 NullExecutionContext();67 NullExecutionContext::NullExecutionContext() in NullExecutionContext() function in __anonb2753eea0111::NullExecutionContext77 , m_context(adoptRef(new NullExecutionContext())) in IDBRequestTest()