Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/tray/
Dsystem_tray.cc294 if (std::find(notification_items_.begin(), notification_items_.end(), item) in ShowNotificationView()
295 != notification_items_.end()) in ShowNotificationView()
297 notification_items_.push_back(item); in ShowNotificationView()
303 std::find(notification_items_.begin(), notification_items_.end(), item); in HideNotificationView()
304 if (found_iter == notification_items_.end()) in HideNotificationView()
306 notification_items_.erase(found_iter); in HideNotificationView()
535 if (notification_items_.empty()) { in UpdateNotificationBubble()
543 this, notification_items_, SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION); in UpdateNotificationBubble()
566 init_params.arrow_offset = GetTrayXOffset(notification_items_[0]); in UpdateNotificationBubble()
Dsystem_tray.h215 std::vector<SystemTrayItem*> notification_items_; variable