Lines Matching defs:URLComponentSource
834 struct URLComponentSource { struct
838 URLComponentSource() in URLComponentSource() argument
850 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
862 RAW_PTR_EXCLUSION const CHAR* scheme;
865 RAW_PTR_EXCLUSION const CHAR* username;
868 RAW_PTR_EXCLUSION const CHAR* password;
871 RAW_PTR_EXCLUSION const CHAR* host;
874 RAW_PTR_EXCLUSION const CHAR* port;
877 RAW_PTR_EXCLUSION const CHAR* path;
880 RAW_PTR_EXCLUSION const CHAR* query;
883 RAW_PTR_EXCLUSION const CHAR* ref;