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

  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.cc 136 playing_state_.set_playing(true);
145 playing_state_.set_playing(false);
369 playing_state_.set_playing(true);
401 playing_state_.set_playing(false);
webrtc_audio_renderer.h 52 void set_playing(bool playing) { function in class:content::WebRtcAudioRenderer::PlayingState
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 65 void set_playing(bool playing) { playing_ = playing; } function in class:content::AudioRendererHost::AudioEntry
286 entry->set_playing(true);
294 entry->set_playing(false);

Completed in 56 milliseconds