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.cc283 if (std::find(notification_items_.begin(), notification_items_.end(), item) in ShowNotificationView()
284 != notification_items_.end()) in ShowNotificationView()
286 notification_items_.push_back(item); in ShowNotificationView()
292 std::find(notification_items_.begin(), notification_items_.end(), item); in HideNotificationView()
293 if (found_iter == notification_items_.end()) in HideNotificationView()
295 notification_items_.erase(found_iter); in HideNotificationView()
533 if (notification_items_.empty()) { in UpdateNotificationBubble()
541 this, notification_items_, SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION); in UpdateNotificationBubble()
563 init_params.arrow_offset = GetTrayXOffset(notification_items_[0]); in UpdateNotificationBubble()
Dsystem_tray.h212 std::vector<SystemTrayItem*> notification_items_; variable