Searched refs:shouldDisplayPosterImage (Results 1 – 4 of 4) sorted by relevance
62 if (videoElement()->shouldDisplayPosterImage()) in intrinsicSizeChanged()104 …if (video->shouldDisplayPosterImage() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOc… in calculateIntrinsicSize()124 if (videoElement()->shouldDisplayPosterImage()) in imageChanged()135 if (videoElement()->shouldDisplayPosterImage()) in videoBox()143 return !videoElement()->shouldDisplayPosterImage(); in shouldDisplayVideo()
23 bool displayingPoster = m_renderVideo.videoElement()->shouldDisplayPosterImage(); in paintReplaced()
88 if (shouldDisplayPosterImage()) { in attach()120 if (shouldDisplayPosterImage()) { in parseAttribute()
75 …bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterW… in shouldDisplayPosterImage() function