HomeSort by relevance Sort by last modified time
    Searched defs:TestContextProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/test/
test_context_provider.cc 19 scoped_refptr<TestContextProvider> TestContextProvider::Create() {
24 scoped_refptr<TestContextProvider> TestContextProvider::Create(
28 return new TestContextProvider(context.Pass());
31 TestContextProvider::TestContextProvider(
44 TestContextProvider::~TestContextProvider() {
49 bool TestContextProvider::BindToCurrentThread()
    [all...]
test_context_provider.h 21 class TestContextProvider : public ContextProvider {
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 42 milliseconds