Home | History | Annotate | Download | only in WebView

Lines Matching refs:WebPreferences

48 static WebPreferences *_standardPreferences;
159 @interface WebPreferences (WebInternal)
164 @interface WebPreferences (WebForwardDeclarations)
177 @implementation WebPreferences
186 fakeIdentifier = [NSString stringWithFormat:@"WebPreferences%d", instanceCount++];
188 fakeIdentifier = [NSString stringWithFormat:@"WebPreferences%d", instanceCount++];
201 _private->IBCreatorID = [[WebPreferences _IBCreatorID] retain];
203 WebPreferences *instance = [[self class] _getInstanceForIdentifier:anIdentifier];
227 _private->IBCreatorID = [[WebPreferences _IBCreatorID] retain];
258 WebPreferences *instance = [[self class] _getInstanceForIdentifier:_private->identifier];
284 + (WebPreferences *)standardPreferences
287 _standardPreferences = [[WebPreferences alloc] initWithIdentifier:nil];
294 // if we ever have more than one WebPreferences object, this would move to init
752 @implementation WebPreferences (WebPrivate)
1031 + (WebPreferences *)_getInstanceForIdentifier:(NSString *)ident
1038 WebPreferences *instance = [webPreferencesInstances objectForKey:[self _concatenateKeyWithIBCreatorID:ident]];
1043 + (void)_setInstance:(WebPreferences *)instance forIdentifier:(NSString *)ident
1056 // We may need to change WebPreferences API so there's an explicit way to end the lifetime of one.
1057 WebPreferences *instance = [webPreferencesInstances objectForKey:identifier];
1240 @implementation WebPreferences (WebInternal)
1249 NSString *IBCreatorID = [WebPreferences _IBCreatorID];