DelegateView 314 ash/shelf/shelf_widget.cc class ShelfWidget::DelegateView : public views::WidgetDelegate, DelegateView 319 ash/shelf/shelf_widget.cc explicit DelegateView(ShelfWidget* shelf); DelegateView 320 ash/shelf/shelf_widget.cc virtual ~DelegateView(); DelegateView 394 ash/shelf/shelf_widget.cc DISALLOW_COPY_AND_ASSIGN(DelegateView); DelegateView 397 ash/shelf/shelf_widget.cc ShelfWidget::DelegateView::DelegateView(ShelfWidget* shelf) DelegateView 410 ash/shelf/shelf_widget.cc ShelfWidget::DelegateView::~DelegateView() { DelegateView 415 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::SetDimmed(bool value) { DelegateView 447 ash/shelf/shelf_widget.cc bool ShelfWidget::DelegateView::GetDimmed() const { DelegateView 451 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::SetParentLayer(ui::Layer* layer) { DelegateView 456 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::OnPaintBackground(gfx::Canvas* canvas) { DelegateView 534 ash/shelf/shelf_widget.cc bool ShelfWidget::DelegateView::CanActivate() const { DelegateView 545 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::Layout() { DelegateView 557 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::ReorderChildLayers(ui::Layer* parent_layer) { DelegateView 562 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::OnBoundsChanged(const gfx::Rect& old_bounds) { DelegateView 568 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::OnWindowBoundsChanged( DelegateView 578 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::ForceUndimming(bool force) { DelegateView 583 ash/shelf/shelf_widget.cc int ShelfWidget::DelegateView::GetDimmingAlphaForTest() { DelegateView 589 ash/shelf/shelf_widget.cc gfx::Rect ShelfWidget::DelegateView::GetDimmerBoundsForTest() { DelegateView 595 ash/shelf/shelf_widget.cc void ShelfWidget::DelegateView::UpdateBackground(int alpha) { DelegateView 603 ash/shelf/shelf_widget.cc : delegate_view_(new DelegateView(this)), DelegateView 97 ash/shelf/shelf_widget.h class DelegateView; DelegateView 105 ash/shelf/shelf_widget.h DelegateView* delegate_view_;