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

  /external/chromium_org/sync/notifier/
p2p_invalidator.h 38 enum P2PNotificationTarget {
47 P2PNotificationTarget target);
50 SYNC_EXPORT_PRIVATE P2PNotificationTarget P2PNotificationTargetFromString(
61 P2PNotificationTarget target,
83 P2PNotificationTarget target_;
99 P2PNotificationTarget send_notification_target);
142 P2PNotificationTarget send_notification_target_;
p2p_invalidator.cc 33 std::string P2PNotificationTargetToString(P2PNotificationTarget target) {
47 P2PNotificationTarget P2PNotificationTargetFromString(
67 P2PNotificationTarget target,
141 P2PNotificationTarget send_notification_target)
p2p_invalidator_unittest.cc 122 // Make sure the P2PNotificationTarget <-> string conversions work.
123 TEST_F(P2PInvalidatorTest, P2PNotificationTarget) {
126 P2PNotificationTarget target = static_cast<P2PNotificationTarget>(i);

Completed in 6752 milliseconds