Home | History | Annotate | Download | only in UIProcess

Lines Matching full:useragent

960 void WebPageProxy::setUserAgent(const String& userAgent)
962 if (m_userAgent == userAgent)
964 m_userAgent = userAgent;
2816 parameters.userAgent = userAgent();