OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_isScrubbing
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.h
65
BOOL
_isScrubbing
;
MovieControllerLayer.m
307
_isScrubbing
= YES;
324
if (
_isScrubbing
) {
325
_isScrubbing
= NO;
347
if (!
_isScrubbing
)
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h
43
BOOL
_isScrubbing
;
WebVideoFullscreenHUDWindowController.mm
167
ASSERT(!
_isScrubbing
);
452
ASSERT(
_isScrubbing
);
453
_isScrubbing
= NO;
461
if (!
_isScrubbing
) {
462
_isScrubbing
= YES;
Completed in 2633 milliseconds