IsBluetoothSupported  118 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (bluetooth_event_router()->IsBluetoothSupported())
IsBluetoothSupported  123 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (bluetooth_event_router()->IsBluetoothSupported())
IsBluetoothSupported   47 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h   bool IsBluetoothSupported() const;
IsBluetoothSupported   24 chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc   return GetEventRouter(context)->IsBluetoothSupported();
IsBluetoothSupported   45 chrome/browser/extensions/api/bluetooth/bluetooth_extension_function.cc   if (!IsBluetoothSupported(browser_context())) {