Searched defs:P2PNotifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
H A Dp2p_notifier.cc21 P2PNotifier::P2PNotifier( function in class:sync_notifier::P2PNotifier
34 P2PNotifier::~P2PNotifier() {
38 void P2PNotifier::AddObserver(SyncNotifierObserver* observer) {
47 void P2PNotifier::RemoveObserver(SyncNotifierObserver* observer) {
57 void P2PNotifier::SetState(const std::string& state) {
61 void P2PNotifier::UpdateCredentials(
85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) {
91 void P2PNotifier
[all...]
H A Dp2p_notifier.h31 class P2PNotifier class in namespace:sync_notifier
35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
37 virtual ~P2PNotifier();

Completed in 59 milliseconds