Lines Matching refs:alloc
188 NSMutableSet *types = [[NSMutableSet alloc] initWithArray:PasteboardTypes::forEditing()];
223 NSTrackingArea *trackingArea = [[NSTrackingArea alloc] initWithRect:frame
230 _data = [[WKViewData alloc] init];
1340 validAttributes = [[NSArray alloc] initWithObjects:
1924 RetainPtr<WKPrintingView> printingView(AdoptNS, [[WKPrintingView alloc] initWithFrameProxy:toImpl(frameRef) view:self]);
2174 _data->_layerHostingView.adoptNS([[NSView alloc] initWithFrame:[self bounds]]);
2182 RetainPtr<CALayer> rootLayer(AdoptNS, [[CALayer alloc] init]);
2321 static NSArray *romanInputSources = [[NSArray alloc] initWithObjects:&NSAllRomanInputSourcesLocaleIdentifier count:1];
2349 _data->_fullScreenWindowController.adoptNS([[WKFullScreenWindowController alloc] init]);
2360 RetainPtr<WKResponderChainSink> sink(AdoptNS, [[WKResponderChainSink alloc] initWithResponderChain:self]);