Home
last modified time | relevance | path

Searched refs:should_block_shelf_auto_hide_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc174 should_block_shelf_auto_hide_(false) { in WebNotificationTray()
211 should_block_shelf_auto_hide_ = true; in ShowMessageCenterInternal()
266 should_block_shelf_auto_hide_ = false; in HideMessageCenter()
299 return should_block_shelf_auto_hide_; in ShouldBlockShelfAutoHide()
Dweb_notification_tray.h176 bool should_block_shelf_auto_hide_; variable