Searched refs:sync_notifier (Results 1 – 25 of 38) sorted by relevance
12
29 class NotificationPrinter : public sync_notifier::SyncNotifierObserver {97 sync_notifier::SyncNotifierFactory sync_notifier_factory(kClientInfo); in main()98 scoped_ptr<sync_notifier::SyncNotifier> sync_notifier( in main() local102 sync_notifier->AddObserver(¬ification_printer); in main()104 sync_notifier->UpdateCredentials(email, token); in main()112 sync_notifier->UpdateEnabledTypes(types); in main()117 sync_notifier->RemoveObserver(¬ification_printer); in main()
15 '<(DEPTH)/chrome/chrome.gyp:sync_notifier',
2 # sync_notifier depends on cacheinvalidation.4 # sync_notifier depends on the common jingle notifier classes.8 # sync_notifier depends on the xmpp part of libjingle.
7 namespace sync_notifier { namespace
13 namespace sync_notifier {
14 namespace sync_notifier {
18 namespace sync_notifier {
30 namespace sync_notifier {
16 namespace sync_notifier {
29 namespace sync_notifier {
23 namespace sync_notifier {
19 namespace sync_notifier { namespace
17 namespace sync_notifier { namespace
20 namespace sync_notifier { namespace
22 namespace sync_notifier {
9 namespace sync_notifier { namespace
35 namespace sync_notifier {
2 # sync_notifier depends on the common jingle notifier classes.
70 namespace sync_notifier {857 sync_notifier::SyncNotifier* sync_notifier,
628 class SyncNotifierMock : public sync_notifier::SyncNotifier {630 MOCK_METHOD1(AddObserver, void(sync_notifier::SyncNotifierObserver*));631 MOCK_METHOD1(RemoveObserver, void(sync_notifier::SyncNotifierObserver*));743 sync_notifier::SyncNotifierObserver* sync_notifier_observer) { in SyncNotifierAddObserver()749 sync_notifier::SyncNotifierObserver* sync_notifier_observer) { in SyncNotifierRemoveObserver()781 sync_notifier::SyncNotifierObserver* sync_notifier_observer_;