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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 127 _views = [[NSMutableArray alloc] init];
139 [_views release];
174 if ([_views count] > 0)
175 LOG(Plugins, "starting WebKit plugins : %@", [_views description]);
177 int count = [_views count];
179 id aView = [_views objectAtIndex:i];
196 if ([_views count] > 0) {
197 LOG(Plugins, "stopping WebKit plugins: %@", [_views description]);
200 int viewsCount = [_views count];
202 [self stopOnePlugin:[_views objectAtIndex:i]]
    [all...]
WebPluginController.h 42 NSMutableArray *_views; variable

Completed in 43 milliseconds