Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon.h586 struct URLComponentSource { struct
590 URLComponentSource() in URLComponentSource() function
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 …]
/external/chromium_org/url/
Durl_canon.h591 struct URLComponentSource { struct
595 URLComponentSource() in URLComponentSource() function
608 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
619 const CHAR* scheme;
620 const CHAR* username;
621 const CHAR* password;
622 const CHAR* host;
623 const CHAR* port;
624 const CHAR* path;
625 const CHAR* query;
[all …]