Home
last modified time | relevance | path

Searched refs:HasCustomScheme (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dapp_manager.h40 bool HasCustomScheme(const std::string& scheme_name);
Dapp_manager.cc58 bool CefAppManager::HasCustomScheme(const std::string& scheme_name) { in HasCustomScheme() function in CefAppManager
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc653 return CefAppManager::Get()->HasCustomScheme(scheme); in IsHandledURL()