Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DKURL.cpp1193 bool hasSecondSlash = hierarchical && url[schemeEnd + 2] == '/'; in parse() local
1207 if ((hierarchical && hasSecondSlash) || isNonFileHierarchicalScheme(url, schemeEnd)) { in parse()
1214 if (hasSecondSlash) in parse()