Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/browser/
Dresource_util_win.cc36 BinaryResourceProvider(const std::string& url_path, in BinaryResourceProvider()
121 const std::string& url_path, in CreateBinaryResourceProvider()
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc96 DirectoryProvider(const std::string& url_path, in DirectoryProvider()
173 ArchiveProvider(const std::string& url_path, in ArchiveProvider()
451 void CefResourceManager::AddDirectoryProvider(const std::string& url_path, in AddDirectoryProvider()
459 void CefResourceManager::AddArchiveProvider(const std::string& url_path, in AddArchiveProvider()
/third_party/cef/tests/cefclient/browser/
Dtest_runner.cc871 const std::string& url_path = CefString(&parts.path); in IsTestURL() local