Searched refs:hasPath (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/workers/
H A DWorkerLocation.cpp39 return m_url.hasPath() ? m_url.prettyURL() : m_url.prettyURL() + "/";
79 return m_url.hasPath() ? m_url.prettyURL() : m_url.prettyURL() + "/";
/external/webkit/WebCore/page/
H A DLocation.cpp66 return url.hasPath() ? url.prettyURL() : url.prettyURL() + "/";
138 return url.hasPath() ? url.prettyURL() : url.prettyURL() + "/";
H A DSecurityOrigin.cpp100 if (!url.hasPath() || url.path().endsWith("/"))
/external/webkit/WebCore/platform/
H A DKURL.h110 bool hasPath() const;
H A DKURL.cpp541 bool KURL::hasPath() const function in class:WebCore::KURL
548 if (!hasPath())
H A DKURLGoogle.cpp455 bool KURL::hasPath() const function in class:WebCore::KURL

Completed in 83 milliseconds