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

  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 21 P2PNotifier::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::SendNotification()
    [all...]
p2p_notifier.h 31 class P2PNotifier
35 explicit P2PNotifier(const notifier::NotifierOptions& notifier_options);
37 virtual ~P2PNotifier();
sync_notifier_factory.cc 91 return new P2PNotifier(notifier_options);

Completed in 121 milliseconds