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

  /external/chromium_org/content/browser/aura/
image_transport_factory.cc 49 new NoTransportImageTransportFactory(new ui::TestContextFactory);
  /external/chromium_org/ui/compositor/
compositor.cc 176 TestContextFactory::TestContextFactory() {}
178 TestContextFactory::~TestContextFactory() {}
180 scoped_ptr<cc::OutputSurface> TestContextFactory::CreateOutputSurface(
186 TestContextFactory::CreateOffscreenContext() {
193 scoped_refptr<Reflector> TestContextFactory::CreateReflector(
199 void TestContextFactory::RemoveReflector(scoped_refptr<Reflector> reflector) {
203 TestContextFactory::OffscreenContextProviderForMainThread() {
214 TestContextFactory::OffscreenContextProviderForCompositorThread()
    [all...]
compositor.h 148 class COMPOSITOR_EXPORT TestContextFactory : public ContextFactory {
150 TestContextFactory();
151 virtual ~TestContextFactory();
177 DISALLOW_COPY_AND_ASSIGN(TestContextFactory);

Completed in 1312 milliseconds