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

  /external/webkit/WebKit/mac/Plugins/
WebPluginController.h 44 NSMutableSet *_checksInProgress;
WebPluginController.mm 122 _checksInProgress = (NSMutableSet *)CFMakeCollectable(CFSetCreateMutable(NULL, 0, NULL));
134 [_checksInProgress release];
264 [_checksInProgress removeObject:checkIdentifier];
274 if (_checksInProgress) {
275 CFSetApplyFunction((CFSetRef)_checksInProgress, cancelOutstandingCheck, NULL);
276 [_checksInProgress release];
277 _checksInProgress = nil;
314 [_checksInProgress addObject:check];

Completed in 548 milliseconds