Lines Matching full:movie
543 Fake QuickTime when accessing movie trailers.
4063 if one hasn't already been posted for the current movie time.
4402 acceleratedRenderingStateChanged(); this could happen before the movie had any
4403 data, and thus force the movie into software rendering mode.
4644 (WebCore::MediaPlayerPrivate::updateStates): Call setUpVideoRendering once the movie
4647 only when movie is ready to render.
4666 (WebCore::MediaPlayerPrivate::createLayerForMovie): New, allocate a layer for the movie.
4667 (WebCore::MediaPlayerPrivate::destroyLayerForMovie): New, delete movie layer.
4669 movie is not ready to render.
8085 (WebCore::HTMLMediaElement::setNetworkState): Call waitForSourceChange if the movie
12213 use it when we also know the movie's intrinsic size but still need to draw the poster.
12215 use the movie's intrinsic size when drawing frames.
29696 No need to check if the movie has video, a closed captions track is a video
30428 movie has captions, and the movie is in a <video> element since we currently
33113 Return false if a movie does not have video.
39791 Can't exit full screen mode or restart movie after pressing command -R.
42067 mac(const Credential&) after authenticating to MobileMe Gallery movie
45678 <rdar://problem/7295738> No way to mute/unmute a movie in full screen video mode
60164 action, not the movie state
60179 movie.
65932 volume as soon as the movie has been created.
88948 thumb is being dragged (e.g. scrub to end of movie)
89553 No test case because this depends on how the movie is loaded.
90288 <rdar://problem/7008093> Media controller can?t be used to scrub when movie is
90291 Do not show media controller time display elements when the a movie is too narrow.
90308 Show/hide the time display elements as the movie width changes.
91585 <rdar://problem/7009870> After <audio> movie finishes playing, Pause button fails to change
91860 Don't bother stopping a movie that isn't playing. Minor cleanup to make the code more readable.
91864 A streaming movie has as much data as it needs once it reaches "playable", so
91865 set the ready state to HaveFutureData. A movie with metadata doesn't drop back
91866 to "have nothing" when seeking. A streaming movie doesn't use the network when paused.
91868 It may not be possible to seek to a specific time in a streamed movie but when seeking
91869 in a streaming movie QuickTime sets the time to closest time possible and posts a
92422 <rdar://problem/7014813> Ask media engine if a movie is streamed or downloaded.
92431 New, returns the movie type.
92450 New, return movie type.
93684 Update the time display when the movie time changes.
95376 (WebCore::MediaPlayerPrivate::createQTMovie): Rework to allow recreation of the movie with almost the
95379 (WebCore::MediaPlayerPrivate::updateStates): Restore current time and rate if this is a recreated movie.
95390 (QTMovieWinPrivate::task): Restore current time and rate if this is a re-created movie.
95395 (QTMovieWin::setPreservesPitch): Recreate the Movie if the flag actually changes.
95396 (QTMovieWin::load): Rework to allow recreation of the Movie with similar state as the movie before it,
96549 <rdar://problem/6988385> REGRESSION: In full page video player, movie's
97311 Fetch the GraphicsLayer from the RenderVideo that will host the movie layer.
97333 rendering, and to get a GraphicsLayer to plug the movie layer into.
98319 state from the button itself and get movie state from HTMLMediaElement.