Searched refs:m_hostIsIPAddress (Results 1 – 2 of 2) sorted by relevance
46 m_hostIsIPAddress = !m_host.isEmpty() && isASCIIDigit(m_host[m_host.length() - 1]); in OriginAccessEntry()70 if (m_hostIsIPAddress) in matchesOrigin()
59 bool m_hostIsIPAddress; variable