Searched refs:MockNotificationDelegate (Results 1 – 4 of 4) sorted by relevance
7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id) in MockNotificationDelegate() function in MockNotificationDelegate10 MockNotificationDelegate::~MockNotificationDelegate() {} in ~MockNotificationDelegate()12 std::string MockNotificationDelegate::id() const { in id()
17 class MockNotificationDelegate : public NotificationDelegate {19 explicit MockNotificationDelegate(const std::string& id);20 virtual ~MockNotificationDelegate();32 DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);
72 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()
324 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()