BluetoothPrivateAPI   21 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothPrivateAPI> >
BluetoothPrivateAPI   25 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
BluetoothPrivateAPI   26 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc BluetoothPrivateAPI::GetFactoryInstance() {
BluetoothPrivateAPI   30 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc BluetoothPrivateAPI::BluetoothPrivateAPI(content::BrowserContext* context)
BluetoothPrivateAPI   36 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc BluetoothPrivateAPI::~BluetoothPrivateAPI() {}
BluetoothPrivateAPI   38 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc void BluetoothPrivateAPI::Shutdown() {
BluetoothPrivateAPI   43 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc void BluetoothPrivateAPI::OnListenerAdded(const EventListenerInfo& details) {
BluetoothPrivateAPI   49 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc void BluetoothPrivateAPI::OnListenerRemoved(const EventListenerInfo& details) {
BluetoothPrivateAPI   22 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h class BluetoothPrivateAPI : public BrowserContextKeyedAPI,
BluetoothPrivateAPI   25 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h   static BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
BluetoothPrivateAPI   28 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h   explicit BluetoothPrivateAPI(content::BrowserContext* context);
BluetoothPrivateAPI   29 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h   virtual ~BluetoothPrivateAPI();
BluetoothPrivateAPI   44 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.h   friend class BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>;
BluetoothPrivateAPI   91 chrome/browser/extensions/browser_context_keyed_service_factories.cc   extensions::BluetoothPrivateAPI::GetFactoryInstance();