HomeSort by relevance Sort by last modified time
    Searched defs:ShadowLayerDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/web_contents/aura/
shadow_layer_delegate.cc 24 ShadowLayerDelegate::ShadowLayerDelegate(ui::Layer* shadow_for)
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() {
shadow_layer_delegate.h 22 // ShadowLayerDelegate takes care of drawing a shadow on the left edge of
24 class ShadowLayerDelegate : public ui::LayerDelegate {
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);

Completed in 980 milliseconds