Home
last modified time | relevance | path

Searched refs:_isPlaying (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
DMovieControllerLayer.m51 - (BOOL)_isPlaying;
148 …CGContextDrawImage(context, [self _playPauseButtonRect], [self _isPlaying] ? _pauseImage : _playIm…
214 - (BOOL)_isPlaying
306 _wasPlayingBeforeMouseDown = [self _isPlaying];
334 if ([self _isPlaying])
/external/webkit/Source/WebKit2/UIProcess/mac/
DWKFullScreenWindowController.h52 BOOL _isPlaying; variable
DWKFullScreenWindowController.mm462 if (_isPlaying && _isFullScreen) {
/external/webkit/Source/WebKit/mac/WebView/
DWebFullScreenController.h55 BOOL _isPlaying; variable
/external/webkit/Examples/
DChangeLog109 (-[MovieControllerLayer _isPlaying]):
/external/webkit/Source/WebKit2/
DChangeLog9003 (-[WKFullScreenWindowController _updatePowerAssertions]): Use _isPlaying ivar.