Home
last modified time | relevance | path

Searched refs:BluetoothPrivateAPI (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
Dbluetooth_private_api.cc20 static base::LazyInstance<BrowserContextKeyedAPIFactory<BluetoothPrivateAPI> >
24 BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
25 BluetoothPrivateAPI::GetFactoryInstance() { in GetFactoryInstance()
29 BluetoothPrivateAPI::BluetoothPrivateAPI(content::BrowserContext* context) in BluetoothPrivateAPI() function in extensions::BluetoothPrivateAPI
35 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()
Dbluetooth_private_api.h22 class BluetoothPrivateAPI : public BrowserContextKeyedAPI,
25 static BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>*
28 explicit BluetoothPrivateAPI(content::BrowserContext* context);
29 virtual ~BluetoothPrivateAPI();
44 friend class BrowserContextKeyedAPIFactory<BluetoothPrivateAPI>;
/external/chromium_org/chrome/browser/extensions/
Dbrowser_context_keyed_service_factories.cc93 extensions::BluetoothPrivateAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()