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

  /external/chromium_org/content/browser/compositor/
reflector_impl.cc 16 ReflectorImpl::ReflectorImpl(
33 &ReflectorImpl::InitOnImplThread, this, main.mailbox->holder()));
36 ReflectorImpl::MainThreadData::MainThreadData(
43 ReflectorImpl::MainThreadData::~MainThreadData() {}
45 ReflectorImpl::ImplThreadData::ImplThreadData(
51 ReflectorImpl::ImplThreadData::~ImplThreadData() {}
53 ReflectorImpl::ImplThreadData& ReflectorImpl::GetImpl() {
58 ReflectorImpl::MainThreadData& ReflectorImpl::GetMain()
    [all...]
reflector_impl.h 33 class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>,
36 ReflectorImpl(
102 virtual ~ReflectorImpl();
119 // This exists just to hold a reference to a ReflectorImpl in a post task,
120 // so the ReflectorImpl gets deleted when the function returns.
121 static void DeleteOnMainThread(scoped_refptr<ReflectorImpl> reflector) {}
browser_compositor_output_surface.h 20 class ReflectorImpl;
41 void SetReflector(ReflectorImpl* reflector);
66 scoped_refptr<ReflectorImpl> reflector_;
browser_compositor_output_surface.cc 95 void BrowserCompositorOutputSurface::SetReflector(ReflectorImpl* reflector) {
gpu_process_transport_factory.h 31 class ReflectorImpl;
gpu_process_transport_factory.cc 67 scoped_refptr<ReflectorImpl> reflector;
267 data->reflector = new ReflectorImpl(source,
277 ReflectorImpl* reflector_impl =
278 static_cast<ReflectorImpl*>(reflector.get());

Completed in 149 milliseconds