Home | History | Annotate | Download | only in WebView

Lines Matching full:applicationnameforuseragent

3695     [_private->applicationNameForUserAgent release];
3696 _private->applicationNameForUserAgent = name;
3701 - (NSString *)applicationNameForUserAgent
3703 return [[_private->applicationNameForUserAgent retain] autorelease];
3799 _private->userAgent = [[self class] _standardUserAgentWithApplicationName:_private->applicationNameForUserAgent];