Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1135 struct NotificationInfo { struct
1139 NotificationInfo() : total_count(0) {} in NotificationInfo() argument
1141 ~NotificationInfo() {} in ~NotificationInfo() argument
1152 typedef std::map<syncable::ModelType, NotificationInfo> NotificationInfoMap;
2715 NotificationInfo* info = &notification_info_map_[it->first]; in UpdateNotificationInfo()