Searched refs:ComponentString (Results 1 - 2 of 2) 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
H A Dgurl.cc397 return ComponentString(file_component);
425 return ComponentString(h);
429 return is_valid_ ? ComponentString(parsed_.GetContent()) : std::string();

Completed in 97 milliseconds