Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dbluetooth_pairing_ui.cc35 content::WebUIDataSource::Create(chrome::kChromeUIBluetoothPairingHost); in BluetoothPairingUI()
/external/chromium_org/chrome/common/
Durl_constants.h253 extern const char kChromeUIBluetoothPairingHost[];
Durl_constants.cc262 const char kChromeUIBluetoothPairingHost[] = "bluetooth-pairing"; variable
/external/chromium_org/chrome/browser/ui/webui/
Dchrome_web_ui_controller_factory.cc409 if (url.host() == chrome::kChromeUIBluetoothPairingHost) in GetWebUIFactoryFunction()