Searched defs:PrivetNotificationService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.h91 class PrivetNotificationService class in namespace:local_discovery
95 public base::SupportsWeakPtr<PrivetNotificationService> {
97 explicit PrivetNotificationService(content::BrowserContext* profile);
98 virtual ~PrivetNotificationService();
H A Dprivet_notifications.cc197 PrivetNotificationService::PrivetNotificationService( function in class:local_discovery::PrivetNotificationService
202 base::Bind(&PrivetNotificationService::Start, AsWeakPtr()),
207 PrivetNotificationService::~PrivetNotificationService() {
210 void PrivetNotificationService::DeviceChanged(
217 void PrivetNotificationService::DeviceRemoved(const std::string& name) {
221 void PrivetNotificationService::DeviceCacheFlushed() {
226 bool PrivetNotificationService::IsEnabled() {
233 bool PrivetNotificationService
[all...]

Completed in 194 milliseconds