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

  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.idl 41 readonly attribute TimeRanges played;
MediaController.h 55 PassRefPtr<TimeRanges> played();
HTMLMediaElement.idl 66 readonly attribute TimeRanges played;
MediaController.cpp 118 PassRefPtr<TimeRanges> MediaController::played() function in class:WebCore::MediaController
123 // The played attribute must return a new static normalized TimeRanges object that represents
127 RefPtr<TimeRanges> playedRanges = (*it)->played();
129 playedRanges->unionWith((*it)->played().get());
HTMLMediaElement.h 143 PassRefPtr<TimeRanges> played();
HTMLMediaElement.cpp 3164 PassRefPtr<TimeRanges> HTMLMediaElement::played() function in class:WebCore::HTMLMediaElement
    [all...]
  /external/qemu/audio/
dsoundaudio.c 82 DWORD played; member in struct:__anon32950
618 ds->played = 0;
631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize);
690 dolog ("played %lu mixed %lu diff %ld sec %f\n",
691 ds->played,
693 ds->mixed - ds->played,
694 abs (ds->mixed - ds->played) / (double) hw->info.bytes_per_second);
audio.c 1484 int played; local
    [all...]
winaudio.c 257 int played = 0; local
291 played += wav_samples;
317 return played;
  /external/chromium_org/third_party/webrtc/test/w3c/
getusermedia_conformance_test.js 411 assert_equals(videoTag.played.length, 1, 'videoTag.played.length');
412 assert_equals(videoTag.played.start(0), 0);
413 assert_true(videoTag.played.end(0) >= videoTag.currentTime);
414 }, '[Video tag] played attribute');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 96 // the default sound should be played for this event.
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 1619 milliseconds