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

/external/chromium_org/athena/system/
H A Dbackground_controller.h19 class BackgroundView;
30 BackgroundView* background_view_;
H A Dbackground_controller.cc17 class BackgroundView : public views::View { class in namespace:athena
19 BackgroundView() : system_info_view_(NULL) { function in class:athena::BackgroundView
24 virtual ~BackgroundView() {}
54 DISALLOW_COPY_AND_ASSIGN(BackgroundView);
64 background_view_ = new BackgroundView;

Completed in 60 milliseconds