HomeSort by relevance Sort by last modified time
    Searched refs:m_hostIsIPAddress (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
OriginAccessEntry.cpp 46 m_hostIsIPAddress = !m_host.isEmpty() && isASCIIDigit(m_host[m_host.length() - 1]);
70 if (m_hostIsIPAddress)
OriginAccessEntry.h 59 bool m_hostIsIPAddress;

Completed in 39 milliseconds