Home
last modified time | relevance | path

Searched refs:PrivetNotificationsListener (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications.cc74 PrivetNotificationsListener::PrivetNotificationsListener( in PrivetNotificationsListener() function in local_discovery::PrivetNotificationsListener
81 PrivetNotificationsListener::~PrivetNotificationsListener() { in ~PrivetNotificationsListener()
84 void PrivetNotificationsListener::DeviceChanged( in DeviceChanged()
111 base::Bind(&PrivetNotificationsListener::CreateInfoOperation, in DeviceChanged()
118 void PrivetNotificationsListener::CreateInfoOperation( in CreateInfoOperation()
131 base::Bind(&PrivetNotificationsListener::OnPrivetInfoDone, in CreateInfoOperation()
137 void PrivetNotificationsListener::OnPrivetInfoDone( in OnPrivetInfoDone()
154 void PrivetNotificationsListener::DeviceRemoved(const std::string& name) { in DeviceRemoved()
166 void PrivetNotificationsListener::DeviceCacheFlushed() { in DeviceCacheFlushed()
182 void PrivetNotificationsListener::NotifyDeviceRemoved() { in NotifyDeviceRemoved()
[all …]
Dprivet_notifications.h36 class PrivetNotificationsListener {
49 PrivetNotificationsListener(
52 virtual ~PrivetNotificationsListener();
94 public PrivetNotificationsListener::Delegate,
122 scoped_ptr<PrivetNotificationsListener> privet_notifications_listener_;
Dprivet_notifications_unittest.cc34 : public PrivetNotificationsListener::Delegate {
89 notification_listener_.reset(new PrivetNotificationsListener( in PrivetNotificationsListenerTest()
119 scoped_ptr<PrivetNotificationsListener> notification_listener_;