Home | History | Annotate | Download | only in WebView

Lines Matching full:initwithframe

296 - (id)initWithFrame:(NSRect)frame
298 self = [super initWithFrame:frame];
307 previewView = [[previewViewClass alloc] initWithFrame:frame];
319 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame];