Lines Matching refs:alloc
171 documentView = [[viewClass alloc] initWithFrame:[self bounds]];
231 viewTypes = [[NSMutableDictionary alloc] init];
333 _private = [[WebFrameViewPrivate alloc] init];
335 WebDynamicScrollBarsView *scrollView = [[WebDynamicScrollBarsView alloc] initWithFrame:NSMakeRect(0.0f, 0.0f, frame.size.width, frame.size.height)];
337 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
1112 WebDynamicScrollBarsView *scrollView = [[customClass alloc] initWithFrame:[oldScrollView frame]];
1113 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];