HomeSort by relevance Sort by last modified time
    Searched defs:MessageCenterImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/
message_center_impl.h 23 class MessageCenterImpl;
121 // Weak, this class is owned by MessageCenterImpl.
137 class MessageCenterImpl : public MessageCenter,
140 MessageCenterImpl();
141 virtual ~MessageCenterImpl();
214 scoped_ptr<base::OneShotTimer<MessageCenterImpl> > quiet_mode_timer_;
222 DISALLOW_COPY_AND_ASSIGN(MessageCenterImpl);
message_center_impl.cc 394 // MessageCenterImpl::NotificationCache
396 MessageCenterImpl::NotificationCache::NotificationCache()
399 MessageCenterImpl::NotificationCache::~NotificationCache() {}
401 void MessageCenterImpl::NotificationCache::Rebuild(
407 void MessageCenterImpl::NotificationCache::RecountUnread() {
418 // MessageCenterImpl
420 MessageCenterImpl::MessageCenterImpl()
428 MessageCenterImpl::~MessageCenterImpl() {}
    [all...]

Completed in 139 milliseconds