Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon_internal_file.h93 ParsedURL::Component sub_path(after_slashes, end - after_slashes); in FileDoPath()
94 if (sub_path.len > 0) { in FileDoPath()
99 spec, sub_path, output, &fake_output_path); in FileDoPath()
Durl_canon_fileurl.cc100 url_parse::Component sub_path = in DoFileCanonicalizePath() local
103 success = CanonicalizePath(spec, sub_path, output, &fake_output_path); in DoFileCanonicalizePath()
/external/webkit/WebKitTools/Scripts/webkitpy/style/
Dfilter.py216 for sub_path in sub_paths:
217 if path.find(sub_path) > -1: