• Home
  • Raw
  • Download

Lines Matching refs:movie

15062         thumb is being dragged (e.g. scrub to end of movie)
15667 No test case because this depends on how the movie is loaded.
16402 <rdar://problem/7008093> Media controller can’t be used to scrub when movie is
16405 Do not show media controller time display elements when the a movie is too narrow.
16422 Show/hide the time display elements as the movie width changes.
17699 <rdar://problem/7009870> After <audio> movie finishes playing, Pause button fails to change
17974 … Don't bother stopping a movie that isn't playing. Minor cleanup to make the code more readable.
17978 A streaming movie has as much data as it needs once it reaches "playable", so
17979 set the ready state to HaveFutureData. A movie with metadata doesn't drop back
17980 to "have nothing" when seeking. A streaming movie doesn't use the network when paused.
17982 It may not be possible to seek to a specific time in a streamed movie but when seeking
17983 in a streaming movie QuickTime sets the time to closest time possible and posts a
18536 <rdar://problem/7014813> Ask media engine if a movie is streamed or downloaded.
18545 New, returns the movie type.
18564 New, return movie type.
19798 Update the time display when the movie time changes.
21490 …(WebCore::MediaPlayerPrivate::createQTMovie): Rework to allow recreation of the movie with almost …
21493 …ore::MediaPlayerPrivate::updateStates): Restore current time and rate if this is a recreated movie.
21504 (QTMovieWinPrivate::task): Restore current time and rate if this is a re-created movie.
21510 …(QTMovieWin::load): Rework to allow recreation of the Movie with similar state as the movie before…
22663 <rdar://problem/6988385> REGRESSION: In full page video player, movie's
23425 Fetch the GraphicsLayer from the RenderVideo that will host the movie layer.
23447 rendering, and to get a GraphicsLayer to plug the movie layer into.
24433 state from the button itself and get movie state from HTMLMediaElement.