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

/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_load_library_callbacks.cpp56 // Set a callback poster that copies its callback to &callback.
59 crazy_callback_poster_t poster; local
63 crazy_context_get_callback_poster(context, &poster, &poster_opaque);
64 if (poster != &PostCallback || poster_opaque != &callback) {
65 Panic("Get callback poster error\n");
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h150 // A callback poster is a function that can be called to request a later
181 void SetDelayedCallbackPoster(rdebug_callback_poster_t poster, argument
183 post_for_later_execution_ = poster;
H A Dcrazy_linker_api.cpp141 crazy_callback_poster_t poster,
143 context->callback_poster = poster;
148 crazy_callback_poster_t* poster,
150 *poster = context->callback_poster;
199 ScopedDelayedCallbackPoster poster(context);
230 ScopedDelayedCallbackPoster poster(context);
382 ScopedDelayedCallbackPoster poster(context);
140 crazy_context_set_callback_poster(crazy_context_t* context, crazy_callback_poster_t poster, void* poster_opaque) argument
147 crazy_context_get_callback_poster(crazy_context_t* context, crazy_callback_poster_t* poster, void** poster_opaque) argument
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientGetDefaultVideoPosterTest.java84 Bitmap poster = contentsClient.getPoster();
85 assertEquals("poster.getHeight() not equal to bitmap.getHeight()",
86 poster.getHeight(), bitmap.getHeight());
87 assertEquals("poster.getWidth() not equal to bitmap.getWidth()",
88 poster.getWidth(), bitmap.getWidth());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.idl33 [Reflect, URL] attribute DOMString poster;
H A DHTMLVideoElement.cpp117 // Force a poster recalc by setting m_displayMode to Unknown directly before calling updateDisplayState.
128 // Notify the player when the poster image URL changes.
177 KURL poster = posterImageURL(); local
179 if (!poster.isEmpty()) {
180 // We have a poster path, but only show it until the user triggers display by playing or seeking and the
182 // Don't show the poster if there is a seek operation or
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.idl46 [RaisesException] void setDefaultVideoPosterURL(DOMString poster);
/external/chromium_org/third_party/android_crazy_linker/src/include/
H A Dcrazy_linker.h175 // Callers must copy the |crazy_callback_t| passed to |poster|.
177 // on each call to |poster|.
178 // |poster| can be NULL to disable the feature.
180 crazy_callback_poster_t poster,
185 // to |poster|. |poster| is NULL if the feature is disabled.
187 crazy_callback_poster_t* poster,
/external/chromium_org/content/renderer/media/android/
H A Drenderer_media_player_manager.h68 // Sets the poster image.
69 void SetPoster(int player_id, const GURL& poster);
H A Drenderer_media_player_manager.cc110 void RendererMediaPlayerManager::SetPoster(int player_id, const GURL& poster) { argument
111 Send(new MediaPlayerHostMsg_SetPoster(routing_id(), player_id, poster));
H A Dwebmediaplayer_android.h118 virtual void setPoster(const blink::WebURL& poster) OVERRIDE;
H A Dwebmediaplayer_android.cc893 // poster image by forcing it to call setDisplayMode(video). Should move the
1352 void WebMediaPlayerAndroid::setPoster(const blink::WebURL& poster) { argument
1353 player_manager_->SetPoster(player_id_, poster);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h165 // Sets the poster image URL.
166 virtual void setPoster(const WebURL& poster) { } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp206 WebURL poster = m_client->mediaPlayerPosterURL(); local
220 m_webMediaPlayer->setPoster(poster);
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h115 virtual void OnSetPoster(int player_id, const GURL& poster);
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js53 function di(b,a){b.poster=a}
481 function N(a){var b,c,d,e,f,g;e=a;b=e.getElementsByTagName(av);for(c=0;c<b.length;++c){d=b[c];!d.href.length||ai(d,d.href)}g=e.getElementsByTagName(bv);for(c=0;c<g.length;++c){f=g[c];!f.poster.length||di(f,f.poster)}O(e)}

Completed in 373 milliseconds