HomeSort by relevance Sort by last modified time
    Searched refs:sync_notifier (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/chrome/browser/sync/notifier/
mock_sync_notifier_observer.cc 7 namespace sync_notifier { namespace
12 } // namespace sync_notifier
state_writer.h 13 namespace sync_notifier { namespace
22 } // sync_notifier
mock_sync_notifier_observer.h 14 namespace sync_notifier { namespace
27 } // namespace sync_notifier
sync_notifier_observer.h 13 namespace sync_notifier { namespace
29 } // namespace sync_notifier
sync_notifier.h 30 namespace sync_notifier { namespace
58 } // namespace sync_notifier
sync_notifier_factory.h 18 namespace sync_notifier { namespace
41 } // namespace sync_notifier
cache_invalidation_packet_handler.h 29 namespace sync_notifier { namespace
72 } // namespace sync_notifier
chrome_system_resources.h 23 namespace sync_notifier { namespace
78 } // namespace sync_notifier
invalidation_util.h 16 namespace sync_notifier { namespace
44 } // namespace sync_notifier
non_blocking_invalidation_notifier.h 16 #include "chrome/browser/sync/notifier/sync_notifier.h"
23 namespace sync_notifier { namespace
54 } // namespace sync_notifier
non_blocking_invalidation_notifier_unittest.cc 19 namespace sync_notifier { namespace
75 } // namespace sync_notifier
p2p_notifier.h 16 #include "chrome/browser/sync/notifier/sync_notifier.h"
29 namespace sync_notifier { namespace
75 } // namespace sync_notifier
cache_invalidation_packet_handler_unittest.cc 17 namespace sync_notifier { namespace
80 } // namespace sync_notifier
invalidation_notifier.h 25 #include "chrome/browser/sync/notifier/sync_notifier.h"
30 namespace sync_notifier { namespace
102 } // namespace sync_notifier
invalidation_notifier_unittest.cc 20 namespace sync_notifier { namespace
88 } // namespace sync_notifier
registration_manager.h 22 namespace sync_notifier { namespace
159 } // namespace sync_notifier
chrome_invalidation_client.h 35 namespace sync_notifier { namespace
118 } // namespace sync_notifier
invalidation_util.cc 9 namespace sync_notifier { namespace
95 } // namespace sync_notifier
chrome_system_resources_unittest.cc 17 namespace sync_notifier { namespace
invalidation_notifier.cc 20 namespace sync_notifier { namespace
133 } // namespace sync_notifier
p2p_notifier.cc 14 namespace sync_notifier { namespace
150 } // namespace sync_notifier
sync_notifier_factory.cc 14 #include "chrome/browser/sync/notifier/sync_notifier.h"
20 namespace sync_notifier { namespace
111 } // namespace sync_notifier
chrome_system_resources.cc 18 namespace sync_notifier { namespace
169 } // namespace sync_notifier
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 15 #include "chrome/browser/sync/notifier/sync_notifier.h"
29 class NotificationPrinter : public sync_notifier::SyncNotifierObserver {
97 sync_notifier::SyncNotifierFactory sync_notifier_factory(kClientInfo);
98 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier(
102 sync_notifier->AddObserver(&notification_printer);
104 sync_notifier->UpdateCredentials(email, token);
112 sync_notifier->UpdateEnabledTypes(types);
117 sync_notifier->RemoveObserver(&notification_printer);
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 70 namespace sync_notifier { namespace
72 } // namespace sync_notifier
    [all...]

Completed in 73 milliseconds

1 2