Home
last modified time | relevance | path

Searched refs:CefURLParts (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/ceftests/
Dparser_unittest.cc10 CefURLParts parts; in TEST()
24 CefURLParts parts; in TEST()
32 CefURLParts parts; in TEST()
40 CefURLParts parts; in TEST()
50 CefURLParts parts; in TEST()
61 CefURLParts parts; in TEST()
74 CefURLParts parts; in TEST()
88 CefURLParts parts; in TEST()
106 CefURLParts parts; in TEST()
129 CefURLParts parts; in TEST()
[all …]
/third_party/cef/include/
Dcef_parser.h51 bool CefParseURL(const CefString& url, CefURLParts& parts);
59 bool CefCreateURL(const CefURLParts& parts, CefString& url);
/third_party/cef/libcef/common/
Dparser_impl.cc16 bool CefParseURL(const CefString& url, CefURLParts& parts) { in CefParseURL()
35 bool CefCreateURL(const CefURLParts& parts, CefString& url) { in CefCreateURL()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc420 CefURLParts partsObj; in cef_parse_url()
449 CefURLParts partsObj; in cef_create_url()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc389 CEF_GLOBAL bool CefParseURL(const CefString& url, CefURLParts& parts) { in CefParseURL()
405 CEF_GLOBAL bool CefCreateURL(const CefURLParts& parts, CefString& url) { in CefCreateURL()
/third_party/cef/tests/cefclient/browser/
Dserver_test.cc93 CefURLParts url_parts; in OnHttpRequest()
Dtest_runner.cc864 CefURLParts parts; in IsTestURL()
Dclient_handler.cc1002 CefURLParts urlparts; in ShowSSLInformation()
/third_party/cef/include/internal/
Dcef_types_wrappers.h770 typedef CefStructBase<CefURLPartsTraits> CefURLParts; typedef