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

/external/chromium/googleurl/src/
H A Durl_canon.h586 struct URLComponentSource { struct in namespace:url_canon
590 URLComponentSource() function in struct:url_canon::URLComponentSource
603 explicit URLComponentSource(const CHAR* default_value) function in struct:url_canon::URLComponentSource
727 const URLComponentSource<CHAR>& sources() const { return sources_; }
748 URLComponentSource<CHAR> sources_;
/external/chromium_org/url/
H A Durl_canon.h591 struct URLComponentSource { struct in namespace:url_canon
595 URLComponentSource() function in struct:url_canon::URLComponentSource
608 explicit URLComponentSource(const CHAR* default_value) function in struct:url_canon::URLComponentSource
732 const URLComponentSource<CHAR>& sources() const { return sources_; }
753 URLComponentSource<CHAR> sources_;

Completed in 143 milliseconds