Home | History | Annotate | Download | only in webui

Lines Matching defs:WebUIControllerFactoryRegistry

33 WebUIControllerFactoryRegistry* WebUIControllerFactoryRegistry::GetInstance() {
34 return Singleton<WebUIControllerFactoryRegistry>::get();
37 WebUIController* WebUIControllerFactoryRegistry::CreateWebUIControllerForURL(
49 WebUI::TypeID WebUIControllerFactoryRegistry::GetWebUIType(
60 bool WebUIControllerFactoryRegistry::UseWebUIForURL(
70 bool WebUIControllerFactoryRegistry::UseWebUIBindingsForURL(
80 bool WebUIControllerFactoryRegistry::IsURLAcceptableForWebUI(
91 WebUIControllerFactoryRegistry::WebUIControllerFactoryRegistry() {
94 WebUIControllerFactoryRegistry::~WebUIControllerFactoryRegistry() {