Home
last modified time | relevance | path

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

/third_party/cef/include/capi/
Dcef_parser_capi.h54 struct _cef_urlparts_t* parts);
61 CEF_EXPORT int cef_create_url(const struct _cef_urlparts_t* parts,
/third_party/cef/libcef_dll/
Dlibcef_dll.cc407 struct _cef_urlparts_t* parts) { in cef_parse_url()
435 CEF_EXPORT int cef_create_url(const struct _cef_urlparts_t* parts, in cef_create_url()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc129 typedef int (*cef_parse_url_ptr)(const cef_string_t*, struct _cef_urlparts_t*);
130 typedef int (*cef_create_url_ptr)(const struct _cef_urlparts_t*, cef_string_t*);
1091 int cef_parse_url(const cef_string_t* url, struct _cef_urlparts_t* parts) { in cef_parse_url()
1096 int cef_create_url(const struct _cef_urlparts_t* parts, cef_string_t* url) { in cef_create_url()
/third_party/cef/include/internal/
Dcef_types.h674 typedef struct _cef_urlparts_t { struct
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch23604 @@ -1112,8 +1088,8 @@ int cef_create_url(const struct _cef_urlparts_t* parts, cef_string_t* url) {