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

/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc237 class ShelfWidget::DelegateView : public views::WidgetDelegate, class in class:ash::ShelfWidget
241 explicit DelegateView(ShelfWidget* shelf);
242 virtual ~DelegateView();
311 DISALLOW_COPY_AND_ASSIGN(DelegateView);
314 ShelfWidget::DelegateView::DelegateView(ShelfWidget* shelf) function in class:ash::ShelfWidget::DelegateView
327 ShelfWidget::DelegateView::~DelegateView() {
330 void ShelfWidget::DelegateView::SetDimmed(bool value) {
358 bool ShelfWidget::DelegateView
[all...]
H A Dshelf_widget.h99 class DelegateView;
107 DelegateView* delegate_view_;

Completed in 85 milliseconds