Searched refs:NOTIFY_SELF (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/sync/notifier/ |
D | p2p_invalidator.cc | 37 case NOTIFY_SELF: in P2PNotificationTargetToString() 52 return NOTIFY_SELF; in P2PNotificationTargetFromString() 61 return NOTIFY_SELF; in P2PNotificationTargetFromString() 65 : target_(NOTIFY_SELF) {} in P2PNotificationData() 79 case NOTIFY_SELF: in IsTargeted() 222 NOTIFY_SELF, in OnNotificationsEnabled()
|
D | p2p_invalidator_unittest.cc | 131 EXPECT_EQ(NOTIFY_SELF, P2PNotificationTargetFromString("unknown")); in TEST_F() 138 "sender", NOTIFY_SELF, ObjectIdInvalidationMap()); in TEST_F() 288 P2PNotificationData("sender", NOTIFY_SELF, invalidation_map)); in TEST_F() 296 P2PNotificationData("sender2", NOTIFY_SELF, invalidation_map)); in TEST_F() 302 P2PNotificationData("sender", NOTIFY_SELF, ObjectIdInvalidationMap())); in TEST_F()
|
D | p2p_invalidator.h | 40 NOTIFY_SELF, enumerator 41 FIRST_NOTIFICATION_TARGET = NOTIFY_SELF,
|