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

  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 33 class PrivetNotificationsListener : public PrivetInfoOperation::Delegate {
46 PrivetNotificationsListener(
49 virtual ~PrivetNotificationsListener();
94 public PrivetNotificationsListener::Delegate,
123 scoped_ptr<PrivetNotificationsListener> privet_notifications_listener_;
privet_notifications.cc 70 PrivetNotificationsListener::PrivetNotificationsListener(
76 PrivetNotificationsListener::~PrivetNotificationsListener() {
79 void PrivetNotificationsListener::DeviceChanged(
106 base::Bind(&PrivetNotificationsListener::CreateInfoOperation,
113 void PrivetNotificationsListener::CreateInfoOperation(
125 void PrivetNotificationsListener::OnPrivetInfoDone(
149 void PrivetNotificationsListener::DeviceRemoved(const std::string& name) {
161 void PrivetNotificationsListener::DeviceCacheFlushed()
    [all...]
privet_notifications_unittest.cc 26 : public PrivetNotificationsListener::Delegate {
168 notification_listener_.reset(new PrivetNotificationsListener(
188 scoped_ptr<PrivetNotificationsListener> notification_listener_;

Completed in 421 milliseconds