HomeSort by relevance Sort by last modified time
    Searched refs:notifier (Results 126 - 150 of 325) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/invalidation/
invalidation_notifier.h 30 namespace notifier { namespace
32 } // namespace notifier
non_blocking_invalidator_unittest.cc 17 #include "jingle/notifier/base/fake_base_task.h"
42 notifier::NotifierOptions notifier_options;
non_blocking_invalidator.h 24 #include "jingle/notifier/base/notifier_options.h"
73 const notifier::NotifierOptions& notifier_options);
  /external/chromium_org/jingle/notifier/base/
gaia_token_pre_xmpp_auth.h 14 namespace notifier { namespace
65 } // namespace notifier
xmpp_connection.h 31 namespace notifier { namespace
103 } // namespace notifier
gaia_token_pre_xmpp_auth.cc 5 #include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
15 namespace notifier { namespace
118 } // namespace notifier
  /external/chromium_org/jingle/notifier/communicator/
connection_settings_unittest.cc 5 #include "jingle/notifier/communicator/connection_settings.h"
7 #include "jingle/notifier/base/server_information.h"
10 namespace notifier { namespace
99 } // namespace notifier
login.h 16 #include "jingle/notifier/base/server_information.h"
17 #include "jingle/notifier/communicator/login_settings.h"
18 #include "jingle/notifier/communicator/single_login_attempt.h"
32 namespace notifier { namespace
129 } // namespace notifier
login_settings.cc 7 #include "jingle/notifier/communicator/login_settings.h"
10 #include "jingle/notifier/base/server_information.h"
15 namespace notifier { namespace
72 } // namespace notifier
login_settings_unittest.cc 5 #include "jingle/notifier/communicator/login_settings.h"
12 namespace notifier { namespace
77 } // namespace notifier
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 5 #include "jingle/notifier/listener/fake_push_client.h"
7 #include "jingle/notifier/listener/push_client_observer.h"
9 namespace notifier { namespace
79 } // namespace notifier
notification_defines.cc 5 #include "jingle/notifier/listener/notification_defines.h"
14 namespace notifier { namespace
78 } // namespace notifier
push_notifications_listen_task.cc 5 #include "jingle/notifier/listener/push_notifications_listen_task.h"
9 #include "jingle/notifier/listener/notification_constants.h"
10 #include "jingle/notifier/listener/notification_defines.h"
11 #include "jingle/notifier/listener/xml_element_util.h"
19 namespace notifier { namespace
102 } // namespace notifier
send_ping_task.cc 5 #include "jingle/notifier/listener/send_ping_task.h"
11 #include "jingle/notifier/listener/xml_element_util.h"
18 namespace notifier { namespace
80 } // namespace notifier
xml_element_util.cc 5 #include "jingle/notifier/listener/xml_element_util.h"
16 namespace notifier { namespace
51 } // namespace notifier
xmpp_push_client.cc 5 #include "jingle/notifier/listener/xmpp_push_client.h"
9 #include "jingle/notifier/base/notifier_options_util.h"
10 #include "jingle/notifier/listener/push_client_observer.h"
11 #include "jingle/notifier/listener/send_ping_task.h"
12 #include "jingle/notifier/listener/push_notifications_send_update_task.h"
14 namespace notifier { namespace
130 login_.reset(new notifier::Login(this,
166 } // namespace notifier
  /external/chromium_org/net/base/
network_change_notifier_mac.h 60 void* notifier);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SystemSyncContentResolverDelegate.java 5 package org.chromium.sync.notifier;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 28 #include "jingle/notifier/base/notifier_options.h"
29 #include "jingle/notifier/listener/push_client.h"
30 #include "jingle/notifier/listener/push_client_observer.h"
40 public notifier::PushClientObserver {
79 // notifier::PushClientObserver implementation.
82 notifier::NotificationsDisabledReason reason) OVERRIDE;
84 const notifier::Notification& notification) OVERRIDE;
136 scoped_ptr<notifier::PushClient> push_client_;
338 notifier::NotifierOptions notifier_options;
346 push_client_ = notifier::PushClient::CreateDefault(notifier_options)
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 239 StorageMonitor* notifier() { function in class:storage_monitor::__anon11468::StorageMonitorLinuxTest
245 if (!notifier()->GetStorageInfoForPath(path, &info))
601 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_a, &device_info));
609 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_b, &device_info));
613 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_c, &device_info));
618 EXPECT_FALSE(notifier()->GetStorageInfoForPath(base::FilePath(kInvalidPath),
623 notifier()->GetStorageInfoForPath(test_path_a.Append("some/other/path"),
639 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_a, &device_info));
642 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_b, &device_info));
645 EXPECT_TRUE(notifier()->GetStorageInfoForPath(test_path_c, &device_info))
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 610 scoped_refptr<ThreadNotifier> notifier(
612 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
641 scoped_refptr<ThreadNotifier> notifier(
643 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
679 scoped_refptr<ThreadNotifier> notifier(
681 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
708 scoped_refptr<ThreadNotifier> notifier(
710 notifier->Notify(chrome::NOTIFICATION_HISTORY_URL_VISITED,
747 scoped_refptr<ThreadNotifier> notifier(
749 notifier->Notify(chrome::NOTIFICATION_HISTORY_URL_VISITED
    [all...]
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 31 public MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description) {
33 fNotifier= notifier;
  /frameworks/base/services/core/java/com/android/server/location/
RemoteListenerHelper.java 151 protected void setSupported(boolean value, ListenerOperation<TListener> notifier) {
155 foreachUnsafe(notifier);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.h 148 // and |state_manager|. This instance will take ownership of |notifier|.
152 VariationsService(ResourceRequestAllowedNotifier* notifier,
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.h 71 std::vector<message_center::Notifier*>* notifiers) OVERRIDE;
72 virtual void SetNotifierEnabled(const message_center::Notifier& notifier,
101 // Sets up the notifier group for the guest session. This needs to be
110 // The views displaying notifier settings.
120 // The list of all configurable notifier groups. This is each profile that is

Completed in 365 milliseconds

1 2 3 4 56 7 8 91011>>