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

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

Completed in 66 milliseconds