Searched refs:NullLayerDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc47 // - LayerWithNullDelegateTest uses NullLayerDelegate as the LayerDelegate. This
301 class NullLayerDelegate : public LayerDelegate { class in namespace:ui::__anon16705
303 NullLayerDelegate() {} function in class:ui::__anon16705::NullLayerDelegate
304 virtual ~NullLayerDelegate() {}
316 DISALLOW_COPY_AND_ASSIGN(NullLayerDelegate);
612 default_layer_delegate_.reset(new NullLayerDelegate());
640 scoped_ptr<NullLayerDelegate> default_layer_delegate_;
726 NullLayerDelegate delegate;

Completed in 160 milliseconds