Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Dgurl.h242 return ComponentString(parsed_.scheme); in scheme()
245 return ComponentString(parsed_.username); in username()
248 return ComponentString(parsed_.password); in password()
254 return ComponentString(parsed_.host); in host()
257 return ComponentString(parsed_.port); in port()
260 return ComponentString(parsed_.path); in path()
263 return ComponentString(parsed_.query); in query()
266 return ComponentString(parsed_.ref); in ref()
352 std::string ComponentString(const url_parse::Component& comp) const { in ComponentString() function
Dgurl.cc343 return ComponentString(file_component); in ExtractFileName()
366 return ComponentString(h); in HostNoBrackets()