Searched defs:TestContextProvider (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_context_provider.cc19 scoped_refptr<TestContextProvider> TestContextProvider::Create() {
24 scoped_refptr<TestContextProvider> TestContextProvider::Create(
28 return new TestContextProvider(context.Pass());
31 TestContextProvider::TestContextProvider( function in class:cc::TestContextProvider
44 TestContextProvider::~TestContextProvider() {
49 bool TestContextProvider
[all...]
H A Dtest_context_provider.h21 class TestContextProvider : public ContextProvider { class in namespace:cc
26 static scoped_refptr<TestContextProvider> Create();
27 static scoped_refptr<TestContextProvider> Create(
58 explicit TestContextProvider(scoped_ptr<TestWebGraphicsContext3D> context);
59 virtual ~TestContextProvider();
79 base::WeakPtrFactory<TestContextProvider> weak_ptr_factory_;
81 DISALLOW_COPY_AND_ASSIGN(TestContextProvider);

Completed in 1642 milliseconds