Home
last modified time | relevance | path

Searched refs:ParseFileSystemURL (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/url/third_party/mozilla/
H A Durl_parse.h321 COMPONENT_EXPORT(URL) Parsed ParseFileSystemURL(std::string_view url);
322 COMPONENT_EXPORT(URL) Parsed ParseFileSystemURL(std::u16string_view url);
H A Durl_parse.cc1110 Parsed ParseFileSystemURL(std::string_view url) { in ParseFileSystemURL() function
1114 Parsed ParseFileSystemURL(std::u16string_view url) { in ParseFileSystemURL() function
/aosp_15_r20/external/openscreen/third_party/mozilla/
H A Durl_parse.h235 void ParseFileSystemURL(const char* url, int url_len, Parsed* parsed);
H A Durl_parse.cc835 void ParseFileSystemURL(const char* url, int url_len, Parsed* parsed) { in ParseFileSystemURL() function
/aosp_15_r20/external/cronet/url/
H A Durl_util.cc277 spec, ParseFileSystemURL(std::basic_string_view(spec, spec_len)), in DoCanonicalize()
H A Durl_parse_unittest.cc640 Parsed parsed = ParseFileSystemURL(url); in TEST()
H A Durl_canon_unittest.cc2106 Parsed parsed = ParseFileSystemURL(cur.base); in TEST()
2368 Parsed parsed = ParseFileSystemURL(i.input); in TEST()