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

/external/webkit/Source/WebCore/platform/
H A DKURL.cpp1192 bool hierarchical = url[schemeEnd + 1] == '/'; local
1193 bool hasSecondSlash = hierarchical && url[schemeEnd + 2] == '/';
1207 if ((hierarchical && hasSecondSlash) || isNonFileHierarchicalScheme(url, schemeEnd)) {
1212 if (hierarchical)
1423 if (!hierarchical)
1632 // Find the host name in a hierarchical URL.

Completed in 36 milliseconds