Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.cpp62 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()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DVideoPainter.cpp23 bool displayingPoster = m_renderVideo.videoElement()->shouldDisplayPosterImage(); in paintReplaced()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLVideoElement.cpp88 if (shouldDisplayPosterImage()) { in attach()
120 if (shouldDisplayPosterImage()) { in parseAttribute()
DHTMLVideoElement.h75 …bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterW… in shouldDisplayPosterImage() function