Home
last modified time | relevance | path

Searched refs:kChromeUINearbyInternalsHost (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/nearby_internals/
H A Dnearby_internals_ui.cc35 content::WebUIDataSource::Create(chrome::kChromeUINearbyInternalsHost); in NearbyInternalsUI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dwebui_url_constants.h201 extern const char kChromeUINearbyInternalsHost[];
H A Dwebui_url_constants.cc205 const char kChromeUINearbyInternalsHost[] = "nearby-internals"; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dchrome_web_ui_controller_factory.cc777 if (url.host_piece() == chrome::kChromeUINearbyInternalsHost) in GetWebUIFactoryFunction()