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

  /external/chromium/chrome/browser/notifications/
notification_test_util.cc 7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id)
10 MockNotificationDelegate::~MockNotificationDelegate() {}
12 std::string MockNotificationDelegate::id() const {
notification_test_util.h 17 class MockNotificationDelegate : public NotificationDelegate {
19 explicit MockNotificationDelegate(const std::string& id);
20 virtual ~MockNotificationDelegate();
32 DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);

Completed in 1346 milliseconds