Searched defs:videoElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.cpp76 if (videoElement()->shouldDisplayPosterImage())
100 HTMLVideoElement* video = videoElement();
141 if (videoElement()->shouldDisplayPosterImage())
151 if (m_cachedImageSize.isEmpty() && videoElement()->shouldDisplayPosterImage())
155 if (videoElement()->shouldDisplayPosterImage())
184 return !videoElement()->shouldDisplayPosterImage();
190 bool displayingPoster = videoElement()->shouldDisplayPosterImage();
217 HTMLVideoElement* RenderVideo::videoElement() const function in class:WebCore::RenderVideo
237 if (!videoElement()->inActiveDocument()) {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoQt.cpp170 HTMLVideoElement* videoElement = static_cast<HTMLVideoElement*>(node); local
171 PlatformMedia platformMedia = videoElement->platformMedia();
196 HTMLVideoElement* videoElement = static_cast<HTMLVideoElement*>(node); local
197 PlatformMedia platformMedia = videoElement->platformMedia();

Completed in 122 milliseconds