Home | History | Annotate | Download | only in history

Lines Matching defs:notifications_

83     STLDeleteValues(&notifications_);
117 NotificationList notifications_;
156 notifications_.push_back(std::make_pair(type, details.release()));
325 for (size_t i = 0; i < notifications_.size(); i++) {
326 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_DELETED) {
328 notifications_[i].second);
340 } else if (notifications_[i].first ==
343 static_cast<URLsModifiedDetails*>(notifications_[i].second)->
355 for (size_t i = 0; i < notifications_.size(); i++) {
356 if (notifications_[i].first == chrome::NOTIFICATION_HISTORY_URLS_MODIFIED) {
358 static_cast<URLsModifiedDetails*>(notifications_[i].second)->