Searched refs:AddCustomScheme (Results 1 – 15 of 15) sorted by relevance
29 bool CefSchemeRegistrarImpl::AddCustomScheme(const CefString& scheme_name, in AddCustomScheme() function in CefSchemeRegistrarImpl63 CefAppManager::Get()->AddCustomScheme(&scheme_info); in AddCustomScheme()
24 bool AddCustomScheme(const CefString& scheme_name, int options) override;
39 void AddCustomScheme(CefSchemeInfo* scheme_info);
42 void CefAppManager::AddCustomScheme(CefSchemeInfo* scheme_info) { in AddCustomScheme() function in CefAppManager
13 registrar->AddCustomScheme( in RegisterCustomSchemes()
38 bool AddCustomScheme(const CefString& scheme_name, int options) override;
20 bool CefSchemeRegistrarCToCpp::AddCustomScheme(const CefString& scheme_name, in AddCustomScheme() function in CefSchemeRegistrarCToCpp
96 virtual bool AddCustomScheme(const CefString& scheme_name, int options) = 0;
36 bool _retval = CefSchemeRegistrarCppToC::Get(self)->AddCustomScheme( in scheme_registrar_add_custom_scheme()
52 CefAppManager::Get()->AddCustomScheme(&internal_schemes[i]); in AddInternalSchemes()
2585 registrar->AddCustomScheme("customstd", CEF_SCHEME_OPTION_STANDARD | in RegisterSchemeHandlerCustomSchemes()2589 registrar->AddCustomScheme( in RegisterSchemeHandlerCustomSchemes()2594 registrar->AddCustomScheme("customnonstd", CEF_SCHEME_OPTION_NONE); in RegisterSchemeHandlerCustomSchemes()2595 registrar->AddCustomScheme("customnonstdfetch", in RegisterSchemeHandlerCustomSchemes()
2332 registrar->AddCustomScheme( in RegisterCookieCustomSchemes()
3276 registrar->AddCustomScheme( in RegisterURLRequestCustomSchemes()
3962 registrar->AddCustomScheme( in RegisterResourceRequestHandlerCustomSchemes()
23505 + AddCustomScheme(®Scheme);60951 + registrar->AddCustomScheme(scheme[0], options);