Home
last modified time | relevance | path

Searched refs:QTMovieView (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/mac/
DWebCoreSystemInterface.h59 @class QTMovieView;
78 typedef struct QTMovieView QTMovieView; typedef
127 extern void (*wkQTMovieViewSetDrawSynchronously)(QTMovieView*, BOOL);
DWebCoreSystemInterface.mm61 void (*wkQTMovieViewSetDrawSynchronously)(QTMovieView*, BOOL);
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h39 @class QTMovieView;
45 class QTMovieView; variable
165 RetainPtr<QTMovieView> m_qtMovieView;
DMediaPlayerPrivateQTKit.mm73 SOFT_LINK_CLASS(QTKit, QTMovieView)
108 #define QTMovieView getQTMovieViewClass() macro
313 ASSERT(!movieView || [movieView isKindOfClass:[QTMovieView class]]);
314 if (!movieView || ![movieView isKindOfClass:[QTMovieView class]])
350 m_qtMovieView.adoptNS([[QTMovieView alloc] init]);
367 // If we're in a media document, allow QTMovieView to render in its default mode;
1104 // the QTMovieView needs to be placed in the proper location for document mode
1108 …// We don't really need the QTMovieView in any specific location so let's just get it out of the w…
1117 …// If we're using a QTMovieView in a media document, the view may get layer-backed. AppKit won't u…
1347 // When in the media document we render via QTMovieView, which is already accelerated.
[all …]
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h12 @class QTMovieView;
196 void WKQTMovieViewSetDrawSynchronously(QTMovieView* view, BOOL sync);
/external/webkit/WebKit/mac/WebView/
DWebView.mm1415 // This can be called during window deallocation by QTMovieView in the QuickTime Cocoa Plug-in.
/external/webkit/WebCore/
DChangeLog-2008-08-101957 For standalone video, use QTMovieView to draw.
1961 Associate the QTMovieView with the WebCoreMovieObserver.
1962 …If we're in a media document, allow QTMovieView to render in its default mode; otherwise tell it t…
1966 …bCore::MediaPlayerPrivate::tearDownVideoRendering): Call detachQTMovieView if a QTMovieView exists.
1967 (WebCore::MediaPlayerPrivate::setRect): Call setFrame on the QTMovieView if necessary.
18632 otherwise fall back to existing use of QTMovieView/QTMovieContentView.
65463 It doesn't really matter where the QTMovieView is.
66650 Tiger build fix -- don't call QTMovieView setDelegate: directly because it's not public
66764 Does a WebCore repaint instead of going through the view repaint system for QTMovieView.
70997 Make QTMovieView fill color transparent. This behavior matches the specification
[all …]
DChangeLog22667 is capable of hardware acceleration, because it renders via a QTMovieView
DChangeLog-2009-06-1617711 When in a media document, MediaPlayerPrivateQTKit uses a QTMovieView which may get
24454 (WebCore::MediaPlayerPrivate::setSize): Don't resize the QTMovieView
24455 because [QTMovieView setFrame] also resizes the movie itself, and as