Home | History | Annotate | Download | only in in_process

Lines Matching refs:g_factory

39 base::LazyInstance<SynchronousCompositorFactoryImpl>::Leaky g_factory =
49 if (g_factory == NULL)
89 g_factory.Get().SetDeferredGpuService(service);
94 g_factory.Get().SetRecordFullDocument(record_full_document);
102 g_factory.Get().CreateOnscreenContextProviderForCompositorThread();
107 g_factory.Get().CompositorInitializedHardwareDraw();
115 g_factory.Get().CompositorReleasedHardwareDraw();
120 return g_factory.Get().GetShareContext();
242 return g_factory.Get().synchronous_input_event_filter()->HandleInputEvent(
296 g_factory.Get(); // Ensure it's initialized.