Home
last modified time | relevance | path

Searched refs:urlWithoutPort (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/
DKURLGoogle.cpp615 … String urlWithoutPort = m_url.string().left(hostEnd()) + m_url.string().substring(pathStart()); in removePort() local
616 m_url.setUtf8(urlWithoutPort.utf8()); in removePort()