Searched refs:displayingPoster (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderVideo.cpp152 bool displayingPoster = videoElement()->shouldDisplayPosterImage(); local
154 if (displayingPoster && document()->printing() && !view()->printImages())
157 if (!displayingPoster) {
167 if (displayingPoster)

Completed in 48 milliseconds