HomeSort by relevance Sort by last modified time
    Searched refs:_isScrubbing (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 43 BOOL _isScrubbing;
WebVideoFullscreenHUDWindowController.mm 168 ASSERT(!_isScrubbing);
453 ASSERT(_isScrubbing);
454 _isScrubbing = NO;
462 if (!_isScrubbing) {
463 _isScrubbing = YES;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.h 65 BOOL _isScrubbing;
MovieControllerLayer.m 307 _isScrubbing = YES;
324 if (_isScrubbing) {
325 _isScrubbing = NO;
347 if (!_isScrubbing)

Completed in 850 milliseconds