Home | History | Annotate | Download | only in WebCore

Lines Matching full:movie

2149         When a QT movie is loaded directly in the browser, I can't pause it by single-clicking on the video
3421 until after movie tracks of unsupported types have been disabled, to make sure they never draw.
19464 Movie controller does not update on first load of http://www.apple.com/getamac/ads/
53112 movie and scrolling the iframe/div area
57837 Fix for <rdar://problem/5682492> With the <video> element, the audio is heard when forwarding or rewinding a movie while it's playing
58995 After <video> has finished playing, dragging the scroller on different location of controller starts to play movie
67977 Movie -> MediaPlayer
67980 Movie is QuickTime terminology and clashes with its C API.
68026 * platform/graphics/MediaPlayer.cpp: Copied from WebCore/platform/graphics/Movie.cpp.
68068 * platform/graphics/MediaPlayer.h: Copied from WebCore/platform/graphics/Movie.h.
68075 * platform/graphics/Movie.cpp: Removed.
68076 * platform/graphics/Movie.h: Removed.
68718 * platform/graphics/Movie.cpp:
71045 (WebCore::RenderMedia::movie):
72745 - replace Movie didEnd callback with broader timeChanged callback (which gets called in didEnd case too)
72775 * platform/graphics/Movie.cpp:
72776 (WebCore::Movie::timeChanged):
72777 * platform/graphics/Movie.h:
72950 The movie tag should do initialization on need and not during startup.
72952 Initialize Movie MIME type hash on demand
75019 * platform/graphics/Movie.cpp:
77262 (WebCore::HTMLMediaElement::movie):
77313 * platform/graphics/Movie.cpp: Added.
77314 (WebCore::Movie::Movie):
77315 (WebCore::Movie::~Movie):
77316 (WebCore::Movie::load):
77317 (WebCore::Movie::cancelLoad):
77318 (WebCore::Movie::play):
77319 (WebCore::Movie::pause):
77320 (WebCore::Movie::duration):
77321 (WebCore::Movie::currentTime):
77322 (WebCore::Movie::seek):
77323 (WebCore::Movie::paused):
77324 (WebCore::Movie::seeking):
77325 (WebCore::Movie::naturalSize):
77326 (WebCore::Movie::hasVideo):
77327 (WebCore::Movie::networkState):
77328 (WebCore::Movie::readyState):
77329 (WebCore::Movie::volume):
77330 (WebCore::Movie::setVolume):
77331 (WebCore::Movie::rate):
77332 (WebCore::Movie::setRate):
77333 (WebCore::Movie::muted):
77334 (WebCore::Movie::setMuted):
77335 (WebCore::Movie::dataRate):
77336 (WebCore::Movie::setEndTime):
77337 (WebCore::Movie::addCuePoint):
77338 (WebCore::Movie::removeCuePoint):
77339 (WebCore::Movie::clearCuePoints):
77340 (WebCore::Movie::maxTimeBuffered):
77341 (WebCore::Movie::maxTimeSeekable):
77342 (WebCore::Movie::bytesLoaded):
77343 (WebCore::Movie::totalBytesKnown):
77344 (WebCore::Movie::totalBytes):
77345 (WebCore::Movie::setRect):
77346 (WebCore::Movie::visible):
77347 (WebCore::Movie::setVisible):
77348 (WebCore::Movie::paint):
77349 (WebCore::Movie::getSupportedTypes):
77350 (WebCore::Movie::networkStateChanged):
77351 (WebCore::Movie::readyStateChanged):
77352 (WebCore::Movie::volumeChanged):
77353 (WebCore::Movie::didEnd):
77354 (WebCore::Movie::cuePointReached):
77355 * platform/graphics/Movie.h: Added.
77362 (WebCore::Movie::parentWidget):
77363 (WebCore::Movie::setParentWidget):
77364 (WebCore::Movie::rect):
77365 (WebCore::Movie::):
77429 (WebCore::RenderVideo::movie):