Lines Matching refs:P2PNotifier
21 P2PNotifier::P2PNotifier( in P2PNotifier() function in sync_notifier::P2PNotifier
34 P2PNotifier::~P2PNotifier() { in ~P2PNotifier()
38 void P2PNotifier::AddObserver(SyncNotifierObserver* observer) { in AddObserver()
47 void P2PNotifier::RemoveObserver(SyncNotifierObserver* observer) { in RemoveObserver()
57 void P2PNotifier::SetState(const std::string& state) { in SetState()
61 void P2PNotifier::UpdateCredentials( in UpdateCredentials()
85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { in UpdateEnabledTypes()
91 void P2PNotifier::SendNotification() { in SendNotification()
100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange()
108 void P2PNotifier::OnIncomingNotification( in OnIncomingNotification()
119 void P2PNotifier::OnOutgoingNotification() {} in OnOutgoingNotification()
121 void P2PNotifier::MaybeEmitNotification() { in MaybeEmitNotification()
141 void P2PNotifier::CheckOrSetValidThread() { in CheckOrSetValidThread()