Searched defs:NotificationCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc33 size_t NotificationCount() { function in class:TestDownloadStatusUpdater
258 size_t expected_notifications = updater_->NotificationCount();
266 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
272 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
278 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
284 ASSERT_EQ(expected_notifications, updater_->NotificationCount());
/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc29 size_t FakeMessageCenter::NotificationCount() const { function in class:message_center::FakeMessageCenter
H A Dnotification_list.cc297 size_t NotificationList::NotificationCount( function in class:message_center::NotificationList
H A Dmessage_center_impl.cc505 size_t MessageCenterImpl::NotificationCount() const { function in class:message_center::MessageCenterImpl

Completed in 292 milliseconds