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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 142 [_viewsNotInDocument release];
205 int viewsNotInDocumentCount = [_viewsNotInDocument count];
207 [self stopOnePlugin:[_viewsNotInDocument objectAtIndex:i]];
216 if (!_viewsNotInDocument)
217 _viewsNotInDocument= [[NSMutableArray alloc] init];
218 if (![_viewsNotInDocument containsObject:view])
219 [_viewsNotInDocument addObject:view];
240 if ([_viewsNotInDocument containsObject:view])
241 [_viewsNotInDocument removeObject:view];
284 if ([_views containsObject:view] || [_viewsNotInDocument containsObject:view])
    [all...]
WebPluginController.h 46 NSMutableArray *_viewsNotInDocument;

Completed in 83 milliseconds