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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 325 if (isDefaultPortForProtocol(url.port(), url.protocol()))
353 if (isDefaultPortForProtocol(port, url.protocol()))
424 if (isDefaultPortForProtocol(port, url.protocol()))
  /external/webkit/Source/WebCore/platform/
KURL.h 287 bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
KURL.cpp     [all...]
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 128 if (isDefaultPortForProtocol(m_port, m_protocol))

Completed in 160 milliseconds