Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Dgurl.cc341 url_parse::Component file_component; in ExtractFileName() local
342 url_parse::ExtractFileName(spec_.data(), parsed_.path, &file_component); in ExtractFileName()
343 return ComponentString(file_component); in ExtractFileName()