Home | History | Annotate | Download | only in WebView

Lines Matching refs:alloc

518         return [[NSString alloc] initWithFormat:@"%d_%d_%d", major, minor, bugFix];
520 return [[NSString alloc] initWithFormat:@"%d_%d", major, minor];
521 return [[NSString alloc] initWithFormat:@"%d", major];
628 NSMutableSet *types = [[NSMutableSet alloc] initWithArray:editableTypes];
643 return [[NSString alloc] initWithContentsOfFile:scriptPath usedEncoding:&encoding error:0];
664 return [[NSString alloc] initWithContentsOfFile:scriptPath usedEncoding:&encoding error:0];
696 frameView = [[WebFrameView alloc] initWithFrame: NSMakeRect(0,0,f.size.width,f.size.height)];
822 _private = [[WebViewPrivate alloc] init];
948 NSMutableSet *extensions = [[NSMutableSet alloc] init];
965 static NSMutableSet *mimeTypes = [[NSMutableSet alloc] init];
1261 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:URL];
1272 NSDictionary *features = [[NSDictionary alloc] init];
1287 _private->inspector = [[WebInspector alloc] initWithWebView:self];
1314 NSMenu *menu = [[NSMenu alloc] init];
1691 _private->policyDelegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->policyDelegate defaultTarget:[WebDefaultPolicyDelegate sharedPolicyDelegate] catchExceptions:_private->catchesDelegateExceptions];
1698 _private->UIDelegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->UIDelegate defaultTarget:[WebDefaultUIDelegate sharedUIDelegate] catchExceptions:_private->catchesDelegateExceptions];
1710 _private->editingDelegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->editingDelegate defaultTarget:[WebDefaultEditingDelegate sharedEditingDelegate] catchExceptions:_private->catchesDelegateExceptions];
1744 schemesWithRepresentationsSet = [[NSMutableSet alloc] init];
1821 manualNotifyKeys = [[NSSet alloc] initWithObjects:_WebMainFrameURLKey, _WebIsLoadingKey, _WebEstimatedProgressKey,
1832 declaredKeys = [[NSArray alloc] initWithObjects:_WebMainFrameURLKey, _WebIsLoadingKey, _WebEstimatedProgressKey,
1917 NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:URL];
1973 WebDashboardRegion *region = [[WebDashboardRegion alloc] initWithRect:adjustedBounds
1977 scrollerRegions = [[NSMutableArray alloc] init];
2060 regionValues = [[NSMutableArray alloc] initWithCapacity:1];
2065 WebDashboardRegion *webRegion = [[WebDashboardRegion alloc] initWithRect:region.bounds clip:region.clip type:type];
2239 _private->pluginDatabase = [[WebPluginDatabase alloc] init];
2329 return [[[WebTextIterator alloc] initWithRange:kit(selectionInsideRect.toNormalizedRange().get())] autorelease];
2996 _private->pluginDatabase = [[WebPluginDatabase alloc] init];
3036 NSMutableArray *array = [[[NSMutableArray alloc] init] autorelease];
3165 result->_private = [[WebViewPrivate alloc] init];
3425 WebPreferences *prefs = [[WebPreferences alloc] initWithIdentifier:anIdentifier];
4764 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
4777 pool = [[NSAutoreleasePool alloc] init];
6187 _private->fullscreenController = [[WebVideoFullscreenController alloc] init];
6223 _private->newFullscreenController = [[WebFullScreenController alloc] init];
6240 _private->newFullscreenController = [[WebFullScreenController alloc] init];