Home
last modified time | relevance | path

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

/external/chromium_org/url/
Durl_canon.h589 struct URLComponentSource { struct
593 URLComponentSource() in URLComponentSource() function
606 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
617 const CHAR* scheme;
618 const CHAR* username;
619 const CHAR* password;
620 const CHAR* host;
621 const CHAR* port;
622 const CHAR* path;
623 const CHAR* query;
[all …]