Home
last modified time | relevance | path

Searched refs:shouldDisplayPosterImage (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp76 if (videoElement()->shouldDisplayPosterImage()) in intrinsicSizeChanged()
115 …if (video->shouldDisplayPosterImage() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOc… in calculateIntrinsicSize()
141 if (videoElement()->shouldDisplayPosterImage()) in imageChanged()
151 if (m_cachedImageSize.isEmpty() && videoElement()->shouldDisplayPosterImage()) in videoBox()
155 if (videoElement()->shouldDisplayPosterImage()) in videoBox()
184 return !videoElement()->shouldDisplayPosterImage(); in shouldDisplayVideo()
190 bool displayingPoster = videoElement()->shouldDisplayPosterImage(); in paintReplaced()
/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp76 if (shouldDisplayPosterImage()) { in attach()
90 if (!shouldDisplayPosterImage() && m_imageLoader) in detach()
103 if (shouldDisplayPosterImage()) { in parseMappedAttribute()
DHTMLVideoElement.h67 …bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterW… in shouldDisplayPosterImage() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0684132 (WebCore::HTMLVideoElement::attach): Call shouldDisplayPosterImage instead of checking
84136 updateDisplayState so shouldDisplayPosterImage() will return the correct result. Remove the
84144 (WebCore::HTMLVideoElement::shouldDisplayPosterImage):
DChangeLog23136 … (WebCore::HTMLVideoElement::shouldDisplayPosterImage): Update to return true when display mode