Searched refs:_containerChecksInProgress (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.h106 NSMutableDictionary *_containerChecksInProgress; variable
H A DWebNetscapePluginView.mm1272 if (!_containerChecksInProgress)
1273 _containerChecksInProgress = [[NSMutableDictionary alloc] init];
1290 [_containerChecksInProgress setObject:check forKey:[NSNumber numberWithInt:_currentContainerCheckRequestID]];
1311 WebPluginContainerCheck *check = (WebPluginContainerCheck *)[_containerChecksInProgress objectForKey:[NSNumber numberWithInt:checkID]];
1317 [_containerChecksInProgress removeObjectForKey:[NSNumber numberWithInt:checkID]];
1399 [_containerChecksInProgress release];

Completed in 196 milliseconds