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

  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 209 mutable String m_encodedHost;
SecurityOrigin.cpp 136 , m_encodedHost(other->m_encodedHost.threadsafeCopy())
467 if (m_encodedHost.isEmpty())
468 m_encodedHost = encodeForFileName(m_host);
470 return m_protocol + separatorString + m_encodedHost + separatorString + String::number(m_port);

Completed in 49 milliseconds