Searched refs:notification_items_ (Results 1 – 2 of 2) sorted by relevance
283 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()
212 std::vector<SystemTrayItem*> notification_items_; variable