Home
last modified time | relevance | path

Searched refs:P2PNotifier (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
Dp2p_notifier.cc21 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()
[all …]
Dp2p_notifier.h31 class P2PNotifier
35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
37 virtual ~P2PNotifier();
Dsync_notifier_factory.cc91 return new P2PNotifier(notifier_options); in CreateDefaultSyncNotifier()