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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.h105 bool hasAvailableVideoFrame() const;
H A DHTMLVideoElement.cpp184 if (mode == Video && oldMode == Poster && !hasAvailableVideoFrame())
223 bool HTMLVideoElement::hasAvailableVideoFrame() const function in class:blink::HTMLVideoElement
298 if (!hasAvailableVideoFrame()) {

Completed in 110 milliseconds