Home | History | Annotate | Download | only in WebView

Lines Matching refs:children

59 - (id)_initWithName:(NSString *)n position:(NSPoint)p rect:(NSRect)r coreFrame:(Frame*)coreFrame children:(NSArray *)c
79 children = [collectChildren copy];
87 NSMutableArray *children = [[NSMutableArray alloc] init];
90 [children addObject:childCopy];
125 coreFrame:frame children:children];
128 [children release];
140 [children release];
145 - (NSArray *)children
147 return children;