Home
last modified time | relevance | path

Searched refs:PlaySystemSoundIfSpokenFeedback (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/audio/
Dsounds.h23 ASH_EXPORT bool PlaySystemSoundIfSpokenFeedback(
Dsounds.cc20 bool PlaySystemSoundIfSpokenFeedback(SoundsManager::SoundKey key) { in PlaySystemSoundIfSpokenFeedback() function
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Duser_image_screen_handler.cc188 ash::PlaySystemSoundIfSpokenFeedback(SOUND_CAMERA_SNAP); in HandleTakePhoto()
192 ash::PlaySystemSoundIfSpokenFeedback(SOUND_OBJECT_DELETE); in HandleDiscardPhoto()
Dsupervised_user_creation_screen_handler.cc427 ash::PlaySystemSoundIfSpokenFeedback(SOUND_CAMERA_SNAP); in HandleTakePhoto()
433 ash::PlaySystemSoundIfSpokenFeedback(SOUND_OBJECT_DELETE); in HandleDiscardPhoto()
/external/chromium_org/ash/
Dash_touch_exploration_manager_chromeos.cc65 PlaySystemSoundIfSpokenFeedback(chromeos::SOUND_VOLUME_ADJUST); in PlayVolumeAdjustEarcon()
/external/chromium_org/chrome/browser/ui/ash/
Dvolume_controller_chromeos.cc33 ash::PlaySystemSoundIfSpokenFeedback(chromeos::SOUND_VOLUME_ADJUST); in PlayVolumeAdjustSound()
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker.cc155 base::Bind(base::IgnoreResult(&ash::PlaySystemSoundIfSpokenFeedback), in ScreenLocker()
451 ash::PlaySystemSoundIfSpokenFeedback(SOUND_UNLOCK); in ScheduleDeletion()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dchange_picture_options_handler.cc220 ash::PlaySystemSoundIfSpokenFeedback(SOUND_CAMERA_SNAP); in HandleTakePhoto()
228 ash::PlaySystemSoundIfSpokenFeedback(SOUND_OBJECT_DELETE); in HandleDiscardPhoto()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Daccessibility_manager.cc711 ash::PlaySystemSoundIfSpokenFeedback(sound_key); in PlayEarcon()
979 if (!ash::PlaySystemSoundIfSpokenFeedback(SOUND_SHUTDOWN)) in PlayShutdownSound()
/external/chromium_org/chrome/browser/chromeos/login/ui/
Dlogin_display_host_impl.cc1148 !ash::PlaySystemSoundIfSpokenFeedback(SOUND_STARTUP)) { in TryToPlayStartupSound()