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

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.h 67 bool shouldDisplayPosterImage() const { return displayMode() == Poster || displayMode() == PosterWaitingForVideo; }
HTMLVideoElement.cpp 191 mode = PosterWaitingForVideo;
HTMLMediaElement.h 215 enum DisplayMode { Unknown, None, Poster, PosterWaitingForVideo, Video };
HTMLMediaElement.cpp     [all...]

Completed in 42 milliseconds