Home
last modified time | relevance | path

Searched refs:ShelfAutoHideState (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h145 ShelfAutoHideState auto_hide_state() const { return state_.auto_hide_state; } in auto_hide_state()
261 ShelfAutoHideState auto_hide_state;
314 ShelfAutoHideState CalculateAutoHideState(
398 ShelfAutoHideState gesture_drag_auto_hide_state_;
Dshelf_types.h39 enum ShelfAutoHideState { enum
Dshelf_layout_manager_observer.h29 virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} in OnAutoHideStateChanged()
Dshelf_tooltip_manager.h91 virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) OVERRIDE;
Dshelf_tooltip_manager.cc312 void ShelfTooltipManager::OnAutoHideStateChanged(ShelfAutoHideState new_state) { in OnAutoHideStateChanged()
Dshelf_layout_manager.cc355 ShelfAutoHideState auto_hide_state = in UpdateAutoHideState()
986 ShelfAutoHideState ShelfLayoutManager::CalculateAutoHideState( in CalculateAutoHideState()
Dshelf_layout_manager_unittest.cc250 ShelfAutoHideState new_state) OVERRIDE { in OnAutoHideStateChanged()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc95 virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) OVERRIDE;
168 void WorkAreaObserver::OnAutoHideStateChanged(ShelfAutoHideState new_state) { in OnAutoHideStateChanged()