Home
last modified time | relevance | path

Searched refs:updatePosterImage (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/html/
DHTMLVideoElement.cpp72 updatePosterImage(); in attach()
100 updatePosterImage(); in parseMappedAttribute()
185 void HTMLVideoElement::updatePosterImage() in updatePosterImage() function in WebCore::HTMLVideoElement
DHTMLVideoElement.h73 void updatePosterImage();
DHTMLMediaElement.cpp674 static_cast<HTMLVideoElement*>(this)->updatePosterImage(); in noneSupported()
753 static_cast<HTMLVideoElement*>(this)->updatePosterImage(); in setNetworkState()
893 static_cast<HTMLVideoElement*>(this)->updatePosterImage(); in setReadyState()
/external/webkit/WebCore/
DChangeLog-2010-01-2912153 (WebCore::HTMLMediaElement::setReadyState): Only call updatePosterImage from one place
12158 (WebCore::HTMLVideoElement::attach): Call updatePosterImage before checking to see if we
12164 (WebCore::HTMLVideoElement::updatePosterImage): Don't bother looking at the network state,
DChangeLog-2008-08-1075699 … Calls updatePosterImage when the network state is empty and when the first frame has been loaded.
75715 …(WebCore::HTMLVideoElement::updatePosterImage): Added. Updates m_shouldShowPosterImage and if its…
DChangeLog-2009-06-1628142 (WebCore::HTMLVideoElement::updatePosterImage): Update for ready state name changes.