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() {
42 base::Bind(&ReflectorImpl::FullRedrawContentOnMainThread,
43 scoped_refptr<ReflectorImpl>(this)));
46 void ReflectorImpl::Shutdown() {
52 base::Bind(&ReflectorImpl::ShutdownOnImplThread, this));
55 void ReflectorImpl::ShutdownOnImplThread() {
63 base::Bind(&ReflectorImpl::DeleteOnMainThread
    [all...]
reflector_impl.h 30 class ReflectorImpl : public ImageTransportFactoryObserver,
31 public base::SupportsWeakPtr<ReflectorImpl>,
34 ReflectorImpl(
80 virtual ~ReflectorImpl();
93 // This exists just to hold a reference to a ReflectorImpl in a post task,
94 // so the ReflectorImpl gets deleted when the function returns.
95 static void DeleteOnMainThread(scoped_refptr<ReflectorImpl> reflector) {}
browser_compositor_output_surface.h 18 class ReflectorImpl;
44 void SetReflector(ReflectorImpl* reflector);
52 scoped_refptr<ReflectorImpl> reflector_;
gpu_process_transport_factory.h 23 class ReflectorImpl;
browser_compositor_output_surface.cc 104 void BrowserCompositorOutputSurface::SetReflector(ReflectorImpl* reflector) {
gpu_process_transport_factory.cc 50 scoped_refptr<ReflectorImpl> reflector;
280 data->reflector = new ReflectorImpl(
288 ReflectorImpl* reflector_impl =
289 static_cast<ReflectorImpl*>(reflector.get());

Completed in 54 milliseconds