HomeSort by relevance Sort by last modified time
    Searched refs:MediaDelegateChromeOS (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
media_delegate_chromeos.h 12 class MediaDelegateChromeOS : public ash::MediaDelegate,
15 MediaDelegateChromeOS();
16 virtual ~MediaDelegateChromeOS();
34 base::WeakPtrFactory<MediaDelegateChromeOS> weak_ptr_factory_;
36 DISALLOW_COPY_AND_ASSIGN(MediaDelegateChromeOS);
media_delegate_chromeos.cc 127 MediaDelegateChromeOS::MediaDelegateChromeOS() : weak_ptr_factory_(this) {
131 MediaDelegateChromeOS::~MediaDelegateChromeOS() {
135 void MediaDelegateChromeOS::HandleMediaNextTrack() {
141 void MediaDelegateChromeOS::HandleMediaPlayPause() {
147 void MediaDelegateChromeOS::HandleMediaPrevTrack() {
153 ash::MediaCaptureState MediaDelegateChromeOS::GetMediaCaptureState(
158 void MediaDelegateChromeOS::OnRequestUpdate(
165 base::Bind(&MediaDelegateChromeOS::NotifyMediaCaptureChange
    [all...]
chrome_shell_delegate_chromeos.cc 242 return new MediaDelegateChromeOS;

Completed in 198 milliseconds