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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 43 PassRefPtrWillBeRawPtr<VideoPlaybackQuality> HTMLVideoElementMediaSource::getVideoPlaybackQuality(HTMLVideoElement& videoElement)
48 blink::WebMediaPlayer* webMediaPlayer = videoElement.webMediaPlayer();
55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 65 if (videoElement()->shouldDisplayPosterImage())
89 HTMLVideoElement* video = videoElement();
127 if (videoElement()->shouldDisplayPosterImage())
138 if (videoElement()->shouldDisplayPosterImage())
146 return !videoElement()->shouldDisplayPosterImage();
152 bool displayingPoster = videoElement()->shouldDisplayPosterImage();
191 HTMLVideoElement* RenderVideo::videoElement() const
210 if (!videoElement()->isActive())
213 videoElement()->setNeedsCompositingUpdate();
RenderVideo.h 50 inline HTMLVideoElement* videoElement() const;
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 61 var videoElement = $(videoElementName);
66 context.drawImage(videoElement, 0, 0, width, height);
75 callback(videoElement.videoWidth, videoElement.videoHeight);
91 function waitForVideo(videoElement) {
93 detectVideoPlaying(videoElement, function () { eventOccured(); });
96 function waitForVideoToStop(videoElement) {
98 detectVideoStopped(videoElement, function () { eventOccured(); });
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 234 SMILMediaElement videoElement = createMediaElement(
236 par.appendChild(videoElement);

Completed in 1509 milliseconds