Searched defs:MockNotificationDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_test_util.cc7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id) function in class:MockNotificationDelegate
10 MockNotificationDelegate::~MockNotificationDelegate() {}
12 std::string MockNotificationDelegate::id() const {
H A Dnotification_test_util.h17 class MockNotificationDelegate : public NotificationDelegate { class in inherits:NotificationDelegate
19 explicit MockNotificationDelegate(const std::string& id);
20 virtual ~MockNotificationDelegate();
32 DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);

Completed in 2176 milliseconds