Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Dgurl.h237 return ComponentString(parsed_.scheme); in scheme()
240 return ComponentString(parsed_.username); in username()
243 return ComponentString(parsed_.password); in password()
249 return ComponentString(parsed_.host); in host()
252 return ComponentString(parsed_.port); in port()
255 return ComponentString(parsed_.path); in path()
258 return ComponentString(parsed_.query); in query()
261 return ComponentString(parsed_.ref); in ref()
347 std::string ComponentString(const url_parse::Component& comp) const { in ComponentString() function
Dgurl.cc336 return ComponentString(file_component); in ExtractFileName()
359 return ComponentString(h); in HostNoBrackets()