OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldDisplayPosterImage
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderVideo.cpp
76
if (videoElement()->
shouldDisplayPosterImage
())
115
if (video->
shouldDisplayPosterImage
() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOccurred())
141
if (videoElement()->
shouldDisplayPosterImage
())
151
if (m_cachedImageSize.isEmpty() && videoElement()->
shouldDisplayPosterImage
())
155
if (videoElement()->
shouldDisplayPosterImage
())
184
return !videoElement()->
shouldDisplayPosterImage
();
190
bool displayingPoster = videoElement()->
shouldDisplayPosterImage
();
/external/webkit/Source/WebCore/html/
HTMLVideoElement.h
67
bool
shouldDisplayPosterImage
() const { return displayMode() == Poster || displayMode() == PosterWaitingForVideo; }
HTMLVideoElement.cpp
76
if (
shouldDisplayPosterImage
()) {
90
if (!
shouldDisplayPosterImage
() && m_imageLoader)
103
if (
shouldDisplayPosterImage
()) {
Completed in 2309 milliseconds