OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldDisplayPosterImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp
62
if (videoElement()->
shouldDisplayPosterImage
())
104
if (video->
shouldDisplayPosterImage
() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOccurred())
124
if (videoElement()->
shouldDisplayPosterImage
())
135
if (videoElement()->
shouldDisplayPosterImage
())
143
return !videoElement()->
shouldDisplayPosterImage
();
/external/chromium_org/third_party/WebKit/Source/core/paint/
VideoPainter.cpp
23
bool displayingPoster = m_renderVideo.videoElement()->
shouldDisplayPosterImage
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h
75
bool
shouldDisplayPosterImage
() const { return displayMode() == Poster || displayMode() == PosterWaitingForVideo; }
HTMLVideoElement.cpp
88
if (
shouldDisplayPosterImage
()) {
120
if (
shouldDisplayPosterImage
()) {
Completed in 997 milliseconds