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

  /external/chromium_org/ui/compositor/test/
test_context_factory.h 15 class TestContextFactory : public ContextFactory {
17 TestContextFactory();
18 virtual ~TestContextFactory();
40 DISALLOW_COPY_AND_ASSIGN(TestContextFactory);
test_context_factory.cc 13 TestContextFactory::TestContextFactory() {}
15 TestContextFactory::~TestContextFactory() {}
17 scoped_ptr<cc::OutputSurface> TestContextFactory::CreateOutputSurface(
24 scoped_refptr<Reflector> TestContextFactory::CreateReflector(
30 void TestContextFactory::RemoveReflector(scoped_refptr<Reflector> reflector) {
34 TestContextFactory::OffscreenCompositorContextProvider() {
42 TestContextFactory::SharedMainThreadContextProvider() {
61 void TestContextFactory::RemoveCompositor(Compositor* compositor)
    [all...]

Completed in 44 milliseconds