OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_views
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/mac/Plugins/
WebPluginController.mm
121
_views
= [[NSMutableArray alloc] init];
133
[
_views
release];
165
if ([
_views
count] > 0)
166
LOG(Plugins, "starting WebKit plugins : %@", [
_views
description]);
168
int i, count = [
_views
count];
170
id aView = [
_views
objectAtIndex:i];
187
if ([
_views
count] > 0) {
188
LOG(Plugins, "stopping WebKit plugins: %@", [
_views
description]);
191
int i, count = [
_views
count];
193
[self stopOnePlugin:[
_views
objectAtIndex:i]]
[
all
...]
WebPluginController.h
42
NSMutableArray *
_views
;
variable
Completed in 46 milliseconds