HomeSort by relevance Sort by last modified time
    Searched refs:shouldDisplayPosterImage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 65 if (videoElement()->shouldDisplayPosterImage())
107 if (video->shouldDisplayPosterImage() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOccurred())
133 if (videoElement()->shouldDisplayPosterImage())
143 if (m_cachedImageSize.isEmpty() && videoElement()->shouldDisplayPosterImage())
147 if (videoElement()->shouldDisplayPosterImage())
176 return !videoElement()->shouldDisplayPosterImage();
182 bool displayingPoster = videoElement()->shouldDisplayPosterImage();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 69 bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterWaitingForVideo; }
HTMLVideoElement.cpp 77 if (shouldDisplayPosterImage()) {
109 if (shouldDisplayPosterImage()) {

Completed in 81 milliseconds