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

  /external/chromium_org/ui/message_center/
message_center.cc 21 g_message_center = new MessageCenterImpl();
message_center_impl.cc 397 // MessageCenterImpl::NotificationCache
399 MessageCenterImpl::NotificationCache::NotificationCache()
402 MessageCenterImpl::NotificationCache::~NotificationCache() {}
404 void MessageCenterImpl::NotificationCache::Rebuild(
410 void MessageCenterImpl::NotificationCache::RecountUnread() {
421 // MessageCenterImpl
423 MessageCenterImpl::MessageCenterImpl()
431 MessageCenterImpl::~MessageCenterImpl() {
    [all...]
message_center_impl.h 24 class MessageCenterImpl;
124 // Weak, this class is owned by MessageCenterImpl.
140 class MessageCenterImpl : public MessageCenter,
144 MessageCenterImpl();
145 virtual ~MessageCenterImpl();
228 scoped_ptr<base::OneShotTimer<MessageCenterImpl> > quiet_mode_timer_;
236 DISALLOW_COPY_AND_ASSIGN(MessageCenterImpl);
message_center_impl_unittest.cc 49 MessageCenterImpl* message_center_impl() const {
50 return reinterpret_cast<MessageCenterImpl*>(message_center_);
    [all...]

Completed in 495 milliseconds