Home
last modified time | relevance | path

Searched refs:MockNotificationDelegate (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dnotification_test_util.cc7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id) in MockNotificationDelegate() function in MockNotificationDelegate
10 MockNotificationDelegate::~MockNotificationDelegate() {} in ~MockNotificationDelegate()
12 std::string MockNotificationDelegate::id() const { in id()
Dnotification_test_util.h17 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/
Dnotification_browsertest.cc72 return NewMockNotification(new MockNotificationDelegate(id)); in NewMockNotification()
229 scoped_refptr<MockNotificationDelegate> delegate( in IN_PROC_BROWSER_TEST_F()
230 new MockNotificationDelegate("power")); in IN_PROC_BROWSER_TEST_F()
588 new MockNotificationDelegate("1")), in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_browsertest.cc324 scoped_refptr<NotificationDelegate> del1(new MockNotificationDelegate("n1")); in IN_PROC_BROWSER_TEST_F()
327 scoped_refptr<NotificationDelegate> del2(new MockNotificationDelegate("n2")); in IN_PROC_BROWSER_TEST_F()