HomeSort by relevance Sort by last modified time
    Searched refs:MockNotificationDelegate (Results 1 - 4 of 4) 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);
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 72 return NewMockNotification(new MockNotificationDelegate(id));
229 scoped_refptr<MockNotificationDelegate> delegate(
230 new MockNotificationDelegate("power"));
588 new MockNotificationDelegate("1")),
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 324 scoped_refptr<NotificationDelegate> del1(new MockNotificationDelegate("n1"));
327 scoped_refptr<NotificationDelegate> del2(new MockNotificationDelegate("n2"));

Completed in 62 milliseconds