HomeSort by relevance Sort by last modified time
    Searched defs:PrivetNotificationsListener (Results 1 - 2 of 2) 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...]

Completed in 3024 milliseconds