Home
last modified time | relevance | path

Searched refs:_containerChecksInProgress (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h106 NSMutableDictionary *_containerChecksInProgress; variable
DWebNetscapePluginView.mm1272 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];
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-296482 …* 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.