Searched refs:AddDirectoryProvider (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/include/wrapper/ |
D | cef_resource_manager.h | 235 void AddDirectoryProvider(const std::string& url_path,
|
/third_party/cef/tests/shared/browser/ |
D | extension_util.cc | 216 resource_manager->AddDirectoryProvider(origin, resource_dir, 50, in AddInternalExtensionToResourceManager()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_resource_manager.cc | 451 void CefResourceManager::AddDirectoryProvider(const std::string& url_path, in AddDirectoryProvider() function in CefResourceManager
|
/third_party/cef/tests/cefclient/browser/ |
D | test_runner.cc | 839 resource_manager->AddDirectoryProvider(test_origin, resource_dir, 100, in SetupResourceManager()
|
/third_party/cef/tests/ceftests/ |
D | resource_manager_unittest.cc | 793 state.manager_->AddDirectoryProvider(kUrlBase, temp_dir, 0, std::string()); in TEST()
|