OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_isPlaying
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.h
52
BOOL
_isPlaying
;
WKFullScreenWindowController.mm
462
if (
_isPlaying
&& _isFullScreen) {
/external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.h
55
BOOL
_isPlaying
;
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m
51
- (BOOL)
_isPlaying
;
148
CGContextDrawImage(context, [self _playPauseButtonRect], [self
_isPlaying
] ? _pauseImage : _playImage);
214
- (BOOL)
_isPlaying
306
_wasPlayingBeforeMouseDown = [self
_isPlaying
];
334
if ([self
_isPlaying
])
Completed in 1513 milliseconds