HomeSort by relevance Sort by last modified time
    Searched full:onplaying (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 41 MOCK_METHOD0(OnPlaying, void());
132 // Expect the event handler to receive one OnPlaying() call and one or more
134 EXPECT_CALL(mock_event_handler_, OnPlaying())
162 EXPECT_CALL(mock_event_handler_, OnPlaying())
176 // Expect the handler to receive one OnPlaying() call as a result of the
178 EXPECT_CALL(mock_event_handler_, OnPlaying())
208 // Expect the handler to receive one OnPlaying() call as a result of the
210 EXPECT_CALL(mock_event_handler_, OnPlaying())
224 EXPECT_CALL(mock_event_handler_, OnPlaying())
audio_output_controller.h 72 virtual void OnPlaying() = 0;
audio_output_controller.cc 221 handler_->OnPlaying();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 235 onplaying
  /external/chromium_org/tools/perf/metrics/
media.js 43 metric.onPlaying(e);
112 HTMLMediaMetric.prototype.onPlaying = function(event) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.idl 76 attribute EventHandler onplaying;
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 65 virtual void OnPlaying() OVERRIDE;
161 void AudioRendererHost::AudioEntry::OnPlaying() {

Completed in 1667 milliseconds