Searched refs:_containerChecksInProgress (Results 1 – 3 of 3) sorted by relevance
106 NSMutableDictionary *_containerChecksInProgress; variable
1272 if (!_containerChecksInProgress) 1273 _containerChecksInProgress = [[NSMutableDictionary alloc] init];1290 …[_containerChecksInProgress setObject:check forKey:[NSNumber numberWithInt:_currentContainerCheckR…1311 …WebPluginContainerCheck *check = (WebPluginContainerCheck *)[_containerChecksInProgress objectForK…1317 [_containerChecksInProgress removeObjectForKey:[NSNumber numberWithInt:checkID]];1399 [_containerChecksInProgress release];
6482 …* Plugins/WebNetscapePluginView.h: Added two new ivars: _containerChecksInProgress and _currentCon…6492 Here we lookup the check, cancel it, and remove it from _containerChecksInProgress.6498 (-[WebNetscapePluginView fini]): Release _containerChecksInProgress ivar.