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

  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 41 MOCK_METHOD0(OnPlaying, void());
131 // Expect the event handler to receive one OnPlaying() call.
132 EXPECT_CALL(mock_event_handler_, OnPlaying())
156 EXPECT_CALL(mock_event_handler_, OnPlaying())
170 // Expect the handler to receive one OnPlaying() call as a result of the
172 EXPECT_CALL(mock_event_handler_, OnPlaying())
202 // Expect the handler to receive one OnPlaying() call as a result of the
204 EXPECT_CALL(mock_event_handler_, OnPlaying())
218 EXPECT_CALL(mock_event_handler_, OnPlaying())
audio_output_controller.h 71 virtual void OnPlaying() = 0;
audio_output_controller.cc 193 handler_->OnPlaying();
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 70 virtual void OnPlaying() OVERRIDE;
176 void AudioRendererHost::AudioEntry::OnPlaying() {

Completed in 63 milliseconds