Searched defs:ShadowLayerDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.h22 // ShadowLayerDelegate takes care of drawing a shadow on the left edge of
24 class ShadowLayerDelegate : public ui::LayerDelegate { class in namespace:content
26 explicit ShadowLayerDelegate(ui::Layer* shadow_for);
27 virtual ~ShadowLayerDelegate();
29 // Returns the layer for the shadow. Note that the ShadowLayerDelegate owns
43 DISALLOW_COPY_AND_ASSIGN(ShadowLayerDelegate);
H A Dshadow_layer_delegate.cc24 ShadowLayerDelegate::ShadowLayerDelegate(ui::Layer* shadow_for) function in class:content::ShadowLayerDelegate
33 ShadowLayerDelegate::~ShadowLayerDelegate() {
36 void ShadowLayerDelegate::OnPaintLayer(gfx::Canvas* canvas) {
54 void ShadowLayerDelegate::OnDelegatedFrameDamage(
58 void ShadowLayerDelegate::OnDeviceScaleFactorChanged(float scale_factor) {
61 base::Closure ShadowLayerDelegate::PrepareForLayerBoundsChange() {

Completed in 80 milliseconds