Home | History | Annotate | Download | only in win

Lines Matching full:useragent

3015     /* [retval][out] */ BSTR* userAgent)
3018 *userAgent = SysAllocStringLen(userAgentString.characters(), userAgentString.length());
3019 if (!*userAgent && userAgentString.length())