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

/external/chromium_org/url/
H A Dgurl.h257 return ComponentString(parsed_.scheme);
260 return ComponentString(parsed_.username);
263 return ComponentString(parsed_.password);
269 return ComponentString(parsed_.host);
272 return ComponentString(parsed_.port);
275 return ComponentString(parsed_.path);
278 return ComponentString(parsed_.query);
281 return ComponentString(parsed_.ref);
386 std::string ComponentString(const url::Component& comp) const { function in class:GURL

Completed in 352 milliseconds