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

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

Completed in 63 milliseconds