Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/
Dsync_manager_impl.h214 struct NotificationInfo { struct
227 typedef std::map<ModelType, NotificationInfo> NotificationInfoMap; argument
Dsync_manager_impl.cc186 SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {} in NotificationInfo() function in syncer::SyncManagerImpl::NotificationInfo