Home
last modified time | relevance | path

Searched refs:QTMovie (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h58 @class QTMovie;
77 typedef struct QTMovie QTMovie; typedef
122 extern int (*wkQTMovieDataRate)(QTMovie*);
123 extern float (*wkQTMovieMaxTimeLoaded)(QTMovie*);
125 extern float (*wkQTMovieMaxTimeSeekable)(QTMovie*);
126 extern int (*wkQTMovieGetType)(QTMovie* movie);
DWebCoreSystemInterface.mm56 int (*wkQTMovieDataRate)(QTMovie*);
57 float (*wkQTMovieMaxTimeLoaded)(QTMovie*);
59 float (*wkQTMovieMaxTimeSeekable)(QTMovie*);
60 int (*wkQTMovieGetType)(QTMovie* movie);
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
DMovieControllerLayer.h49 @class QTMovie;
61 QTMovie *_movie;
69 - (void)setMovie:(QTMovie *)movie;
Dmain.m72 QTMovie *movie;
370 obj->movie = [QTMovie movieWithAttributes:attributes error:nil];
DMovieControllerLayer.m251 - (void)setMovie:(QTMovie *)movie
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h11 @class QTMovie;
189 int WKQTMovieGetType(QTMovie* movie);
192 int WKQTMovieDataRate(QTMovie* movie);
193 float WKQTMovieMaxTimeLoaded(QTMovie* movie);
194 float WKQTMovieMaxTimeSeekable(QTMovie* movie);
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h38 @class QTMovie;
44 class QTMovie; variable
164 RetainPtr<QTMovie> m_qtMovie;
DMediaPlayerPrivateQTKit.mm72 SOFT_LINK_CLASS(QTKit, QTMovie)
107 #define QTMovie getQTMovieClass() macro
267 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]);
645 // restore playback only if not at end, othewise QTMovie will loop
741 … // QTMovieRateChangesPreservePitchAttribute cannot be changed dynamically after QTMovie creation.
742 … in value is different than what already exists, we need to recreate the QTMovie for it to take ef…
824 // QTMovieCurrentSizeAttribute is not allowed with instances of QTMovie that have been
1188 NSArray* fileTypes = [QTMovie movieFileTypes:QTIncludeCommonTypes];
1202 …NSArray* fileTypes = [QTMovie movieFileTypes:(QTMovieFileTypeOptions)wkQTIncludeOnlyModernMediaFil…
/external/webkit/WebCore/
DChangeLog-2008-08-108409 …resolvedDataRefsAttribute to NO in the attributes dictionary passed to -[QTMovie initWithAttribute…
57490 … - Set QTMovie QTMoviePreventExternalURLLinksAttribute and QTSecurityPolicyNoCrossSiteAttribute
66743 …plementation of a QTKit method to avoid repaints from the NSView system associated with the QTMovie
67507 Define the new QTMovie.h constants, though, when using an older QTKit.
DChangeLog21492 …(WebCore::MediaPlayerPrivate::setPreservesPitch): Recreate the QTMovie if the flag actually change…
DChangeLog-2009-06-1623073 HAVE_ENOUGH_DATA when QTMovie load state reaches QTMovieLoadStatePlaythroughOK.