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

/external/chromium_org/url/
H A Dgurl.h252 return ComponentString(parsed_.scheme);
255 return ComponentString(parsed_.username);
258 return ComponentString(parsed_.password);
264 return ComponentString(parsed_.host);
267 return ComponentString(parsed_.port);
270 return ComponentString(parsed_.path);
273 return ComponentString(parsed_.query);
276 return ComponentString(parsed_.ref);
381 std::string ComponentString(const url::Component& comp) const { function in class:GURL

Completed in 80 milliseconds