Home | History | Annotate | Download | only in WebView

Lines Matching full:useragent

1456         _private->userAgent = String();
3698 _private->userAgent = String();
3708 _private->userAgent = userAgentString;
3716 return _private->userAgent;
3798 if (_private->userAgent.isNull())
3799 _private->userAgent = [[self class] _standardUserAgentWithApplicationName:_private->applicationNameForUserAgent];
3801 return _private->userAgent;