Searched refs:poster (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.idl35 attribute [Reflect, URL] DOMString poster;
H A DHTMLVideoElement.cpp99 // Force a poster recalc by setting m_displayMode to Unknown directly before calling updateDisplayState.
182 KURL poster = getNonEmptyURLAttribute(posterAttr); local
184 if (!poster.isEmpty()) {
185 // We have a poster path, but only show it until the user triggers display by playing or seeking and the
199 player()->setPoster(poster);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp243 // Send the poster
261 // - only downscale the poster, never upscale
262 // - maintain the natural aspect ratio of the poster
263 // - the poster should be centered in the target rect
273 void onPosterFetched(SkBitmap* poster) argument
275 m_poster = poster;
280 // of the poster. That will be overriden when onPrepare comes.
281 // In case of an error, we should report the poster size, rather
283 m_naturalSize = IntSize(poster->width(), poster
545 OnPosterFetched(JNIEnv* env, jobject obj, jobject poster, int pointer) argument
[all...]

Completed in 95 milliseconds