Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon.h586 struct URLComponentSource { struct
590 URLComponentSource() in URLComponentSource() argument
603 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
614 const CHAR* scheme;
615 const CHAR* username;
616 const CHAR* password;
617 const CHAR* host;
618 const CHAR* port;
619 const CHAR* path;
620 const CHAR* query;
[all …]