Home | History | Annotate | Download | only in WebView

Lines Matching refs:alloc

316             previewView = [[previewViewClass alloc] initWithFrame:frame];
328 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame];
341 PDFSubviewProxy = (PDFView *)[[PDFPrefUpdatingProxy alloc] initWithView:self];
363 NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""];
650 NSMutableArray *matches = [[NSMutableArray alloc] initWithCapacity:limit];
894 NSImage* selectionImage = [[[NSImage alloc] initWithSize:[self selectionRect].size] autorelease];
1115 NSDictionary *actionsToTags = [[NSDictionary alloc] initWithObjectsAndKeys:
1132 NSSet *unwantedActions = [[NSSet alloc] initWithObjects:
1249 NSNumber *permissions = [[NSNumber alloc] initWithInt:S_IRUSR];
1250 NSDictionary *fileAttributes = [[NSDictionary alloc] initWithObjectsAndKeys:permissions, NSFilePosixPermissions, nil];