Home | History | Annotate | Download | only in notifications

Lines Matching defs:DesktopNotificationService

68                      DesktopNotificationService* notification_service,
78 DesktopNotificationService* notification_service,
102 DesktopNotificationService* notification_service_;
119 DesktopNotificationService* notification_service,
133 DesktopNotificationService* notification_service,
194 // DesktopNotificationService -------------------------------------------------
197 void DesktopNotificationService::RegisterProfilePrefs(
208 string16 DesktopNotificationService::CreateDataUrl(
242 string16 DesktopNotificationService::CreateDataUrl(
259 std::string DesktopNotificationService::AddNotification(
286 std::string DesktopNotificationService::AddIconNotification(
311 void DesktopNotificationService::RemoveNotification(
316 DesktopNotificationService::DesktopNotificationService(
332 &DesktopNotificationService::OnStringListPrefChanged,
340 &DesktopNotificationService::OnStringListPrefChanged,
348 &DesktopNotificationService::OnStringListPrefChanged,
374 DesktopNotificationService::~DesktopNotificationService() {
377 void DesktopNotificationService::GrantPermission(const GURL& origin) {
388 void DesktopNotificationService::DenyPermission(const GURL& origin) {
399 ContentSetting DesktopNotificationService::GetDefaultContentSetting(
405 void DesktopNotificationService::SetDefaultContentSetting(
411 void DesktopNotificationService::ResetToDefaultContentSetting() {
416 void DesktopNotificationService::GetNotificationsSettings(
424 void DesktopNotificationService
434 void DesktopNotificationService::ResetAllOrigins() {
439 ContentSetting DesktopNotificationService::GetContentSetting(
448 void DesktopNotificationService::RequestPermission(
481 void DesktopNotificationService::ShowNotification(
486 bool DesktopNotificationService::CancelDesktopNotification(
495 bool DesktopNotificationService::ShowDesktopNotification(
520 string16 DesktopNotificationService::DisplayNameForOriginInProcessId(
545 void DesktopNotificationService::NotifySettingsChange() {
548 content::Source<DesktopNotificationService>(this),
552 NotificationUIManager* DesktopNotificationService::GetUIManager() {
560 bool DesktopNotificationService::IsNotifierEnabled(
581 void DesktopNotificationService::SetNotifierEnabled(
624 void DesktopNotificationService::OnStringListPrefChanged(
638 DesktopNotificationService::HasPermission(const GURL& origin) {
658 void DesktopNotificationService::Observe(