Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DKURL.cpp1198 bool degenFilePath = pathStart == pathEnd && (hostStart == hostEnd || hostIsLocalHost); in parse() local
1206 if (isFile ? !degenFilePath : (haveNonHostAuthorityPart || hostStart != hostEnd)) { in parse()