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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 105 bool hasAvailableVideoFrame() const;
HTMLVideoElement.cpp 184 if (mode == Video && oldMode == Poster && !hasAvailableVideoFrame())
223 bool HTMLVideoElement::hasAvailableVideoFrame() const
298 if (!hasAvailableVideoFrame()) {

Completed in 646 milliseconds