summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-6/+4
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-6/+7
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-8/+38
* Call close_timer_.Reset() from StopStreamTask.rnk@google.com2011-11-241-1/+1
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+4
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-141-14/+39
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+115