Searched refs:m_userAgentCustom (Results 1 – 2 of 2) sorted by relevance
2145 return m_userAgentCustom; in userAgentForKURL()2704 m_userAgentCustom = String(userAgentString, SysStringLen(userAgentString)); in setCustomUserAgent()2714 … *userAgentString = SysAllocStringLen(m_userAgentCustom.characters(), m_userAgentCustom.length()); in customUserAgent()2715 if (!*userAgentString && m_userAgentCustom.length()) in customUserAgent()
886 WebCore::String m_userAgentCustom; variable