Searched refs:BluetoothPrivateAPI (Results 1 – 3 of 3) sorted by relevance
20 static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothPrivateAPI> >24 BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*25 BluetoothPrivateAPI::GetFactoryInstance() { in GetFactoryInstance()29 BluetoothPrivateAPI::BluetoothPrivateAPI(content::BrowserContext* context) in BluetoothPrivateAPI() function in extensions::BluetoothPrivateAPI35 BluetoothPrivateAPI::~BluetoothPrivateAPI() {} in ~BluetoothPrivateAPI()37 void BluetoothPrivateAPI::Shutdown() { in Shutdown()41 void BluetoothPrivateAPI::OnListenerAdded(const EventListenerInfo& details) { in OnListenerAdded()51 void BluetoothPrivateAPI::OnListenerRemoved(const EventListenerInfo& details) { in OnListenerRemoved()
22 class BluetoothPrivateAPI : public BrowserContextKeyedAPI,25 static BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*28 explicit BluetoothPrivateAPI(content::BrowserContext* context);29 virtual ~BluetoothPrivateAPI();44 friend class BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>;
93 extensions::BluetoothPrivateAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()