Home | History | Annotate | Download | only in notifications

Lines Matching refs:DesktopNotificationService

206 // DesktopNotificationService -------------------------------------------------
209 string16 DesktopNotificationService::CreateDataUrl(
243 string16 DesktopNotificationService::CreateDataUrl(
259 DesktopNotificationService::DesktopNotificationService(Profile* profile,
268 DesktopNotificationService::~DesktopNotificationService() {
272 void DesktopNotificationService::RegisterUserPrefs(PrefService* user_prefs) {
278 void DesktopNotificationService::InitPrefs() {
300 void DesktopNotificationService::StartObserving() {
316 void DesktopNotificationService::StopObserving() {
323 void DesktopNotificationService::GrantPermission(const GURL& origin) {
342 void DesktopNotificationService::DenyPermission(const GURL& origin) {
362 void DesktopNotificationService::Observe(NotificationType type,
392 void DesktopNotificationService::OnPrefsChanged(const std::string& pref_name) {
416 ContentSetting DesktopNotificationService::GetDefaultContentSetting() {
421 void DesktopNotificationService::SetDefaultContentSetting(
427 bool DesktopNotificationService::IsDefaultContentSettingManaged() const {
432 void DesktopNotificationService::ResetToDefaultContentSetting() {
437 std::vector<GURL> DesktopNotificationService::GetAllowedOrigins() {
451 std::vector<GURL> DesktopNotificationService::GetBlockedOrigins() {
465 void DesktopNotificationService::ResetAllowedOrigin(const GURL& origin) {
476 void DesktopNotificationService::ResetBlockedOrigin(const GURL& origin) {
487 void DesktopNotificationService::ResetAllOrigins() {
491 ContentSetting DesktopNotificationService::GetContentSetting(
503 void DesktopNotificationService::RequestPermission(
536 void DesktopNotificationService::ShowNotification(
541 bool DesktopNotificationService::CancelDesktopNotification(
550 bool DesktopNotificationService::ShowDesktopNotification(
575 string16 DesktopNotificationService::DisplayNameForOrigin(
589 void DesktopNotificationService::NotifySettingsChange() {
592 Source<DesktopNotificationService>(this),