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

/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.h23 class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView, class in namespace:ash
26 explicit OverviewButtonTray(StatusAreaWidget* status_area_widget);
27 virtual ~OverviewButtonTray();
61 DISALLOW_COPY_AND_ASSIGN(OverviewButtonTray);
H A Doverview_button_tray.cc33 OverviewButtonTray::OverviewButtonTray(StatusAreaWidget* status_area_widget) function in class:ash::OverviewButtonTray
47 OverviewButtonTray::~OverviewButtonTray() {
51 void OverviewButtonTray::UpdateAfterLoginStatusChange(
56 bool OverviewButtonTray::PerformAction(const ui::Event& event) {
64 void OverviewButtonTray::OnMaximizeModeStarted() {
68 void OverviewButtonTray::OnMaximizeModeEnded() {
72 bool OverviewButtonTray::ClickedOutsideBubble() {
78 base::string16 OverviewButtonTray
[all...]

Completed in 1239 milliseconds