Home | History | Annotate | Download | only in Plugins

Lines Matching refs:_viewsNotInDocument

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]) {
301 [_viewsNotInDocument removeObject:view];
351 int viewsNotInDocumentCount = [_viewsNotInDocument count];
353 [self destroyOnePlugin:[_viewsNotInDocument objectAtIndex:i]];