Searched refs:shouldDisplayPosterImage (Results 1 – 5 of 5) sorted by relevance
76 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()
76 if (shouldDisplayPosterImage()) { in attach()90 if (!shouldDisplayPosterImage() && m_imageLoader) in detach()103 if (shouldDisplayPosterImage()) { in parseMappedAttribute()
67 …bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterW… in shouldDisplayPosterImage() function
84132 (WebCore::HTMLVideoElement::attach): Call shouldDisplayPosterImage instead of checking84136 updateDisplayState so shouldDisplayPosterImage() will return the correct result. Remove the84144 (WebCore::HTMLVideoElement::shouldDisplayPosterImage):
23136 … (WebCore::HTMLVideoElement::shouldDisplayPosterImage): Update to return true when display mode