Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types.h674 typedef struct _cef_urlparts_t { struct
678 cef_string_t spec;
683 cef_string_t scheme;
688 cef_string_t username;
693 cef_string_t password;
699 cef_string_t host;
704 cef_string_t port;
712 cef_string_t origin;
717 cef_string_t path;
722 cef_string_t query;
[all …]