Searched refs:PrivetNotificationService (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_factory.cc20 "PrivetNotificationService",
29 return new PrivetNotificationService(profile);
34 return PrivetNotificationService::IsEnabled();
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...]
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();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc606 !local_discovery::PrivetNotificationService::IsEnabled());

Completed in 737 milliseconds