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

  /external/chromium_org/content/browser/aura/
reflector_impl.cc 15 ReflectorImpl::ReflectorImpl(
32 base::Bind(&ReflectorImpl::InitOnImplThread, this));
35 void ReflectorImpl::InitOnImplThread() {
54 base::Bind(&ReflectorImpl::FullRedrawContentOnMainThread,
55 scoped_refptr<ReflectorImpl>(this)));
58 void ReflectorImpl::OnSourceSurfaceReady(int surface_id) {
63 void ReflectorImpl::Shutdown() {
69 base::Bind(&ReflectorImpl::ShutdownOnImplThread, this));
72 void ReflectorImpl::ShutdownOnImplThread()
    [all...]
reflector_impl.h 30 class ReflectorImpl : public ImageTransportFactoryObserver,
31 public base::SupportsWeakPtr<ReflectorImpl>,
34 ReflectorImpl(
83 virtual ~ReflectorImpl();
96 // This exists just to hold a reference to a ReflectorImpl in a post task,
97 // so the ReflectorImpl gets deleted when the function returns.
98 static void DeleteOnMainThread(scoped_refptr<ReflectorImpl> reflector) {}
browser_compositor_output_surface.h 24 class ReflectorImpl;
40 void SetReflector(ReflectorImpl* reflector);
64 scoped_refptr<ReflectorImpl> reflector_;
browser_compositor_output_surface.cc 102 void BrowserCompositorOutputSurface::SetReflector(ReflectorImpl* reflector) {
gpu_process_transport_factory.h 23 class ReflectorImpl;
gpu_process_transport_factory.cc 58 scoped_refptr<ReflectorImpl> reflector;
263 data->reflector = new ReflectorImpl(
271 ReflectorImpl* reflector_impl =
272 static_cast<ReflectorImpl*>(reflector.get());

Completed in 230 milliseconds