HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFY_SELF (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/notifier/
p2p_invalidator.cc 35 case NOTIFY_SELF:
50 return NOTIFY_SELF;
59 return NOTIFY_SELF;
63 : target_(NOTIFY_SELF) {}
77 case NOTIFY_SELF:
175 NOTIFY_SELF,
231 NOTIFY_SELF,
p2p_invalidator.h 39 NOTIFY_SELF,
40 FIRST_NOTIFICATION_TARGET = NOTIFY_SELF,
49 // If |target_str| can't be parsed, assumes NOTIFY_SELF.
57 // Initializes with an empty sender ID, target set to NOTIFY_SELF,
p2p_invalidator_unittest.cc 131 EXPECT_EQ(NOTIFY_SELF, P2PNotificationTargetFromString("unknown"));
138 "sender", NOTIFY_SELF, ObjectIdInvalidationMap());
305 P2PNotificationData("sender", NOTIFY_SELF, invalidation_map));
312 P2PNotificationData("sender2", NOTIFY_SELF, invalidation_map));
318 P2PNotificationData("sender", NOTIFY_SELF, ObjectIdInvalidationMap()));

Completed in 2383 milliseconds