Home
last modified time | relevance | path

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

/external/cronet/url/
Durl_canon.h707 struct URLComponentSource { struct
711 URLComponentSource() in URLComponentSource() argument
723 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
735 RAW_PTR_EXCLUSION const CHAR* scheme;
738 RAW_PTR_EXCLUSION const CHAR* username;
741 RAW_PTR_EXCLUSION const CHAR* password;
744 RAW_PTR_EXCLUSION const CHAR* host;
747 RAW_PTR_EXCLUSION const CHAR* port;
750 RAW_PTR_EXCLUSION const CHAR* path;
753 RAW_PTR_EXCLUSION const CHAR* query;
[all …]